Skip to content

Commit

Permalink
Merge pull request #78 from jovantanyk/update-uml-diagram
Browse files Browse the repository at this point in the history
docs: update ModelClass diagram
  • Loading branch information
jovantanyk authored Mar 23, 2024
2 parents 0586070 + 2c44441 commit 5002879
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,22 @@ UserPrefs .up.|> ReadOnlyUserPrefs

AddressBook *--> "1" UniquePersonList
UniquePersonList --> "~* all" Person
Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "*" Tag
Person *--> "1" Nric
Person *--> "1" Name
Person *--> "1" Phone
Person *--> "1" Address
Person *--> "1" DateOfBirth
Person *--> "1" Sex
Person *--> "1" Status
Person *--> "0..*" Tags
Person *--> "0..1" Email
Person *--> "0..1" Country
Person *--> "0..1" Allergies
Person *--> "0..1" BloodType
Person *--> "0..1" Condition
Person *--> "0..1" DateOfAdmission
Person *--> "0..1" Diagnosis
Person *--> "0..1" Symptom

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

0 comments on commit 5002879

Please sign in to comment.