2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

Create Database Model and Schema #3

Closed TimothyXu closed 2 years ago

TimothyXu commented 2 years ago

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

yjjw commented 2 years ago

In addition to quantities of each item, shall we also add the associated price to each item?

TimothyXu commented 2 years ago

In addition to quantities of each item, shall we also add the associated price to each item?

You are right thank you! Have updated.

yjjw commented 2 years ago

A question, can a user have more than one Shopcart?

yjjw commented 2 years ago

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