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

Wishlist management #45

Closed
faid-terence opened this issue Jul 2, 2024 · 0 comments · Fixed by #53
Closed

Wishlist management #45

faid-terence opened this issue Jul 2, 2024 · 0 comments · Fixed by #53
Assignees
Labels
frontend Related to frontend

Comments

@faid-terence
Copy link
Collaborator

faid-terence commented Jul 2, 2024

Adding items to a wishlist is a common feature for e-commerce websites, as it allows buyers to save items for later consideration or purchase.

GIVEN that the buyer is on a product page

WHEN the buyer clicks the ""Add to Wishlist"" button or a button to add the item to the wishlist without leaving the current page (optional)
THEN the item should be added to the buyer's wishlist and the buyer should see a confirmation message
Dev notes:

The ""Add to Wishlist"" button should be disabled if the buyer is not logged in.
The optional feature to add the item to the wishlist without leaving the current page should be implemented using an overlay or a modal window.

@Calebgisa72 Calebgisa72 added the frontend Related to frontend label Jul 2, 2024
@Calebgisa72 Calebgisa72 linked a pull request Jul 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Related to frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants