ansopedia / web-app

Ansopedia is an open-source learning platform that empowers you to explore diverse educational content. Access a vast repository of knowledge, including: posts, forums, quizzes, personalized experience, blog, leaderboard, school, college & university details, etc
3 stars 5 forks source link

Issue: Implement Signup and Login Functionality (API Integration) #14

Closed sanjaysah101 closed 4 months ago

sanjaysah101 commented 4 months ago

Issue: Implement Signup and Login Functionality (API Integration)

Description:

The UI for signup and login functionalities is complete. However, integration with the backend API to handle user registration, authentication, and session management is still required.

Desired Functionality:

API Integration:

evnxprk commented 4 months ago

Hello,

Would it be okay to work on this even though it's been assigned to you? I can try to help out if needed.

sanjaysah101 commented 4 months ago

Hi @evnxprk,

Thank you for reaching out! I've made some progress on the Login Page functionality, with the login feature now operational. Currently, I'm planning to integrate the @legendState library for more efficient state management. However, there are still several outstanding tasks, such as implementing error message display for invalid input (like invalid email and password) directly within the input component. Additionally, updating the Input component to utilize the legend state (#16) is on my to-do list, and the SignUp form remains pending.

Given the interdependencies, addressing the error handling for issue #16 would be a great starting point, as it's currently blocking progress on this particular issue.

Looking forward to collaborating with you on this!