Skip to content

Commit

Permalink
Merge branch 'Branch-v1.4' of https://github.com/AY2324S1-CS2103T-T10…
Browse files Browse the repository at this point in the history
…-3/tp into Branch-v1.4
  • Loading branch information
ZD292 committed Nov 13, 2023
2 parents a3d0ec5 + b618417 commit 78dffce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
8 changes: 0 additions & 8 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,6 @@ The `Model` component,
* does not depend on any of the other three components (as the `Model` represents data entities of the domain, they should make sense on their own without depending on other components)


<box type="info" seamless>

**Note:** A more in depth model is given below. It has a `Group` list in the `AddressBook`, which `Person` references. This allows `AddressBook` to only require one `Group` object per unique tag, instead of each `Person` needing their own `Group` objects.<br>
</box>

<puml src="diagrams/BetterModelClassDiagram.puml" width="450" />


### 2.5. Storage component

**API** : [`Storage.java`](https://github.com/AY2324S1-CS2103T-T10-3/tp/blob/master/src/main/java/seedu/address/storage/Storage.java)
Expand Down
22 changes: 0 additions & 22 deletions docs/diagrams/BetterModelClassDiagram.puml

This file was deleted.

0 comments on commit 78dffce

Please sign in to comment.