Package Diagram - smashita/CoffeeMaker-2019 GitHub Wiki

package diagram

In the Coffee Maker System, it contains three layers which are the View Layer, Domain Layer and Data Access Layer. Each of the subsystem in View Layer can access to their own subsystem in Domain Layer. Both View Layer and Domain Layer can access to the Data Access Layer which is the database.