issues
search
ziqi23
/
Zotion
Clone of the productivity and note-taking web application, Zotion is a space for you to write and store all your notes.
1
stars
1
forks
source link
User Auth
#2
Open
darreneid
opened
1 year ago
darreneid
commented
1 year ago
User Auth
Functionality
[ ] The main button with logo should link to
/
[ ] Has working demo login
[ ] Smooth, bug free navigation
Before Login
[ ] 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
[ ] Errors should display for both
/signup
and
/login
.
[ ] Errors should clear when moving between
/signup
and
/login
.
[ ] Can sign up a user
[ ] Can sign in as a user
[ ] Can log out a user
[ ] Can't sign up with the same username/email
[ ] 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
[ ] 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
[ ] Adequate and appropriate seeds
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