Skip to content

LG-13006: remove instances of skip_doc_auth - step 4/6#11338

Merged
KeithNava merged 27 commits intomainfrom
keithw/LG-13006-rename-skip-doc-auth-value
Oct 25, 2024
Merged

LG-13006: remove instances of skip_doc_auth - step 4/6#11338
KeithNava merged 27 commits intomainfrom
keithw/LG-13006-rename-skip-doc-auth-value

Conversation

@KeithNava
Copy link
Contributor

@KeithNava KeithNava commented Oct 10, 2024

🎫 Ticket

Link to the relevant ticket:
LG-13006

🛠 Summary of changes

As a part of the effort of removing instances of the old variable skip_doc_auth, this PR addresses the need to ensure that the skip_doc_auth along with the new variable skip_doc_auth_from_how_to_verify are being used together in the appropriate decision points throughout the application. This is following the 50/50 state guidelines that highlighted in the handbook: https://handbook.login.gov/articles/manage-50-50-state.html#rename-a-field.

📜 Testing Plan

The main areas of impact are Doc Auth and Hybrid Handoff so testing the scenarios around those paths are most important.
Please see the previous PR for more details on the testing that was done: #11043

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think there's a need to handle 50/50 state with JavaScript files when used in this way.

In the case of a 50/50 deployment, each server would load a version of the JavaScript known to the server at the time that it was provisioned, either old or new. So it will load the "correct" version always.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you @aduth , that does make a lot of sense!

@KeithNava KeithNava marked this pull request as ready for review October 11, 2024 13:30
@KeithNava KeithNava requested review from a team and shanechesnutt-ft October 11, 2024 14:06
@KeithNava KeithNava force-pushed the keithw/LG-13006-rename-skip-doc-auth-value branch from 05d36e7 to 9454308 Compare October 11, 2024 14:06
@KeithNava KeithNava changed the title LG-13006: remove instances of skip_doc_auth LG-13006: remove instances of skip_doc_auth - step 4/6 Oct 11, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add the additional line back in? No need to have this file show up in the diff list

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add the additional line back in? No need to have this file show up in the diff list

Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @KeithNava, I am confused about what’s being displayed in “Files changed” section of this PR. When I look at the code on this branch locally, I see your changes to HowToVerifyController. But the HowToVerifyController doesn’t show up in the “Files changed” section of this PR.

However, if I navigate to the keithw/LG-13006-rename-skip-doc-auth-value branch and look at the HowToVerifyController, I see your commit 58d401d  from four days ago. Link here.

Any ideas what might have caused this? It has me scratching my head. 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@eileen-nava I'm not exactly sure what happening there but I created a few commits around whitespacing to try and 'trick' git into not noticing a diff.

@KeithNava KeithNava force-pushed the keithw/LG-13006-rename-skip-doc-auth-value branch from 9454308 to 51d45be Compare October 15, 2024 19:25
@gina-yamada gina-yamada self-requested a review October 18, 2024 19:42
@gina-yamada
Copy link
Contributor

I think it would be nice if you had a detailed testing plan. You mention doing a full regression of in person enrollment flow. You changed code in hybrid handoff and document capture but don't mention either.

@KeithNava KeithNava force-pushed the keithw/LG-13006-rename-skip-doc-auth-value branch from 1753b7b to a2a9af0 Compare October 18, 2024 20:00
@KeithNava KeithNava requested a review from a team October 21, 2024 14:12
@KeithNava KeithNava force-pushed the keithw/LG-13006-rename-skip-doc-auth-value branch from a2a9af0 to cc50716 Compare October 22, 2024 20:52
@KeithNava KeithNava requested a review from a team October 23, 2024 13:53
@KeithNava KeithNava merged commit d7777bf into main Oct 25, 2024
@KeithNava KeithNava deleted the keithw/LG-13006-rename-skip-doc-auth-value branch October 25, 2024 16:50
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.

5 participants