Skip to content

Commit

Permalink
Update UML Diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgoh1 committed Mar 28, 2024
1 parent 868b272 commit 9eca23e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
@startuml
!include style.puml
skinparam arrowThickness 1.1
skinparam arrowThickness 1.2
skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR

AddressBook *-right-> "1" UniquePersonList
AddressBook *-right-> "1" UniqueTagList
UniqueTagList -[hidden]down- UniquePersonList
UniqueTagList -[hidden]down- UniquePersonList
AddressBook *-right-> "1" UniqueStudentList
AddressBook *-right-> "1" UniqueTimeSlotList
UniqueTimeSlotList -[hidden]down- UniqueStudentList
UniqueTimeSlotList -[hidden]down- UniqueStudentList

UniqueTagList -right-> "*" Tag
UniquePersonList -right-> Person
UniqueTimeSlotList -right-> "*" Timeslot
UniqueStudentList -right-> Student

Person -up-> "*" Tag
Student -up-> "*" Timeslot

Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Student *--> Name
Student *--> Phone
Student *--> Email
Student *--> Address
@enduml

0 comments on commit 9eca23e

Please sign in to comment.