kellymorin/simplifiedSupper

Register New Account

Closed this issue · 1 comments

Story

As a user, I should be able to fill out a form with my email address, and the username of my choice to register myself in the application

Acceptance Criteria

Given a user wants to use Simplified Supper
When the user first accesses the application
Then the user should see a welcome message
And a hyperlink to the registration form

Given a user wants to register an account with Simplified Supper
When the user clicks the Register a new account hyperlink
Then a registration form should be displayed where the user can supply their first name, last name, email address, username, and password, and upload a profile image

Given a user as filled out all fields of the registration form
When the user clicks the Register button
Then the system should check if the username is unique
And it should check if the email address is unique
And it should check if the password and confirmed password match
And if all requirements are true, a new account should be created
And the user should be taken to the Get Started view of Simplified Supper

completed 12/5