Blame view

doc/uml/activities/routine_manager/build_request_act.txt 325 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@startuml

title Build request

(*) --> "Fill req / seq / alb / plan form"
	--> [Save] "Check fields"
	--> if "Fields are all valid"
		--> "Save new values in DB, creating the new elem if needed"
		--> "Check if request is complete"
		--> "Reload page"
		--> (*)
	else
		--> "Display error message"
		--> (*)
	endif


@enduml