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

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !

Home Page:https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY : Shop by Category

tomik-z-cech opened this issue · 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.