Skip to content

Commit

Permalink
Merge pull request #128 from liauzhanyi/docs
Browse files Browse the repository at this point in the history
Update UML diagram
  • Loading branch information
rayray39 authored Oct 22, 2024
2 parents ba7e5db + 3c14385 commit e3680da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> EmergencyContact
@enduml
2 changes: 2 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Class Email
Class Name
Class Phone
Class Tag
Class EmergencyContact

Class I #FFFFFF
}
Expand All @@ -42,6 +43,7 @@ Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "*" Tag
Person *--> EmergencyContact

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

0 comments on commit e3680da

Please sign in to comment.