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: Users can create a store in order to sell items #23

Open stevebrownlee opened 1 week ago

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