SaFi Bank Space : FE - phone input page

Initial page of login flow, when customerId is not known to application.

NOTE!!!: application does not contain MVP UI yet

UML flows

Scenarios

  1. User has option to fill in his phone number and clicks continue action button

    1. user has empty phone - err1

    2. phone not found - err2

    3. unknown error - err3

    4. success - user is redirected to passcode input page FE - passcode input page

Back action - closes phone input page

Code

Description

Handle

Err1

user has empty phone

Inline error message - common.error.mandatory

Err2

phone not found → user with such validated phone number does not exist in CM database

Inline error message - common.error.phoneNotFound

Err3

unknown error during communication with CM

TBD

Elements

Tag

Description

Data

1

App bar title

TBD when MVP UI applied

2

Title

Localization key - login.phoneInput.text.title

3

Description

Localization key - login.phoneInput.text.subtitle

4

Phone input

Localization key - login.phoneInput.text.phone

5

Action button

Localization key - common.journey.text.continue
NOTE: to be changed to login.phoneInput.action

Action - triggers flow described by UML

Attachments: