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

Walter/login view #67

Merged
merged 7 commits into from
Sep 10, 2021
Merged

Walter/login view #67

merged 7 commits into from
Sep 10, 2021

Conversation

waltervan00
Copy link
Collaborator

Implemented the Login View for the website, hooked to lifecycle calls.
Fields display error messages when they are empty.

Error may appear despite user clicking on router link, may be seen as a graphical glitch.
Closes #3.

@waltervan00 waltervan00 added this to the Sprint 1 milestone Sep 9, 2021
@waltervan00 waltervan00 added this to In progress in Sprint 1 via automation Sep 9, 2021
@waltervan00 waltervan00 added the enhancement New feature or request label Sep 9, 2021
@waltervan00 waltervan00 self-assigned this Sep 9, 2021
Sprint 1 automation moved this from In progress to In review Sep 9, 2021
Copy link
Collaborator

@shangzhel shangzhel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a React warning about calling setUsername and setPassword after the component had been unmounted. This happens when registering and the entire component re-renders upon success.

Let's not deal with appearances now, leave that to #56. I insist this because visual consistency follows from all visual styling being done at once. So far this view is functional, and that is all that matters for now.

I have addressed both issues on my branch f4fb591, so you can just fast-forward merge it.

Copy link
Collaborator

@shangzhel shangzhel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@chomosuke chomosuke merged commit a3c1ad0 into master Sep 10, 2021
Sprint 1 automation moved this from In review to Done Sep 10, 2021
@chomosuke chomosuke deleted the walter/loginView branch September 10, 2021 12:51
@shangzhel shangzhel added this to Sprint 1 Done in Product backlog Oct 9, 2021
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
Product backlog
  
Sprint 1 Done
Sprint 1
  
Done
Development

Successfully merging this pull request may close these issues.

Add login view and register view
3 participants