Skip to content

Commit

Permalink
Update Class Diagram Image
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Mar 28, 2024
1 parent d1f1d49 commit 2e177cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Person *--> Email
Person *--> Address
Person *--> Grade
Person *--> Subject
Person *--> "*" DateTime
Person *--> Attendance
Person *--> Payment
Person *--> "*" DateTime
@enduml
5 changes: 2 additions & 3 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Class Phone
Class Tag
Class Grade
Class Subject
Class DateTime
Class Attendance
Class Payment
Class DateTime

Class I #FFFFFF
}
Expand All @@ -49,9 +49,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 @@ -66,4 +66,3 @@ Address -[hidden]right-> Email

ModelManager --> "~* filtered" Person
@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 2e177cf

Please sign in to comment.