LG-15223 Delete deprecated FSM State ID URL#11655
Merged
gina-yamada merged 3 commits intomainfrom Dec 19, 2024
Merged
Conversation
aduth
approved these changes
Dec 18, 2024
Contributor
aduth
left a comment
There was a problem hiding this comment.
Checked CloudWatch, not seeing any activity 🙌
jennyverdeyen
approved these changes
Dec 18, 2024
Contributor
jennyverdeyen
left a comment
There was a problem hiding this comment.
Tested manually according to your steps and the old routes are nowhere to be found! Yay!
Contributor
|
@gina-yamada can you rebase this branch it is 25 commits behind main. I would like to test it with the latest code. |
…23-Delete-FSM-StateID-Url
Contributor
Author
|
@shanechesnutt-ft I just rebased |
shanechesnutt-ft
approved these changes
Dec 19, 2024
Contributor
shanechesnutt-ft
left a comment
There was a problem hiding this comment.
I ran through the test plan. Everything looked good! 👍🏻
Contributor
Author
|
I checked CW again this morning, no activity - merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
LG-15223 Take Two - FSM/State ID - Delete url:9
🛠 Summary of changes
/in_person_proofing/state_id📜 Testing Plan
Check Route in Production Logs
verify/in_person_proofing/state_idhas not been visited recently. PR#11545 redirected the deprecated routes to the new url. It was deployed in production 11/26/24 so there should be no visits to the deprecated route after this date. CloudWatch query here - just modify dates (suggested 11/25 - now)Test Application
/verify/in_person/state_id./verify/in_person/state_idand that you do not see/verify/in_person_person/state_id(This is where/how we saw the old route getting hit when we previously thought we depreciated it but it we still being found in CloudWatch logs.)/verify/in_person/state_idand the terminal GET has/verify/in_person/state_idas the route (and not the deprecated route). You can create an another error to check PUT again but not necessary.