-
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 sent 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 and display prompt of either passing or failing.
- A debounce function will determines when a user stops typing and a request will be sent at that point.
- Submit Button
- Sends a post request to signup endpoint to create user
- Resend Button
- Sends a post request to confirm endpoint
- 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