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

The Register Form not coded properly #234

Closed
5 tasks done
samar12-rad opened this issue Oct 14, 2024 · 5 comments
Closed
5 tasks done

The Register Form not coded properly #234

samar12-rad opened this issue Oct 14, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@samar12-rad
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

The current Register.jsx, doesnt create the user.
It just stores the emailId of the user currently.
image

Use Case

The Register form only handles email right now, All the other details on the page are useless if not implemented.
I will redesign the form so that the user successfully registers with all the data.

Benefits

No response

Add ScreenShots

image

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC-EXT contributor
  • I'm a HACKTOBERFEST contributor
  • I have starred the repository
@samar12-rad samar12-rad added the enhancement New feature or request label Oct 14, 2024
@GAVINESHWAR
Copy link
Collaborator

@samar12-rad , not required closed as complete

@samar12-rad
Copy link
Author

@GAVINESHWAR , I am currently creating profile page, but for that, someinfo is needed which is entered in the form but not sent to the database .

@GAVINESHWAR
Copy link
Collaborator

@GAVINESHWAR , I am currently creating profile page, but for that, someinfo is needed which is entered in the form but not sent to the database .

could you please elaborate the issue

@GAVINESHWAR GAVINESHWAR reopened this Oct 17, 2024
@samar12-rad
Copy link
Author

I currently have an issue assigned to create profile page which will show details of user like - Profile picture, name , username, dob, height , weight , bmi, gender, phonenumber, etc.

But the user database doesn't have all these data, even when you enter it while registering.
This is because the handling of register button is not done properly.
The only data that gets an user registered is email and password.

how the submit is handled.
image

how data is stored in firebase
image
As you can see, only email and password is currently present, even though a user registers with all his details.

A proper database is needed to be created to be created in order to keep user's information for use on the website.
Furthermore, the register code is to be modified to be incorporate to send all the data to the database for future retrieving.
The firebase code is also need to be modified to define the schema of the user data.

@samar12-rad samar12-rad closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
Copy link

✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants