Skip to content

Commit

Permalink
Fix diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 3, 2024
1 parent 68a09ec commit 3c3bc2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ Class Phone
Class Tag
Class Grade
Class Subject
Class DateTime
Class Attendance
Class Payment
<<<<<<< HEAD
Class DateTime
=======
Class CommandHistory
>>>>>>> bafafa107d2f411ea343c2356a14917315cb9e4a

Class I #FFFFFF
}
Expand Down Expand Up @@ -56,9 +53,9 @@ Person *--> Address
Person *--> "*" Tag
Person *-> Grade
Person *-> Subject
Person *--> "*" DateTime
Person *-> Attendance
Person *-> Payment
Person *--> "*" DateTime

Person -[hidden]up--> I
Name -[hidden]-> Grade
Expand All @@ -71,4 +68,4 @@ Phone -[hidden]right-> Address
Address -[hidden]right-> Email

ModelManager --> "~* filtered" Person
@enduml
@enduml
Binary file modified docs/images/BetterModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c3bc2f

Please sign in to comment.