Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signup Functionality #28

Open
5 tasks
HStewart23 opened this issue Jan 14, 2019 · 0 comments
Open
5 tasks

Signup Functionality #28

HStewart23 opened this issue Jan 14, 2019 · 0 comments

Comments

@HStewart23
Copy link
Contributor

HStewart23 commented Jan 14, 2019

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)
@martinbagshaw martinbagshaw changed the title As a student I can sign up for FAC-TRACK Signup Functionality Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants