Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY : Adjust amounts of items in Vault #49

Closed
9 tasks done
Tracked by #47
tomik-z-cech opened this issue Feb 29, 2024 · 1 comment
Closed
9 tasks done
Tracked by #47

USER STORY : Adjust amounts of items in Vault #49

tomik-z-cech opened this issue Feb 29, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Feb 29, 2024

As a Site User, I can adjust amount of each item in Vault in order to manage the items before proceeding to Checkout.

Acceptance Criteria :

When I visit the site and navigate to "Vault" section then I can clearly see amount of each item and I have an option to adjust or remove the item from the Vault .

Tasks :

  • Create a post method of displaying the Vault for adjusting amounts
  • Create a view for deleting items from Vault one by one
  • Provide User with "Remove" button that removes an item from Vault
  • Provide User with number input field for adjusting the amounts
  • Prepopulate each field with the amount selected
  • Create logic so User can't submit different than a valid quantity number
  • Provide user with message that Vault has / hasn't been updated
  • Test functionality as Logged In User
  • Test functionality as Not Logged In User

Epic :
EPIC 9

@tomik-z-cech
Copy link
Owner Author

This was done in commit f90e353.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant