McGill-ECSE321-Winter2022 / project-group-group-14

project-group-group-14 created by GitHub Classroom
2 stars 0 forks source link

Domain Model Fix #37

Closed ClarissaBaciu closed 2 years ago

ClarissaBaciu commented 2 years ago

I noticed we forgot to add the main composition class for the class diagram. For the final image of the domain model, do you think you could put everything in the composition class : "GroceryStore", and add all the multiplicities next to the names for each class (for example, there is only one owner for one GroceryStore) ?

Another suggestion :

yakirbender commented 2 years ago

-Added composition 'Grocery Store System' to encompass the domain model -Moved all the attributes from StoreSchedule to Store, and removed StoreSchedule