valfink/banana-rescue

As a user, I want to see a list of all my food items

Closed this issue · 0 comments

"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
  • frontend
    • Gallery for the user's items – recycle the existing gallery
    • route: /food/my-items
    • link from Navigation
  • unit and integration tests