chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can view all product categories #12

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 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
CosignMyCodesign commented 5 years ago

How do we decide what is in the top/first three products?

CosignMyCodesign commented 5 years ago

utliizing the count() method

robbyhecht commented 5 years ago

Product categories link in navbar TEMPLATE and VIEW for ALL CATEGORIES -- list of categories and number of items + first three items