Feature #1156
closedFeature #1002: Feature - User access to the app.
Feature #1005: Req. - User registration in the App (Registration screen):
Req. - real time fields validations
100%
Description
When user adds data to the input field and loses the field focus the the data has to be validated in real time.¶
1. NPI - The value has to be 10 digits long.
Error message: "The NPI should be 10 digits"
2. Key_code - The value has to be 6 digits long (TBD)
Error message: "The Key_code should be 6 digits"
3. Mobile phone number: The masking technique should be used for the Field; format data when user types data into format: (555) 555-5555, only digits has to be accepted.
Error message: "The phone number should be 10 digits"
Note : Phone number should be send to server in a following format - "+79200110788" where
"+" - required letter
"7" - is a country code
"920" - area code
"0110788" - phone number
So user will see a masked input string - +7[areacode][phone], where "+7" should be autopopulated but editable
Client logic will populate result string and send it in the specified format
4. Email address:
Error message: "Please enter a valid email address"
5. Username (Choose your username) - #1155
6. Password*: 8 letters min.
Error message: "Password must contain at least 8 characters including UPPER/lowercase and numbers"
Updated by Olga Bakhmat almost 6 years ago
- Status changed from New issue to In Progress
Updated by Vladimir Krisyuk almost 6 years ago
- Assignee changed from Olga Bakhmat to Vladimir Krisyuk
Updated by Vladimir Krisyuk over 5 years ago
- Status changed from In Progress to Closed