Skip to content

Commit

Permalink
Update arrow in ModelClassDiagram
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim authored Apr 15, 2024
1 parent 32cd619 commit 82685a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
skinparam arrowThickness 1.1
skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR
skinparam Padding 3

Package Model as ModelPackage <<Rectangle>>{
Class "<<interface>>\nReadOnlyStaffBook" as ReadOnlyStaffBook
Expand Down Expand Up @@ -49,10 +50,8 @@ MeetingManager -right-> "1" MeetingBook
MeetingBook .up.|> ReadOnlyMeetingBook
MeetingBook -down->"1" UniqueMeetingList



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

Person -[hidden]up--> I
UniquePersonList -[hidden]right-> I
Expand All @@ -79,5 +78,5 @@ Availability -[hidden]right-> Favourite

Person -[hidden]right> MeetingManager

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

0 comments on commit 82685a2

Please sign in to comment.