Interaction overview diagram (messaging)
This is a first draft for the interaction overview The diagram is split in 3 diagram and should be placed next to each other in a latex document I can't see other way of doing it in my case :/
This commit is contained in:
parent
a4ad435432
commit
9fa65c2e3c
@ -1,4 +1,4 @@
|
||||
.PHONY: all clean run
|
||||
.PHONY: all clean run image
|
||||
|
||||
all: extension_messagerie.pdf
|
||||
|
||||
@ -11,6 +11,9 @@ extension_messagerie.pdf:use_case_messagerie.tex extension_messagerie.bbl extens
|
||||
use_case_messagerie.tex: use_case_messagerie.uml
|
||||
plantuml -tlatex:nopreamble use_case_messagerie.uml
|
||||
|
||||
image: use_case_messagerie.uml interaction_diagram.uml
|
||||
plantuml $^
|
||||
|
||||
extension_messagerie.bbl: extension_messagerie.bcf
|
||||
biber extension_messagerie
|
||||
|
||||
|
47
Documents/proto/messaging_extension/interaction_diagram.uml
Normal file
47
Documents/proto/messaging_extension/interaction_diagram.uml
Normal file
@ -0,0 +1,47 @@
|
||||
@startuml
|
||||
note
|
||||
Appointment
|
||||
endnote
|
||||
start
|
||||
:Asking Apointment]
|
||||
repeat
|
||||
if (accepted) is (yes) then
|
||||
:Export to calendar]
|
||||
stop
|
||||
else (no)
|
||||
:Propose new apointment]
|
||||
endif
|
||||
|
||||
@enduml
|
||||
|
||||
@startuml
|
||||
note
|
||||
Messaging
|
||||
endnote
|
||||
start
|
||||
split
|
||||
:Create Discution]
|
||||
:Choose users]
|
||||
split again
|
||||
:Message one users]
|
||||
endsplit
|
||||
repeat :send Message]
|
||||
repeat while
|
||||
stop
|
||||
@enduml
|
||||
|
||||
@startuml
|
||||
note
|
||||
Forum
|
||||
endnote
|
||||
|
||||
start
|
||||
:Forum Creation]
|
||||
|
||||
repeat
|
||||
:Topic Creation]
|
||||
:Topic Answering]
|
||||
|
||||
repeat while
|
||||
stop
|
||||
@enduml
|
Loading…
Reference in New Issue
Block a user