Skip to content

Commit

Permalink
Merge pull request #73 from Anant1902/branch-updateUMLDiagram
Browse files Browse the repository at this point in the history
docs: Update uml diagram to include WeekNumber
  • Loading branch information
belligerentbeagle authored Mar 25, 2024
2 parents 396a6e2 + 09732b1 commit e92c71f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Class Email
Class Name
Class Phone
Class Tag
Class Course
Class WeekNumber


Class I #FFFFFF
}
Expand All @@ -48,6 +49,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 e92c71f

Please sign in to comment.