Skip to content

Commit

Permalink
PYIC-7904: update reverification journey with new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thebauSoftwire committed Jan 15, 2025
1 parent 86889a8 commit c3094cc
Showing 1 changed file with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,20 @@ states:
lambda: check-reverification-identity
events:
found:
targetState: IDENTITY_START_PAGE
targetState: YOU_CAN_CHOOSE_HOW_YOU_GET_SECURITY_CODES_PAGE
not-found:
targetState: CRI_TICF
targetJourney: INELIGIBLE
targetState: INELIGIBLE
error:
targetJourney: TECHNICAL_ERROR
targetState: ERROR

IDENTITY_START_PAGE:
YOU_CAN_CHOOSE_HOW_YOU_GET_SECURITY_CODES_PAGE:
response:
type: page
pageId: page-ipv-identity-document-start
pageId: you-can-change-security-code-method
events:
appTriage:
next:
targetState: CRI_DCMAW
checkFeatureFlag:
strategicAppEnabled:
Expand All @@ -106,7 +107,7 @@ states:
dcmaw:
targetJourney: TECHNICAL_ERROR
targetState: ERROR
end:
cannot-change-security-codes:
targetJourney: INELIGIBLE
targetState: INELIGIBLE

Expand Down Expand Up @@ -183,6 +184,14 @@ states:
type: process
lambda: call-ticf-cri
parent: CRI_TICF_STATE
events:
next:
targetState: WE_MATCHED_YOU_TO_YOUR_ONE_LOGIN_PAGE

WE_MATCHED_YOU_TO_YOUR_ONE_LOGIN_PAGE:
response:
type: page
pageId: we-matched-you-to-your-one-login
events:
next:
targetState: RETURN_TO_RP
Expand Down

0 comments on commit c3094cc

Please sign in to comment.