andlo779 / concrete

Learning project for me to get into the depths of NestJS
MIT License
3 stars 0 forks source link

[BE] Record Wish List #11

Open andlo779 opened 2 years ago

andlo779 commented 2 years ago

As a user I want to be able to create wish lists of vinyl records so I can have an overview of what records I want to buy when I am out shopping.

Acceptance Criteria:

andlo779 commented 1 year ago

What is the difference from a wish list and any other records-collection? For the BE it is probably the same thing. Maybe it is a collection with a flag? The bigger issue at hand is how to one model the connection between user and collection? Small follow up question: do every user have a wish list?