chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can view product detail #14

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given user is viewing any page that contains a hyperlink for a product When user performs a gesture on the product hyperlink Then user will be shows the product detail page containing title, description, quantity available, price/unit, and a button labeled Add to Order

Given 1+ users have purchased a product When a user views the details Then the quantity display should show how many are remaining, not how many were originally for sale

CosignMyCodesign commented 5 years ago

Must count inventory

CosignMyCodesign commented 5 years ago

Little more info on product detail page than ticket #13

robbyhecht commented 5 years ago

VIEW AND TEMPLATE for PRODUCT DETAIL *includes 'add to order' button that will send item to shopping cart

danielreedcombs commented 5 years ago

-- #14 links to #34

Given user is viewing any page that contains a hyperlink for a product When user performs a gesture on the product hyperlink Then user will be shows the product detail page containing title, description, quantity available, price/unit, and a button labeled Add to Order

danielreedcombs commented 5 years ago

-- #14 links to #35 Given 1+ users have purchased a product When a user views the details Then the quantity display should show how many are remaining, not how many were originally for sale