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 content of Vault

tomik-z-cech opened this issue · comments

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

Acceptance Criteria :

When I visit the site and navigate to "Vault" section then I can clearly see all items in the Vault .

Tasks :

  • Create Vault app urls.py
  • Create view for displaing the Vault in views.py
  • Create vault.html template
  • Provide user with clear list of items including image, name, price and description of each item in Vault
  • Provide User with clear information about free delivery
  • Provide user with clear Total Vault Amount at the bottom of page
  • Test functionality as Logged In User
  • Test functionality as Not Logged In User

Epic :
EPIC 9

This was done in commit d407252.