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 :
remove "Store" class since it is a bit useless (we already have the composition class that contains all the other classes)
-Added composition 'Grocery Store System' to encompass the domain model
-Moved all the attributes from StoreSchedule to Store, and removed StoreSchedule
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 :