elwinvandos / GoGroceries

MIT License
0 stars 0 forks source link

Review Product to Category relation #18

Closed elwinvandos closed 1 year ago

elwinvandos commented 1 year ago

Currently CategoryId lives on Product, however we should probably move this to GroceryListProduct many-to-many entity. Or should we also assign a 'default' categoryId for products in general (perhaps based on how many # of users add this product under Y category)

elwinvandos commented 1 year ago

Closing this for now, I think it wont be an issue because we should try to be atleast a bit consistent and remember categories for our products per user