Closed alexacarleo closed 7 years ago
TODO: fix fields to only accept proper types of input (numerical DOB, gender options, etc). Right now they are all strings.
Background color: e6e6e6
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.
Story/Task Details:
[x] Design Registration page
[x] Create user map with information (username, email, gender, birthday, account type, password, and in-app currency)
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:
[x] Team has approved UI design
[x] UI elements exported and given to team
[x] Code is merged with master
[x] Acceptance scenarios are passing.