Skip to content

Commit

Permalink
update UML file to include attendance and payment in class diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Mar 28, 2024
1 parent 4a219cf commit 4445040
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Person *--> Email
Person *--> Address
Person *--> Grade
Person *--> Subject
Person *--> Attendance
Person *--> Payment
@enduml
6 changes: 6 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Class Phone
Class Tag
Class Grade
Class Subject
Class Attendance
Class Payment

Class I #FFFFFF
}
Expand All @@ -46,10 +48,14 @@ Person *--> Address
Person *--> "*" Tag
Person *-> Grade
Person *-> Subject
Person *-> Attendance
Person *-> Payment

Person -[hidden]up--> I
Name -[hidden]-> Grade
Phone -[hidden]-> Subject
Address -[hidden]-> Attendance
Email -[hidden]-> Payment
UniquePersonList -[hidden]right-> I

Name -[hidden]right-> Phone
Expand Down
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 4445040

Please sign in to comment.