Skip to content

Commit

Permalink
Edit BetterModelCLassDiagram.puml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantayyc committed Oct 27, 2024
1 parent 1fc2146 commit 35fd71c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ skinparam arrowThickness 1.1
skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR

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

UniqueTagList -right-> "*" Tag
UniquePersonList -right-> Person

Person -up-> "*" Tag
UniquePersonList -down-> Person

Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> StudentId
Person *--> Address
Person *--> Course
Person *--> Tag
Person *--> "*"Module

Module *--> "0..1" Grade
@enduml

0 comments on commit 35fd71c

Please sign in to comment.