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:
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user