Skip to content

Commit

Permalink
Merge pull request #295 from Kailash201/v1.4c
Browse files Browse the repository at this point in the history
Update dg
  • Loading branch information
ZD292 authored Nov 13, 2023
2 parents 7697989 + d98ca38 commit b618417
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 b618417

Please sign in to comment.