2023-11-27 15:09:06 +01:00
|
|
|
@startuml
|
2023-12-14 15:15:39 +01:00
|
|
|
mainframe Appointment
|
2023-11-27 15:09:06 +01:00
|
|
|
start
|
2023-12-14 15:15:39 +01:00
|
|
|
:Asking Appointment]
|
2023-11-27 15:09:06 +01:00
|
|
|
repeat
|
|
|
|
if (accepted) is (yes) then
|
|
|
|
:Export to calendar]
|
|
|
|
stop
|
|
|
|
else (no)
|
2023-12-14 15:15:39 +01:00
|
|
|
:Propose new appointment]
|
2023-11-27 15:09:06 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
@enduml
|
|
|
|
|
|
|
|
@startuml
|
2023-12-14 15:15:39 +01:00
|
|
|
mainframe Messaging
|
2023-11-27 15:09:06 +01:00
|
|
|
start
|
|
|
|
split
|
|
|
|
:Create Discution]
|
|
|
|
:Choose users]
|
|
|
|
split again
|
|
|
|
:Message one users]
|
|
|
|
endsplit
|
|
|
|
repeat :send Message]
|
|
|
|
repeat while
|
|
|
|
stop
|
|
|
|
@enduml
|
|
|
|
|
|
|
|
@startuml
|
2023-12-14 15:15:39 +01:00
|
|
|
mainframe Forum
|
2023-11-27 15:09:06 +01:00
|
|
|
start
|
|
|
|
:Forum Creation]
|
|
|
|
|
|
|
|
repeat
|
|
|
|
:Topic Creation]
|
|
|
|
:Topic Answering]
|
|
|
|
|
|
|
|
repeat while
|
|
|
|
stop
|
|
|
|
@enduml
|