Skip to content

Commit

Permalink
Merge pull request #219 from javierng2knus/javierng2knus-dg-and-ug-fo…
Browse files Browse the repository at this point in the history
…rmat-fix

Fix for formatting when print via google chrome 7
  • Loading branch information
javierng2knus authored Apr 15, 2024
2 parents e8c94f0 + c2e5ee2 commit bd85a98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,10 @@ How the parsing works:

### Model component
**API** : [`Model.java`](https://github.com/AY2324S2-CS2103T-W08-2/tp/tree/master/src/main/java/vitalconnect/model/Model.java)

<img src="images/ModelClassDiagram.png" width="450" />

The `Model` component,

* stores the clinic data i.e., all `Person` objects (which are contained in a `UniquePersonList` object).
* stores the clinic data i.e., all `Person` objects (contained in a `UniquePersonList` object).
* stores the currently 'selected' `Person` objects (e.g., results of a search query) as a separate _filtered_ list which is exposed to outsiders as 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.
* stores a `UserPref` object that represents the user’s preferences. This is exposed to the outside as a `ReadOnlyUserPref` object.

Expand Down

0 comments on commit bd85a98

Please sign in to comment.