day-cohort-70 / bangazon-api-i-like-planes-api

bangazon-api-i-like-planes-api created by GitHub Classroom
0 stars 0 forks source link

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

Open stevebrownlee opened 1 week ago

stevebrownlee commented 1 week 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.