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

Implement a favorites/saved items feature that allows users to save products they are interested in. #155

Open
Anushka-Pote opened this issue Oct 21, 2024 · 1 comment

Comments

@Anushka-Pote
Copy link

🌟 Feature Overview
Implement a favorites/saved items feature that allows users to save products they are interested in. When a user clicks on the "Save" button for a product, it should be added to their profile under a "Saved Items" section. This will provide users with easy access to their favorite products when they are ready to check out.

🤔 Why this feature?
This feature enhances user experience by allowing customers to keep track of products they are interested in without having to search for them repeatedly. It simplifies the shopping process, making it easier for users to compile their final cart for checkout. By providing a "Saved Items" list, users can quickly refer to their favorites and make purchasing decisions more efficiently.

📋 Expected Behavior
Product Listing Update:
Each product card should include a "Save" button that allows users to add the item to their favorites.

User Profile Integration:
A "Saved Items" section should be added to the user profile, displaying all products the user has saved.
Users should be able to view, remove, or directly add saved items to their cart from this section.

Persistence:
The saved items should be persistent across sessions, meaning they will remain in the user's profile even after logging out and logging back in.

Notifications:
When an item is successfully saved or removed from favorites, a notification should inform the user of the action taken.

@MinavKaria
Copy link
Owner

Hi @Anushka-Pote! Thanks for opening this issue on Ratna Supermarket. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

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

No branches or pull requests

2 participants