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

Implement backend logic for Login folder #48

Closed
7 tasks
uparkalau opened this issue May 27, 2024 · 0 comments
Closed
7 tasks

Implement backend logic for Login folder #48

uparkalau opened this issue May 27, 2024 · 0 comments
Assignees
Labels
frontend Frontend task/issue

Comments

@uparkalau
Copy link
Contributor

API Requests:

  • Add the necessary API requests for login functionality.
  • Ensure endpoints cover login, account creation, password reset, and email verification.
  • Implement these API requests in frontend/src/services/apiServices.js.

Page Refactoring:

  • Ensure all login-related pages are properly routed.
  • Optimize the logic structure within these pages.
  • Split the pages into smaller, reusable components if necessary.

Endpoint Emulation:

  • Use Postman or another tool to emulate endpoint calls and verify functionality.

Routing examples:

<Route path="/login" component={LoginPage} />
<Route path="/create-account" component={CreateAccountPage} />
<Route path="/forgot-password" component={ForgotPasswordPage} />
<Route path="/check-email" component={CheckYourEmailPage} />
<Route path="/reset-password" component={PasswordResetPage} />
<Route path="/set-new-password" component={SetNewPasswordPage} />
@uparkalau uparkalau added the frontend Frontend task/issue label May 27, 2024
@erenfn erenfn closed this as completed Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend task/issue
Projects
None yet
Development

No branches or pull requests

2 participants