Survey page(s) of “survey (about you) subflow“.

UML flows

Scenarios

  1. Screen is opened and app start loading survey data (can trigger Err1)

  2. User selects option and clicks continue

  3. Step above is repeated until last question is answered

  4. App sends survey answers to CM (can trigger Err2)

  5. Workflow is finished (can trigger Err3)

  6. App navigates to “new account root page“ with survey (about you) marked as completed

Back action - navigates to previous without any confirmation prompt or exits subflow when back is pressed on first question of survey

Code

Description

Handle

Err1

CM survey load failed

TBD

Err2

CM survey submit failed

TBD

Err3

CM workflow finish endpoint fails

TBD

Elements

Tag

Description

Data

1

App bar

Localization key - onboarding.moreInfo.appbar

2

Title

Survey question - questionLabel

3

Description

Survey question - descriptionLabel

4

Instructions header

Survey option - label

5

Action button

Localization key -common.journey.text.continue

Action - answers survey question (and submits it after last question)