Skip to content
Snippets Groups Projects
Commit 9ba1037e authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

revise use case diagram

parent ca31b286
Branches
Tags
1 merge request!387revise use case diagram
Pipeline #30225 passed with stages
in 6 minutes and 55 seconds
docs/diagrams/use_case_diagram_frag_jetzt.png

182 KiB | W: | H:

docs/diagrams/use_case_diagram_frag_jetzt.png

214 KiB | W: | H:

docs/diagrams/use_case_diagram_frag_jetzt.png
docs/diagrams/use_case_diagram_frag_jetzt.png
docs/diagrams/use_case_diagram_frag_jetzt.png
docs/diagrams/use_case_diagram_frag_jetzt.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -25,24 +25,24 @@ skinparam usecase {
ActorBorderColor Green
}
actor TemporalSessionOwner
actor PermanentSessionOwner
actor Participant
actor BonusParticipant
actor Lecturer
actor Student
actor Moderator
note "If a lecturer is registered and logs in with her account, \nher sessions remain stored for 180 days after the last visit, \notherwise they are deleted when she logs out." as NoteForCreateSession
note "Registered students can receive a bonus \nfor particularly interesting questions." as NoteForJoinSession
rectangle "frag.jetzt | use-case diagram \n" << Business >> {
TemporalSessionOwner -- (Create session)
PermanentSessionOwner -- (Create session)
(Join session) --- NoteForJoinSession
(Create session) --- NoteForCreateSession
Lecturer -- (Create session)
(Evaluate questions) <.. (Delete question) : << extend >>
Participant -- (Join session)
BonusParticipant -- (Join session)
Moderator -- (Join session)
Moderator -- (Moderate questions)
(Create session) <.. (Assign moderator to session) : << extend >>
Student-- (Join session)
Moderator ---- (Moderate questions)
(Create session) <.. (Export questions) : << extend >>
(Create session) <.. (Assign moderator to session) : << extend >>
(Create session) <.. (Ask question) : << extend >>
(Create session) <.. (Evaluate questions) : << extend >>
(Moderate questions) <.. (Ban question) : << extend >>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment