Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update model class diagram #43

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Class Phone
Class Tag

Class I #FFFFFF

Class ModuleMap

Class Module
Class ModuleCode
Class Title
Class Description
}

Class HiddenOutside #FFFFFF
Expand All @@ -31,7 +38,8 @@ AddressBook .up.|> ReadOnlyAddressBook
ModelManager .up.|> Model
Model .right.> ReadOnlyUserPrefs
Model .left.> ReadOnlyAddressBook
ModelManager -left-> "1" AddressBook
ModelManager -right-> "1" AddressBook
ModelManager -right-> "1" ModuleMap
ModelManager -right-> "1" UserPrefs
UserPrefs .up.|> ReadOnlyUserPrefs

Expand All @@ -42,6 +50,7 @@ Student *--> Phone
Student *--> Email
Student *--> Address
Student *--> "*" Tag
Student *--> "*" ModuleCode

Student -[hidden]up--> I
UniqueStudentList -[hidden]right-> I
Expand All @@ -51,4 +60,12 @@ Phone -[hidden]right-> Address
Address -[hidden]right-> Email

ModelManager --> "~* filtered" Student

ModuleMap --> "~* all" Module
Module *--> ModuleCode
Module *--> Title
Module *--> Description

ModuleCode -[hidden]right-> Title
Title -[hidden]right-> Description
@enduml
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.
Loading