Docu: Vorgehensweise bestimmen
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
@startuml
|
||||||
|
'https://plantuml.com/activity-diagram-beta
|
||||||
|
|UI|
|
||||||
|
:Bestimme //Startdatum//;
|
||||||
|
:Bestimme //Enddatum//;
|
||||||
|
:Erstelle //Liste der Wochentage//;
|
||||||
|
|REST|
|
||||||
|
start
|
||||||
|
:Rufe API auf;
|
||||||
|
|UI|
|
||||||
|
:Zeige //Liste der Wochentage// an;
|
||||||
|
:Verarbeite Informationen der Rest-API;
|
||||||
|
stop
|
||||||
|
|
||||||
|
@enduml
|
||||||
Reference in New Issue
Block a user