Skip to content

Commit

Permalink
Fix uml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Mar 28, 2024
1 parent c36953a commit 26f9a3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Class Address
Class Email
Class Name
Class Phone
Class Attendance
Class Payment
Class Tag
Class Grade
Class Subject
Expand Down Expand Up @@ -47,8 +45,6 @@ Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> Attendance
Person *--> Payment
Person *--> "*" Tag
Person *-> Grade
Person *-> Subject
Expand All @@ -65,8 +61,6 @@ 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 26f9a3a

Please sign in to comment.