To sign-up user needs to enter their email address and after that, there will be a check that will redirect a user to the correct flow screen. (Screen 1)
a. If a user doesn't have the account, a user will be redirected to the sign-up screen.
b. If a user had the account before but he deleted the account, we will ask him to re-activate his account.
c. If a user has an active account, a user will be redirected to a login screen. TO SIGN UP:
A user needs to fill in all the info that is requested on the screen (Screen 2)
Email - is already auto-populated from the previous screen
First name
Last name
Sex
DOB - user’s can not enter the future date (we had it on the backend)
Phone number
To continue the user needs to agree to “HIPAA & Privacy”.
After a user added the data, a user is redirected to the next screen where a user needs to confirm his email address. A user will get the email. (Screen 3)
To confirm his email address, a user needs to enter in the app the digits that a user gets in the email. If a user can not find the email, a user should check the "Spam" folder. a
NOTE: The code is valid for 15 minutes, after that time the code becomes invalid. “The code is invalid. Please click the “Resend” button to get a new code.”
3. After a user confirmed his email address, a user needs to "Create Password". To create the password, a user needs to type it 2 times (the same password).
4. If a user has the invite from his employer, a user will see the screen where a user needs to enter the company ID. But a user is able to miss this step.
5. Then the onboarding process will appear. A user also is able to skip this step by clicking "Skip".