mshaffer9 / ReelMarkets

0 stars 0 forks source link

As a user, I want to register so I can log in. #1

Closed alexacarleo closed 7 years ago

alexacarleo commented 7 years ago

Story/Task Details:

Acceptance Test Scenario: Given: An unregistered user When: The user enters a unique username, valid email address, valid password, and age over 13 Then: The system creates a new user

Given: An unregistered user When: The user enters a non-unique username, or invalid password, or an invalid password, or an age less than 13 Then: The systems produces an error message

Done Done Criteria:

alexacarleo commented 7 years ago

login button register shadow box

mshaffer9 commented 7 years ago

TODO: fix fields to only accept proper types of input (numerical DOB, gender options, etc). Right now they are all strings.

alexacarleo commented 7 years ago

Background color: e6e6e6

alexacarleo commented 7 years ago

envelope lock person icon lock with check

vgupta61 commented 7 years ago

Haven't implemented age over 13/ valid date of birth and valid email. Current input fields need to be improved - we should implement a calendar for dates, dropdown for gender, etc.