SE310-Team1 / ShoppIt

ShoppIt is an application to help users create and save their own shopping lists. This application is being created by Team Healthazardly. The project is associated with the University of Auckland SOFTENG 310 course.
MIT License
3 stars 13 forks source link

💡 [REQUEST] - Add Shopping list model class #97

Closed poli648 closed 2 years ago

poli648 commented 2 years ago

Start Date

10/05/2022

Implementation PR

NA

Reference Issues

NA

Summary

Addition of a new shopping list model class to better store list information

Basic Example

Shopping List -Title: My shopping list -Description: This is my shopping list -Items: {Carrot, Bannana} -ItemQuantity: <Carrot, 2>, <Bannana, 1>

Drawbacks

Adds new entity to the database that we have to work around

Unresolved questions

How will this effect query times?

ktha423 commented 2 years ago

Sounds like a good issue, approved.