Small changes to interaction
This commit is contained in:
parent
9dc298fa9f
commit
2108857de1
@ -1,23 +1,19 @@
|
|||||||
@startuml
|
@startuml
|
||||||
note
|
mainframe Appointment
|
||||||
Appointment
|
|
||||||
endnote
|
|
||||||
start
|
start
|
||||||
:Asking Apointment]
|
:Asking Appointment]
|
||||||
repeat
|
repeat
|
||||||
if (accepted) is (yes) then
|
if (accepted) is (yes) then
|
||||||
:Export to calendar]
|
:Export to calendar]
|
||||||
stop
|
stop
|
||||||
else (no)
|
else (no)
|
||||||
:Propose new apointment]
|
:Propose new appointment]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|
||||||
@startuml
|
@startuml
|
||||||
note
|
mainframe Messaging
|
||||||
Messaging
|
|
||||||
endnote
|
|
||||||
start
|
start
|
||||||
split
|
split
|
||||||
:Create Discution]
|
:Create Discution]
|
||||||
@ -31,10 +27,7 @@ stop
|
|||||||
@enduml
|
@enduml
|
||||||
|
|
||||||
@startuml
|
@startuml
|
||||||
note
|
mainframe Forum
|
||||||
Forum
|
|
||||||
endnote
|
|
||||||
|
|
||||||
start
|
start
|
||||||
:Forum Creation]
|
:Forum Creation]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user