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>
		
			
				
	
	
		
			41 lines
		
	
	
		
			465 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			465 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@startuml
 | 
						|
mainframe Appointment
 | 
						|
start
 | 
						|
:Asking Appointment]
 | 
						|
repeat
 | 
						|
if (accepted) is (yes) then
 | 
						|
	:Export to calendar]
 | 
						|
	stop
 | 
						|
else (no)
 | 
						|
	:Propose new appointment]
 | 
						|
endif
 | 
						|
	
 | 
						|
@enduml
 | 
						|
 | 
						|
@startuml
 | 
						|
mainframe Messaging
 | 
						|
start
 | 
						|
split 
 | 
						|
	:Create Discution]
 | 
						|
	:Choose users]
 | 
						|
split again
 | 
						|
	:Message one users]
 | 
						|
endsplit
 | 
						|
repeat :send Message]
 | 
						|
repeat while
 | 
						|
stop
 | 
						|
@enduml
 | 
						|
 | 
						|
@startuml
 | 
						|
mainframe Forum
 | 
						|
start
 | 
						|
:Forum Creation]
 | 
						|
 | 
						|
repeat
 | 
						|
:Topic Creation]
 | 
						|
:Topic Answering]
 | 
						|
 | 
						|
repeat while
 | 
						|
stop
 | 
						|
@enduml
 |