tomik-z-cech/PP5-Ohm-Azing-Components

USER STORY : Shop by Category

Closed this issue · 1 comments

As a Site User, I would like to have the shop items sorted by category so I can browse the items faster.

Acceptance Criteria :

When I visit the shop with all items then I can see all the categories displayed and when category clicked, items belonging to the category will display.

Tasks :

  • Create template shop.html
  • Create a div for all categories
  • Update urls.py in items
  • Load all categories from DB in view
  • Test functionality as Site User

Epic :
EPIC 7

This was done in commit 5081a8f.