Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Mar 28, 2024
1 parent d4ab7af commit 35fa329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> Grade
Person *--> Attendance
Person *--> Payment
@enduml
4 changes: 4 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> Attendance
Person *--> Payment
Person *--> "*" Tag

Person -[hidden]up--> I
Expand All @@ -49,6 +51,8 @@ UniquePersonList -[hidden]right-> I
Name -[hidden]right-> Phone
Phone -[hidden]right-> Address
Address -[hidden]right-> Email
Email -[hidden]right-> Attendance
Attendance -[hidden]right-> Payment

ModelManager --> "~* filtered" Person
@enduml

0 comments on commit 35fa329

Please sign in to comment.