Skip to content

Commit

Permalink
Update uml diagram to include WeekNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
Anant1902 committed Mar 22, 2024
1 parent 438c2fc commit ee6c37a
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -10,9 +10,11 @@ UniqueTagList -[hidden]down- UniquePersonList
UniqueTagList -[hidden]down- UniquePersonList

UniqueTagList -right-> "*" Tag
UniqueWeekNumberList -right-> "*" WeekNumber
UniquePersonList -right-> Person

Person -up-> "*" Tag
Person -up-> "*" WeekNumber

Person *--> Name
Person *--> NusNetId
Expand Down
2 changes: 2 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Class Email
Class Name
Class Phone
Class Tag
Class WeekNumber

Class I #FFFFFF
}
Expand All @@ -44,6 +45,7 @@ Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "*" Tag
Person *--> "*" WeekNumber

Person -[hidden]up--> I
UniquePersonList -[hidden]right-> I
Expand Down

0 comments on commit ee6c37a

Please sign in to comment.