StateVoicesNational / Spoke_Hackathon_Fork

mass-contact text/SMS distribution tool
Other
3 stars 2 forks source link

Login pain points #15

Open CBradsen opened 10 months ago

CBradsen commented 10 months ago

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:

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

Why we made this change