se-edu / addressbook-level3

:ab::three: Address Book sample application (Level 3)
https://se-education.org/addressbook-level3
MIT License
28 stars 430 forks source link

DG: show Storage --> Model dependency #100

Closed damithc closed 3 years ago

damithc commented 3 years ago

The Storage component depends on the Model (because JsonAddressBookStorage.java uses the ReadOnlyAddressBook). This dependency is not currently shown in the architecture diagram. We can either show it in the architecture diagram or at least mention it in the text.