Closed TimothyXu closed 2 years ago
In addition to quantities of each item, shall we also add the associated price to each item?
In addition to quantities of each item, shall we also add the associated price to each item?
You are right thank you! Have updated.
A question, can a user have more than one Shopcart?
A question, can a user have more than one Shopcart?
Never mind, I think I found the answer. We discussed last time and agreed that each user can only have a single shopcart
As a System Administrator I need to create an appropriate database model and schema for the shopcarts/items business domain So that I can store items in shopcarts as desired by customers.
Details and Assumptions
Each item has an associated price and a unique identifier of some kind (perhaps just name of item)
Acceptance Criteria