day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Feature: Users can create a store in order to sell items #22

Open stevebrownlee opened 2 months ago

stevebrownlee commented 2 months ago

Given a user clicks on the profile icon in the navbar And the user has not created a store yet When the Interested in selling? option is chosen Then the user should see a form to create a store with a text field for store name, and a textarea for store description

Given a user has filled out the store form When the Save button is clicked Then a new store should be created for the user And the user should be shown the My Store view