Skip to content

Commit

Permalink
Merge pull request #73 from sarjinius/update-uml
Browse files Browse the repository at this point in the history
Update UML diagram
  • Loading branch information
tahsinhasem authored Mar 23, 2024
2 parents 4cd9825 + 5de672b commit 68fe8cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ UserPrefs .up.|> ReadOnlyUserPrefs

AddressBook *--> "1" UniquePersonList
UniquePersonList --> "~* all" Person
Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "1" Name
Person *--> "1" Phone
Person *--> "1" Email
Person *--> "1" Address
Person *--> "*" Tag

Person -[hidden]up--> I
Expand Down

0 comments on commit 68fe8cf

Please sign in to comment.