Skip to content

Commit

Permalink
Merge pull request #243 from chrisjohntan/update-cattag-dg
Browse files Browse the repository at this point in the history
Add cattag related items to developer guide
  • Loading branch information
yooplo authored Nov 7, 2024
2 parents 0fd80f7 + 0121d94 commit 6bcb7ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Class Email
Class Name
Class Phone
Class Tag
Class TagManager
Class "<<enumeration>>\nTagCategory" as TagCategory

Class I #FFFFFF
}
Expand All @@ -35,11 +37,14 @@ ModelManager -right-> "1" UserPrefs
UserPrefs .up.|> ReadOnlyUserPrefs

CampusConnect *--> "1" UniquePersonList
UniquePersonList --> "~* all" Person
UniquePersonList -left-> "~* all" Person
UniquePersonList --> "1" TagManager
TagManager --> "~* all" Tag
Person *--> "1" Name
Person *--> "1" Phone
Person *--> "1" Email
Person *--> "*" Tag
Tag -left-> "1" TagCategory

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

0 comments on commit 6bcb7ae

Please sign in to comment.