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

[Frontend] Login Page Design&Implementation #153

Closed
berkaydoner opened this issue Nov 8, 2021 · 3 comments
Closed

[Frontend] Login Page Design&Implementation #153

berkaydoner opened this issue Nov 8, 2021 · 3 comments

Comments

@berkaydoner
Copy link
Collaborator

We have to implement a login page where users can sign in to the app using their username/email and password.
I think a simple design with icon/app name above, two form elements at the middle and submit button at the bottom should be good enough.
Also, this login page should interact with login endpoint of backend and it should create a session for the user.

@berkaydoner
Copy link
Collaborator Author

berkaydoner commented Nov 17, 2021

I have implemented the login page with two text fields. There are also links to the signup and forgot password pages. #183
image

@berkaydoner
Copy link
Collaborator Author

I connected the login functionality to the backend and added a error message for the case where the response indicates an error. If sign in is successful, user is navigated to the home page.

@berkaydoner
Copy link
Collaborator Author

I merged the functionality. I could not added the session functionality as the backend part was implemented a little bit late, but I will add it as soon as possible in a separate branch.

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

No branches or pull requests

1 participant