Skip to content

Commit

Permalink
Merge pull request #55 from joelgoh1/UpdateUMLDiagram
Browse files Browse the repository at this point in the history
Update uml diagram
  • Loading branch information
amanzainal authored Mar 28, 2024
2 parents 8a5e387 + 9eca23e commit 0bce701
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 0bce701

Please sign in to comment.