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

Fix Wishlist Functionality #6

Closed
MAVRICK-1 opened this issue May 9, 2024 · 14 comments
Closed

Fix Wishlist Functionality #6

MAVRICK-1 opened this issue May 9, 2024 · 14 comments
Assignees
Labels
Firebase involve firebase good first issue Good for newcomers GSSoC'24 Under GirlScript Summer of code level3 hard Material ui Material UI is Needed medium medium level implement

Comments

@MAVRICK-1
Copy link
Owner

Issue: Fix Wishlist Functionality

Screenshot 2024-05-09 224606

Description:

Currently, the wishlist functionality on our e-commerce website is not functioning. To address this, we can utilize Firestore to store wishlist data in the backend and render it on the wishlist page. The layout used for the cart page can be repurposed to display wishlist items.

Proposed Solution:

  1. Implement Firestore integration to store wishlist data.
  2. Develop functionality to add and remove items from the wishlist.
  3. Modify the wishlist page layout using the cart page layout as a template.
  4. Ensure seamless rendering of wishlist items on the wishlist page.
  5. Test thoroughly to ensure proper functionality.

Assignee:

Firebase access will be provided for implementation.
Documentation of Firestore : Firestore

Labels:

  • Enhancement
  • Firestore
  • Wishlist
@MAVRICK-1 MAVRICK-1 added good first issue Good for newcomers Firebase involve firebase medium medium level implement Material ui Material UI is Needed GSSoC'24 Under GirlScript Summer of code level3 hard labels May 9, 2024
@dev-rsiva
Copy link
Contributor

I want to work on this. I request that you assign it to me. I think I have enough firestore experience to implement this. Let me do it.

@MAVRICK-1
Copy link
Owner Author

give me your email , i will give you the access

@dev-rsiva
Copy link
Contributor

Email: [email protected]

@MAVRICK-1
Copy link
Owner Author

@dev-rsiva check your mail

@dev-rsiva
Copy link
Contributor

dev-rsiva commented May 10, 2024 via email

@dev-rsiva
Copy link
Contributor

@dev-rsiva check your mail

I have received mail. Let me have a look at it by morning.

@MAVRICK-1
Copy link
Owner Author

@dev-rsiva any updates ? or should i pass it to @Hemu21

@dev-rsiva
Copy link
Contributor

Sorry for the delayed response. I am understanding the code now. I have few query.

Why did you not having user specific data in firebase backend. I am not seeing it. I am just seeing the carts collection, seller collection only.

Whether you have any specific reason for it.

What my concern is we need to finalise how the data structure to be followed. Whether user- specific data or

Common data where each data link with the users who associated.

Have you worked on it.

@dev-rsiva
Copy link
Contributor

@dev-rsiva any updates ? or should i pass it to @Hemu21

Sorry for the delayed response. I am understanding the code now. I have few query.

Why did you not having user specific data in firebase backend. I am not seeing it. I am just seeing the carts collection, seller collection only.

Whether you have any specific reason for it.

What my concern is we need to finalise how the data structure to be followed. Whether user- specific data or

Common data where each data link with the users who associated.

Have you worked on it.

@MAVRICK-1
Copy link
Owner Author

@dev-rsiva #60 will solve this one , and we get the user data from fireauth

@MAVRICK-1
Copy link
Owner Author

@dev-rsiva we got uid as primary key , so it is associate to it's respective users

@dev-rsiva
Copy link
Contributor

@dev-rsiva we got uid as primary key , so it is associate to it's respective users

Ok let me work and complete.

@dev-rsiva
Copy link
Contributor

I have worked on this task and submitted. I request you to review the pull request.

@MAVRICK-1
Copy link
Owner Author

closed by #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Firebase involve firebase good first issue Good for newcomers GSSoC'24 Under GirlScript Summer of code level3 hard Material ui Material UI is Needed medium medium level implement
Projects
None yet
Development

No branches or pull requests

2 participants