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

Missing association from LogicManager to Storage in Logic class diagram #84

Closed w2vgd closed 3 years ago

w2vgd commented 3 years ago

Hi, as per the code from the LogicManager class, there should be an association from LogicManager to Storage in the class diagram for the Logic component.

public class LogicManager implements Logic {
    private final Model model;
    private final Storage storage;
    private final AddressBookParser addressBookParser;
    ...
}

However, the current class diagram is missing this association: image

damithc commented 3 years ago

Thanks for the bug report @w2vgd