Skip to content

LG-10869 Rename the review step to the enter password step#9375

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-rename-review-step
Oct 16, 2023
Merged

LG-10869 Rename the review step to the enter password step#9375
jmhooper merged 1 commit intomainfrom
jmhooper-rename-review-step

Conversation

@jmhooper
Copy link
Contributor

This commit renames the "Review" step to the "Enter password" step. This new name should hopefully better describe what is happening at this step.

This commit changes the name, but leaves several places out of scope:

  1. URLs: To maintain compatibility in the 50/50 state this commit introduces but does not start using URLs with the new name. Follow up commits will need to be added to use and then remove the old /review url.
  2. Analytics event names

@jmhooper jmhooper force-pushed the jmhooper-rename-review-step branch from e05d08a to 092071e Compare October 12, 2023 21:05
@zachmargolis
Copy link
Contributor

zachmargolis commented Oct 12, 2023

Analytics event names

Maybe we could rename the methods (idv_review_complete, idv_review_info_visited) but leave the strings as-is for the time being

@soniaconnolly
Copy link
Contributor

Probably already on your todo list: move app/views/idv/review/* to app/views/idv/enter_password, and rename step/features/idv/steps/review_step_spec.rb

@jmhooper jmhooper force-pushed the jmhooper-rename-review-step branch 5 times, most recently from 92361f4 to aad8f56 Compare October 13, 2023 16:58
@jmhooper jmhooper marked this pull request as ready for review October 13, 2023 16:58
@jmhooper jmhooper requested a review from a team October 13, 2023 16:59
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!

Copy link
Contributor

@theabrad theabrad left a comment

Choose a reason for hiding this comment

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

LGTM

This commit renames the "Review" step to the "Enter password" step. This new name should hopefully better describe what is happening at this step.

This commit changes the name, but leaves several places out of scope:

1. URLs: To maintain compatibility in the 50/50 state this commit introduces but does not start using URLs with the new name. Follow up commits will need to be added to use and then remove the old `/review` url.
2. Analytics event names

[skip changelog]
@jmhooper jmhooper force-pushed the jmhooper-rename-review-step branch from e1d8d40 to b6fb1b9 Compare October 16, 2023 15:34
@jmhooper jmhooper merged commit c80e787 into main Oct 16, 2023
@jmhooper jmhooper deleted the jmhooper-rename-review-step branch October 16, 2023 16:10
jmhooper added a commit that referenced this pull request Oct 25, 2023
The change in #9375 renamed the review controller to the "enter password" controller. This commit introduced a new path, but did not start using it to support the 50/50 state when that change was deployed.

This commit starts using the new path but does not remove the old ones. This is also to prevent 404s in the 50/50 state. A follow up will be needed to remove the old routes after this is deployed.

[skip changelog]
jmhooper added a commit that referenced this pull request Oct 25, 2023
The change in #9375 renamed the review controller to the "enter password" controller. This commit introduced a new path, but did not start using it to support the 50/50 state when that change was deployed.

This commit starts using the new path but does not remove the old ones. This is also to prevent 404s in the 50/50 state. A follow up will be needed to remove the old routes after this is deployed.

[skip changelog]
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.

4 participants