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 : Add to Vault

tomik-z-cech opened this issue · comments

As a Site User, I need to be able to add items to vault in order to see the entire order before payment.

Acceptance Criteria :

When I click "Add to vault" button then the item adds to vault.

Tasks :

  • Provide user with "Add to Vault" button
  • Create view in views.py
  • Ensure the view communicates with context_list.py nested in vault app
  • Add logic to prevent doubling of items that are already in vault
  • Provide user with message that item was added to the Vault
  • Provide user with info how much left for free delivery
  • Test functionality as Site User

Epic :
EPIC 7

This was done in commit 06cf6d4.