Skip to content

Add #confirm_address_step_complete to the Idv Step Concern#7931

Merged
jmhooper merged 3 commits intomainfrom
jmhooper-add-address-step-completed
Mar 6, 2023
Merged

Add #confirm_address_step_complete to the Idv Step Concern#7931
jmhooper merged 3 commits intomainfrom
jmhooper-add-address-step-completed

Conversation

@jmhooper
Copy link
Contributor

@jmhooper jmhooper commented Mar 6, 2023

The IdV step concern is intended to be used to make certain that previous IdV steps have been completed before allowing a user to complete a step. This commit start the process of implementing these steps by adding an available before action to ensure the address step is complete and using that in the review controller

The IdV step concern is intended to be used to make certain that previous IdV steps have been completed before allowing a user to complete a step. This commit start the process of implementing these steps by adding an available before action to ensure the address step is complete and using that in the review controller

changelog: Internal, Improvements, A before action to verify that the user has completed the address step before allowing the user to complete steps that depend on the address step was added to IdV step concern so it is available to controllers that implement IdV steps.
@jmhooper jmhooper requested a review from soniaconnolly March 6, 2023 20:26
Copy link
Contributor

@soniaconnolly soniaconnolly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I pulled it down and was unable to break it.

I did notice an interesting side issue. /verify/doc_auth/anything redirects to the next FSM step. I tried /verify/doc_auth/review from the /verify/verify_info step (because I didn't realize it's actually /verify/review) and it redirected to the ssn step. Then, verify/verify_info does correctly go back to verify_info step. This happens on main too, not caused by this PR.

@jmhooper jmhooper merged commit 93fab15 into main Mar 6, 2023
@jmhooper jmhooper deleted the jmhooper-add-address-step-completed branch March 6, 2023 22:14
@jmdembe jmdembe mentioned this pull request Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants