Skip to content

Deploy RC 477 to Production#12154

Merged
mdiarra3 merged 14 commits intostages/prodfrom
stages/rc-2025-05-08
May 8, 2025
Merged

Deploy RC 477 to Production#12154
mdiarra3 merged 14 commits intostages/prodfrom
stages/rc-2025-05-08

Conversation

@mdiarra3
Copy link
Copy Markdown
Contributor

@mdiarra3 mdiarra3 commented May 8, 2025

User-Facing Improvements

Bug Fixes

  • Authentication: Ensure new device is evaluated consistently in sign-in reCAPTCHA (#12142)
  • Profiles: Update ssn fingerprint with normalized form (#12140)

Internal

Upcoming Features

  • Attempts API: Adds idv-enrollment-complete event (#12132)
  • Attempts API: Adds forgot-password-email-sent event (#12150)
  • Attempts API: Updating events to address feedback (#12145)
  • Doc Auth: Add new address screen for passports (#12120)
  • Doc Auth: Add a/b test for disabling manual document upload (#12139)
  • In-person proofing: Add address, ssn, and verify info to IPP passport flow (#12134)
  • In-person proofing: Add second DOS health check after post office selection (#12133)
  • In-person proofing: Set document_type on InPersonEnrollment for Passports (#12135)

lmgeorge and others added 14 commits May 5, 2025 13:48
LG-15974: Set document_type on new enrollments

*How*
- This work enables writing `document_type` on the `InPersonEnrollment` model on _successful_ submission of the `StateIdForm` in the state id controller.
- On "undo" or backwards navigation, which will take the applicant back to the "Pick a post office screen", the `enrollment.document_type` should set or reset to nil.
- Cancelling the enrollment after successful submission of the state ID information does not clear the `document_type` field.

*Why*
- This allows us to pass the type of ID used to verify with USPS


 See: [LG-16127: Write ID type to InPersonEnrollment.document_type](https://cm-jira.usa.gov/browse/LG-16127)

changelog: Internal, IPP, Write document_type when saving enrollments
* changelog: Upcoming Features, Attempts API, Adds idv-enrollment-complete event
* use address presenter to have enter or update text

* add address_update_request to determine if updating address

* add changelog

changelog: Upcoming Features, Doc Auth, Add new address screen for passports

* lint

* fix specs

* request.referer fix

* added cancel button instead of back button for passport address flow

* change redirects for back button on address page
…12133)

* add DOS health check after post office selection

* Changelog: Upcoming Features, In-person proofing, add second DOS health check after post office selection

* include Idv::ChooseIdTypeConcern in in_person_controller

* rework navigation for ipp choose id type and state id page

* tweak tests in response to feedback
)

* add a/b test for disabling manual document upload

Co-authored-by: Malik Warren <malik.warren@gsa.gov>

* add changelog

changelog: Upcoming Features, Doc Auth, add a/b test for disabling manual document upload

* change ab testing name to add enabled at the end

* default percent to 0

---------

Co-authored-by: Malik Warren <malik.warren@gsa.gov>
* changelog: Upcoming Features, Attempts API, Updating events to address feedback
)

changelog: Bug Fixes, Authentication, Ensure new device is evaluated consistently in sign-in reCAPTCHA

Co-authored-by: Mitchell Henke <mitchell.henke@gsa.gov>
changelog: Upcoming Features, In-person proofing, Add address, ssn, and verify info to IPP passport flow
* changelog: Internal, Specs, Fixing flakey cancel specs

* Updating spec

* Updating wait time to 0.5 instead of 5. Tested to ensure stability

* Removing explciit wait parameters to use default_max_wait_time, have_content changes still needed

* Removing js from spec, added for debugging
* changelog: Upcoming Features, Attempts API, Adds forgot-password-email-sent event
* Add doc_type on enrollment for passport

* Passport controller specs and trait

* changelog: Upcoming Features, In-person proofing, Set document_type on InPersonEnrollment for Passports

* Delete dup routes for IPP passports
changelog: Bug Fixes, Profiles, Update ssn fingerprint with normalized form

See https://cm-jira.usa.gov/browse/LG-16195
@mdiarra3 mdiarra3 merged commit 5d71b34 into stages/prod May 8, 2025
1 check passed
@mdiarra3 mdiarra3 deleted the stages/rc-2025-05-08 branch May 8, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.