issues
search
Schploink
/
AudioFog
Full stack clone project
0
stars
0
forks
source link
User Auth
#7
Open
Schploink
opened
3 years ago
Schploink
commented
3 years ago
User Auth
Functionality
[ ] The main button with logo should link to
/
[x] Has working demo login
[x] Smooth, bug free navigation
Before Login
[x] The
/login
page should not display a link to
Log In
. Same for
/signup
[ ] Going to a random route
/#/oweiniouewbrviuwebv
should redirect or display a 404 page
[x] Errors should display for both
/signup
and
/login
.
[ ] Errors should clear when moving between
/signup
and
/login
.
[x] Can sign up a user
[x] Can sign in as a user
[x] Can log out a user
[x] Can't sign up with the same username/email
[x] Pressing enter after filling out the session form should use the form data, not the demo user
After Login
[ ] Should not be able to visit
/login
or
/signup
[x] Should be able to refresh the page and still be logged in
Style
[ ] The elements are positioned correctly on the page
[ ] Remove Redux logger and all console.log()'s from production
Seeds
[x] Adequate and appropriate seeds
iProgYou
commented
3 years ago
You ask for a email when signing up, but the sign in form says username
I think it should be fully styled. The weekend was the time to do styling, but now we need to start focusing on making it look good.
Make sure to look at the above check boxes ^
User Auth
Functionality
/
Before Login
/login
page should not display a link toLog In
. Same for/signup
/#/oweiniouewbrviuwebv
should redirect or display a 404 page/signup
and/login
./signup
and/login
.After Login
/login
or/signup
Style
Seeds