Project

General

Profile

Feature #1005

Updated by Vladimir Krisyuk over 6 years ago

h2. User    should be able to register in the app. 

 *Precondition:*  
 * User has received an “Invitation message” with the key_code and link to download the app. 
 * User should install app on his mobile phone. 

 *Acceptance criterias:* 
 * When user runs the app for the fist time, the app. should ask permission to use sms services.  
 * When user is not autificated on the app then the “Sign in” screen should be displayed.  
 * “Registration” link should be displayed on the screen 
 *    Click on the link should open “Registration” page where user should provide: 
 1. NPI 
 2. Key_code 
 3. Mobile phone number 
 4. Email address 
 5. Username (Choose your username) - #1155 (TBD validation) 
 5. Password* 

 All fields are required. Description of the fields:    
 * NPI Identifier - limited to 10 digits. 
 * Key_code - Generated code, received in the Welcome message. 
 * Mobile phone number - input field: The masking technique should be used for the Field: format as user types data into format: (555) 555-5555, only digits has to be accepted. 
 * Password: 8 letters min. Eye icon - should show/hide password letters. 

 Mockups:  
 * 1.Sign in 
 * 2.Registration 

Back