MidbossK / BanWebApp

0 stars 0 forks source link

Customer can add a product to sell #1

Closed stevebrownlee closed 6 years ago

stevebrownlee commented 6 years ago

Given the user is not authenticated When any view renders Then the Sell a Product affordance will not be visible

Given the user is authenticated When the user clicks on the Sell a product button in the menu bar Then the user will be presented with a product form

Given the user can filled in all fields of the product form with valid information When the user clicks the Sell button Then the user will be redirected to the product detail view for that product

Given the user can filled in all fields of the product form with any invalid information When the user clicks the Sell button Then the user will be immediately notified with error information for each invalid value

MidbossK commented 6 years ago

Make user accounts If not logged, no access If logged, when clicked "sell", sell form shows If invalid info, show "invalid" alert If valid info, product overview shows