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: Shopping Cart #5

Open
5 tasks done
Tracked by #17
BOM-98 opened this issue Jan 5, 2024 · 0 comments
Open
5 tasks done
Tracked by #17

USER STORY: Shopping Cart #5

BOM-98 opened this issue Jan 5, 2024 · 0 comments
Assignees
Labels
user story user story label

Comments

@BOM-98
Copy link
Owner

BOM-98 commented Jan 5, 2024

Epic: #17

As a customer I want to be able to add products to my cart and review them so that I can collect every item I want to buy before proceeding to checkout

Estimation of Effort

  • L

Acceptance Criteria:


  • Customers must be able to add products to their shopping cart from product detail pages with one click.
  • The shopping cart should display all items added by the customer, including product details such as name, price, quantity, and total cost.
  • Customers must be able to edit each item in their cart or remove items entirely.
  • The cart must automatically update to reflect changes in item quantity or removals, including recalculating the total cost.
  • Customers should have the ability to review their cart items and total cost before proceeding to checkout.
  • The shopping cart should be accessible from any page on the website via a cart icon or menu option.
  • Ensure that the cart experience is seamless and intuitive across all device types (desktop, tablet, mobile).

Tasks:


  • Create User Signup Form
  • Implement "Add to Cart" functionality on product detail pages.
  • Develop the shopping cart page, including item details, quantity adjustments, and item removal options.
  • Add a cart icon or menu option that is visible and accessible from any page on the website.
  • Conduct responsive design testing to ensure the shopping cart is accessible and user-friendly on all devices.
@BOM-98 BOM-98 added the user story user story label label Jan 5, 2024
@BOM-98 BOM-98 self-assigned this Jan 5, 2024
@BOM-98 BOM-98 moved this to Must Have in Atlas Rogue Project Jan 5, 2024
@BOM-98 BOM-98 moved this from Not Started to Complete in Atlas Rogue Project Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story user story label
Projects
Status: Complete
Development

No branches or pull requests

1 participant