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 
 5. Password*    - Eye icon - should show/hide password letters. 

 All fields are required.  
 Validation of all fields (except username): #1156 

 The [Register] button should be disabled until user fills in all fields.  

 Mockups:  
 * 1.Sign in 
 * 2.Registration 

Back