Skip to content

Commit

Permalink
Update layout and added favourite class
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluiexo committed Apr 15, 2024
1 parent 6aeee97 commit f16219e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Class Faculty
Class Venue
Class Tag
Class Availability
Class Favourite
Class Meeting

Class I #FFFFFF
Expand All @@ -51,7 +52,7 @@ MeetingBook -down->"1" UniqueMeetingList


StaffBook *--> "1" UniquePersonList
UniquePersonList --> "~* all" Person
UniquePersonList --> " ~* all" Person
Person *--> Name
Person *--> Phone
Person *--> Email
Expand All @@ -60,6 +61,7 @@ Person *--> Faculty
Person *--> Venue
Person *--> "*" Tag
Person *--> "*" Availability
Person *--> Favourite
Person *--> "1" MeetingManager
UniqueMeetingList *--> "*" Meeting

Expand All @@ -73,9 +75,9 @@ Module -[hidden]right-> Faculty
Faculty -[hidden]right-> Venue
Venue -[hidden]right-> Tag
Tag -[hidden]right-> Availability
Availability -[hidden]right-> Favourite

Person -[hidden]right> MeetingManager


ModelManager --> "~* filtered" Person
@enduml
ModelManager "\n\n\n\n\n\n\n\n\n\n\n\n ~*filtered" <-down- Person
@enduml

0 comments on commit f16219e

Please sign in to comment.