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

Login pain points #15

Open
wants to merge 4 commits into
base: hackathon2023-testing
Choose a base branch
from
Open

Conversation

CBradsen
Copy link
Collaborator

@CBradsen CBradsen commented Nov 19, 2023

Fixes #4 Login

Description

This moves the Log in and Sign up form to the first page that a user sees.
It also re-styles the Log in and Sign up form headers.
It reduces a click for the user and makes the process of both logging in and signing up more intuitive and streamlined.
The Login component is now called within Home.jsx

Checklist:

  • I have manually tested my changes on desktop and mobile
  • The test suite passes locally with my changes
  • If my change is a UI change, I have attached a screenshot to the description section of this pull request
  • My change is 300 lines of code or less, or has a documented reason in the description why it’s longer
  • I have made any necessary changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • My PR is labeled [WIP] if it is in progress

Before

image

The words "Login and get started" confused some users who were signing up for the first time and did not have a login name and password.
When a user clicked on Login and get started they were taken to this page:

image

The header "Sign in" was more prominent when a user was on the Log in form and "Log in" was more bold when a user was on the Sign in form, leading to confusion for some users at the beginning.

These fixes make the log in and sign up process more intuitive and easier for the users, both new and returning.

Now

image

Next steps

  • Fix spacing for the logo and headline.

Why we made this change

  • It reduces the work a user must do to sign up or log in.
  • The changes to the colors of the Login and Sign up header on the form allows a user to see which form they are on in a more intuitive way than before.

@Arique1104 Arique1104 mentioned this pull request Nov 28, 2023
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.

2 participants