You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story
As a student I can sign up for FAC-TRACK
Acceptance Criteria
Sign up page
When I'm on "Sign up" page, I want to be able to sign up to FAC TRACK
When on "sign up" page, I want a form to fill in my details. (Username, Email, Password, Confirm Password)
Error Handling:
- [ ] Error when I fill in something wrong.
- [ ] Email / user already exists warning.
Redirect after signup
- [ ] When I finish signing up and all the fields match I want to be re-directed to the login.
- [ ] If I sign up with incorrect information I want to get an error message/page.
functionality
Once successful, user is stored in database in Users table.
Error handling for email, name in backend
Front end form validation (stretch)
The text was updated successfully, but these errors were encountered:
User Story
As a student I can sign up for FAC-TRACK
Acceptance Criteria
Sign up page
Error Handling:
- [ ] Error when I fill in something wrong.
- [ ] Email / user already exists warning.
Redirect after signup
- [ ] When I finish signing up and all the fields match I want to be re-directed to the login.
- [ ] If I sign up with incorrect information I want to get an error message/page.
functionality
The text was updated successfully, but these errors were encountered: