Skip to content

Commit

Permalink
Merge pull request #48 from justinlengch/documentation
Browse files Browse the repository at this point in the history
Update UML diagram for BetterModelClassDiagram
  • Loading branch information
leepoeaik authored Mar 21, 2024
2 parents 579f648 + 6a7f0cb commit d1d7752
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ skinparam arrowColor MODEL_COLOR
skinparam classBackgroundColor MODEL_COLOR

AddressBook *-right-> "1" UniquePersonList
AddressBook *-right-> "1" UniqueTagList
UniqueTagList -[hidden]down- UniquePersonList
UniqueTagList -[hidden]down- UniquePersonList
AddressBook *-right-> "1" UniqueLessonList
UniqueLessonList -[hidden]down- UniquePersonList
UniqueLessonList -[hidden]down- UniquePersonList

UniqueTagList -right-> "*" Tag
UniqueLessonList -right-> "*" Lesson
UniquePersonList -right-> Person

Person -up-> "*" Tag
Person -up-> "*" Lesson

Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> Subject
@enduml

0 comments on commit d1d7752

Please sign in to comment.