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
29 stars 68 forks source link

Feature/update signup process #159

Closed me-shweta closed 1 month ago

me-shweta commented 1 month ago

In utils/schema.ts, I updated the SignUpSchema to include additional fields like FirstName, LastName, Gender, Phone, Address, and Account Creation Date. In auth.ts, I integrated the updated schema to validate user signup data in the authentication component.

Fixes #148

Type of change

Checklist:

give a X on it which is applicable

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pop-shop ❌ Failed (Inspect) Jun 1, 2024 5:12am
pooranjoyb commented 1 month ago

There are build errors. Fix them and commit. Run npm run build to detect the errors in the code.

image

@me-shweta

me-shweta commented 1 month ago

@pooranjoyb Tell me, is there any problem still? And I'm just reminding, if everything is fine, don't forget to add labels to this pull request.

pooranjoyb commented 1 month ago

Please read CONTRIBUTING GUIDELINES seems like you didn't run npm run watch-css for tailwind. This eventually broke the UI :/ @me-shweta

image

me-shweta commented 1 month ago

@pooranjoyb I have changed the code of the files, let me know if the problem still persists. :_) Also, There is an issue with the password reset email. Will I need to sort that out as well?

pooranjoyb commented 1 month ago

Seems like there are lotta issues here, even the Ui is not fixed. So, looking at your efforts to fix it, I'm merging it to won't-fix branch :/ But sorry to say that can't merge into dev

You'll still get the gssoc label but can't assign level-2 to this :/ @me-shweta

me-shweta commented 1 month ago

@pooranjoyb Sorry, I couldn't manage to do it in time. I think I should stay away from coding issues. By the way, thank you very much for your support. :/ By the way, these PR points will be considered, right? Or do I need to be assigned as the PR's assignee as well?

pooranjoyb commented 1 month ago

@pooranjoyb Sorry, I couldn't manage to do it in time. I think I should stay away from coding issues. By the way, thank you very much for your support. :/ By the way, these PR points will be considered, right? Or do I need to be assigned as the PR's assignee as well?

Yes it will be considered as a valid contribution, don't worry. And yes, I'd say try with easier UI issues. Don't just give up with bugs/problems easily. Try to understand how things actually work, use chatgpt to understand codebase. This will really help you understand better. @me-shweta