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

As a guest, I want to be able to register a new account #17

Open
MGZero opened this issue Nov 1, 2020 · 0 comments
Open

As a guest, I want to be able to register a new account #17

MGZero opened this issue Nov 1, 2020 · 0 comments

Comments

@MGZero
Copy link
Contributor

MGZero commented Nov 1, 2020

Note: This flow should not be available to logged in users.

A guest user should be able to click the registration button and be brought to the terms of service page.
Upon clicking next, the user should be brought to the registration page from #10.
After filling out all required fields and passing recaptcha, the register button should become enabled.
Clicking the register button will call the register endpoint which will check required fields, validate the data, and run rule checks.
If an error is triggered by one of the above checks, a 422 will be returned (the error messages will be handled in a follow-up story).
If required fields are missed, they should highlight in the error color.
When the user successfully registers, they will see a success message that tells them a validation email has been dispatched.
The user should then be returned to the home page.

@MGZero MGZero added the 3 pt label Nov 1, 2020
@MGZero MGZero self-assigned this Nov 1, 2020
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

1 participant