chingu-voyages / v16-bears-team-04

Wedding registry app made using React, Next.js, Node.js, Express.js and MongoDB. | Voyage-16 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://bears04.now.sh
0 stars 0 forks source link

The Admin/Gifts Page should only display the Gifts of the Current Registry #93

Open Liam345 opened 4 years ago

Liam345 commented 4 years ago

Currently, All the Gifts in the DB are being displayed. Limit it to only the Gifts of the Current Repository.

Screen Shot 2020-03-09 at 1.16.08 am.png

dastrong commented 4 years ago

The url/page structure looks weird.

Instead of /admin/gifts, it should probably be something like this /registry/:customUrl/admin/gifts

Then you can just get the items by calling using the customUrl param and the getOneRegistry controller.