Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update UML Diagram for Remark Class #135

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Person *--> Email
Person *--> Address
Person *--> EmergencyContact
Person *--> DateOfLastVisit
Person *--> Remark
@enduml
2 changes: 2 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Class Phone
Class Tag
Class EmergencyContact
Class DateOfLastVisit
Class Remark

Class I #FFFFFF
}
Expand All @@ -46,6 +47,7 @@ Person *--> Address
Person *--> "*" Tag
Person *--> EmergencyContact
Person *--> DateOfLastVisit
Person *--> Remark

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