ext_messagerie #11

Merged
tonitch merged 3 commits from ext_messagerie into master 2023-12-14 15:15:40 +01:00
Showing only changes of commit 9dc298fa9f - Show all commits

View File

@ -5,14 +5,13 @@ left to right direction
:Student: as s
:Teacher: as t
package "Messagerie"{
(Answer topics) as at
(Ask appointement) as aa
(Create Discution) as cd
(Ask appointment) as aa
(Create Discussion) as cd
(Create Forum) as cf
(Manage appointement) as ma
(Manage appointment) as ma
s -- at
s -- aa
@ -32,7 +31,7 @@ cf <-- pt : << include >>
pt <|-- (Post poll)
cd <-- (Send messages) : << include >>
ma <-- (Propose new appointment) : << exlude>> \n [refuse]
ma <-- (Propose new appointment) : << extends >> \n [refuse]
}