chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can select product category when selling product #11

Closed kimberly-bird closed 5 years ago

kimberly-bird commented 5 years ago

Given a user is authenticated And performs a gesture on the Sell a product hyperlink When the product form is rendered Then there should be a dropdown that displays all product categories

Given a user has filled out the product form, but not chosen a category When the user clicks on the Sell button Then the user should be alerted to select a product category

CosignMyCodesign commented 5 years ago

I believe this dropdown will be populated with the name key:values in the ProductType Table

robbyhecht commented 5 years ago

On product form: add category dropdown menu Submission button requires choosing a category