Skip to content

Commit

Permalink
Merge pull request #221 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 10
  • Loading branch information
javierng2knus authored Apr 15, 2024
2 parents 0df62db + 624aaf3 commit 8c7bdb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +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,

The `Model` component,
* 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 8c7bdb5

Please sign in to comment.