1
0
forked from PGL/Clyde

Extension Messagerie (#11)

Voici le use case de messagerie.
et l'interaction overview messagerie.

Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Reviewed-on: PGL/Clyde#11
Reviewed-by: Maxime <231026@umons.ac.be>
This commit is contained in:
2023-12-14 15:15:39 +01:00
parent 5d8c3d03c5
commit 26bcb045ed
3 changed files with 45 additions and 55 deletions

View File

@ -1,23 +1,19 @@
@startuml
note
Appointment
endnote
mainframe Appointment
start
:Asking Apointment]
:Asking Appointment]
repeat
if (accepted) is (yes) then
:Export to calendar]
stop
else (no)
:Propose new apointment]
:Propose new appointment]
endif
@enduml
@startuml
note
Messaging
endnote
mainframe Messaging
start
split
:Create Discution]
@ -31,10 +27,7 @@ stop
@enduml
@startuml
note
Forum
endnote
mainframe Forum
start
:Forum Creation]