pchatard / giftlist

A Nuxt and Express web application to create and share wishlists with your loved ones.
https://giftlist-blue.vercel.app/
1 stars 0 forks source link

[API] Gifts : Track bookings #86

Open pchatard opened 2 years ago

pchatard commented 2 years ago

We're currently not tracking which user books which gift.

Capture d’écran 2022-03-19 à 11 10 55

The goal is to be able to display, if the gift is booked, who booked it (if this person wish to be known). We could think of asking the user booking the gift if he wants to show others when clicking on "Book" so maybe adding a parameter to the book endpoint could solve that.

I suppose we'll have to change the database schema too...

Tell me what you think about it !

pchatard commented 2 years ago

About this, we need to. track who's booking what in every case. Otherwise, anybody or nobody will be able too unbook.