As a user, I want to see a list of all my food items
Closed this issue · 0 comments
valfink commented
"I put a lot of items online, but I can't find them between all the other items. I need a list!"
- backend
- GET endpoint
/api/food/my-items
- user must be logged in
- GET endpoint
- frontend
- Gallery for the user's items – recycle the existing gallery
- route:
/food/my-items
- link from Navigation
- unit and integration tests