add activity diagram for recommender

This commit is contained in:
hannes.kuchelmeister
2020-01-15 12:33:08 +01:00
parent 1b6f6ef771
commit e08c26e942

View File

@@ -0,0 +1,15 @@
@startuml
(*) --> "Using MAUT create partial configuration based on preferences"
--> validate and repair configuration
--> "save in db"
if "has better configruation in db" then
-->"use best in db"
--> (*)
else
--> "use generated"
--> (*)
endif
@enduml