day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Feature: List of stores that have items currently listed #9

Open stevebrownlee opened 2 months ago

stevebrownlee commented 2 months ago

Given a user is authenticated When the Stores nav item is clicked Then the user should see a list of stores that have items for sale

The list view should show the store name, the store description, the name of the store's seller, and a count of how many items are currently for sale. Underneath that information, a list of products should be displayed. These should be rendered just as they are on the main product list view.