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 : Display Wishlist Items

tomik-z-cech opened this issue · comments

As a Site User, I can display items in My Wishlist in order to manage the items.

Acceptance Criteria :

Logged In User :

When I log in and navigate to "My Wishlist" section then I can clearly see all items in the wishlist .

Not Logged In User :

Doesn't have that option.

Tasks :

  • Create Wishlist app urls.py
  • Create view for displaing the Wishlist in views.py
  • Create wishlist.html template
  • Provide user with clear list of items including image, name, price and description of item
  • Test functionality as Logged In User
  • Test functionality as Not Logged In User

Epic :
EPIC 8

This was done in commit b71e9f9.