Skip to content

Commit

Permalink
Merge pull request #189 from elliottan/master
Browse files Browse the repository at this point in the history
Update DeveloperGuide Model/Storage Images
  • Loading branch information
elliottan committed Nov 10, 2018
2 parents fba5a0b + 7daf19f commit 6bbd619
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ The `Model`,
* exposes an unmodifiable `ObservableList<Person>` that can be 'observed' e.g. the UI can be bound to this list so that the UI automatically updates when the data in the list change.
* does not depend on any of the other three components.

[NOTE]
As a more OOP model, we can store a `Tag` list in `Address Book`, which `Person` can reference. This would allow `Address Book` to only require one `Tag` object per unique `Tag`, instead of each `Person` needing their own `Tag` object. An example of how such a model may look like is given below. +
+
image:ModelClassBetterOopDiagram.png[width="800"]

[[Design-Storage]]

=== Storage component
Expand Down
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.
Binary file modified docs/images/StorageClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6bbd619

Please sign in to comment.