-
Notifications
You must be signed in to change notification settings - Fork 11
User Interface
Alberto Lopez edited this page Mar 21, 2020
·
58 revisions
- Login Button
- Renders login page
- Sign Up Button
- Renders sign up page
-
Username Input
-
Password Input
-
Submit Button
- A post request to login endpoint will authenticate username and password.
- Sign Up Button
- renders sign up page
-
E-mail input
-
Username input
-
Password Input
- Once all three inputs are populated, send a request to validation endpoint to make sure inputs meet the requirements and we have no duplicates.
- Using a library lodash to check when a user stops typing to send the request.
- Submit Button
- Sends post request to db, checks if UN exists in db
- if Username exists, alert user to enter new Username
- if Username doesn't exist, post Username and Password in db, render E-mail Confirmation page
- Resend Button
- Resends email confirmation
- Confirm Email button
- Links to login page, sets confirmation to true to user login
- Displays list of databases
- Buttons to link to each databases
- Logout Button
- Changes status of user to logged out
- renders login page
-
input password
-
Set Button
- Takes the password input
- Post request to database and sets the password