MidbossK / BanWebApp

0 stars 0 forks source link

User can view all product categories #11

Open stevebrownlee opened 6 years ago

stevebrownlee commented 6 years ago

Given a user is viewing any page on the Bangazon site When the user performs a gesture on the Product Categories hyperlink Then the user will see a view containing a list of all product categories And next to the category name, the number of products in that category will be displayed And the first three products in the category will be displayed beneath each category, that are hyperlinks to the product detail

Sample
Electronics (15)
    Dryer
    HD Television
    Sony Walkman

Sporting Goods (7)
    Football
    Ice skates
    Basketball hoop
MidbossK commented 6 years ago

Make Product Categories User accesses Product Categories , show all Show quantity next to category Show first 3 products with clickable link