pooranjoyb / popShop

eCommerce Shoping Platform (with Admin Panel) based on ReactTS & Daisy UI, integrating Supabase as BaaS
https://pop-shop-github.vercel.app/
MIT License
34 stars 71 forks source link

[Feature] Adding edit profile functionality. #163

Closed yashi-15 closed 4 months ago

yashi-15 commented 4 months ago

Description

Currently, the system stores default information such as first name, last name, address, phone number, gender, and account creation date. I aim to implement a feature that automatically retrieves this data when a user signs up with their details. Additionally, users will have the ability to update certain information, such as their address and mobile number.

Kindly assign this issue to me, I want to work on this issue under GSSOC'24.

Screenshots

Screenshot (535)

Checklist

pooranjoyb commented 4 months ago

Congratulations, @yashi-15! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

pooranjoyb commented 4 months ago

Yes, this is obviously the feature we need. We would need to implement is once #158 is done. @yashi-15

pooranjoyb commented 4 months ago

Just wait till tomorrow first half. @yashi-15

pooranjoyb commented 4 months ago

You can start working on this. Use a Daisy UI modal. Also when user clicks on Edit Profile The model should popup and the old details should be passed to the input and user can edit them. That should be the workflow. @yashi-15

yashi-15 commented 4 months ago

You can start working on this. Use a Daisy UI modal. Also when user clicks on Edit Profile The model should popup and the old details should be passed to the input and user can edit them. That should be the workflow. @yashi-15

Sure @pooranjoyb

yashi-15 commented 4 months ago

You can start working on this. Use a Daisy UI modal. Also when user clicks on Edit Profile The model should popup and the old details should be passed to the input and user can edit them. That should be the workflow. @yashi-15

Hello @pooranjoyb, I have almost completed the work and would like to confirm with you .... which fields should be editable by the user. Currently, I have set the following fields as editable:

First Name - Editable Last Name - Editable Phone - Editable Email - Not editable Gender - Not editable Account Creation Date - Not editable

pooranjoyb commented 4 months ago

Cool, we are good to go! 🚀 @yashi-15