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

solver issue #1136 for frontend part #1137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sribabu-Mandraju
Copy link

Issue: Users working on the frontend were unable to log in because there was no registration page to create an account. As a result, without registration, login functionality was not accessible.

Solution: I have integrated a registration page into the frontend to resolve this issue. This allows new users to create accounts and subsequently log in.

Next Steps: While I have addressed the frontend aspect of this issue, it is essential to ensure that the backend is also updated to handle user registration and login functionality seamlessly. I am available to work on the backend integration to complete the functionality.

Details:

Frontend Changes: Added a registration page with necessary form fields and validations.
Backend Requirements: Implementation of endpoints for user registration, including validation, saving user details to the database, and returning appropriate responses.
By addressing both frontend and backend aspects, we can ensure a smooth user experience for account creation and login.

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

Successfully merging this pull request may close these issues.

None yet

1 participant