As a user, I should be able to log in and register for the app.
Acceptance Criteria
Given a user wants to log in or create an account
When the user clicks an affordance to to log in, it will take the email and password inputed by the user and check to see if the criteria matches a current user. If not it will alert the user to register. The user will click the affordance to register
Then a form should be presented to the user in which the following properties can be provided:
First Name
Last Name
Email
Birthday
Password
After the user inputs their information, they will click the sign up affordance and be taken to their dashboard.
Story
As a user, I should be able to log in and register for the app.
Acceptance Criteria
Given a user wants to log in or create an account When the user clicks an affordance to to log in, it will take the email and password inputed by the user and check to see if the criteria matches a current user. If not it will alert the user to register. The user will click the affordance to register Then a form should be presented to the user in which the following properties can be provided:
After the user inputs their information, they will click the sign up affordance and be taken to their dashboard.