Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbex/97956-separation-location-string: temporary - turn separation loccation code into string for saved claim #19632

Merged
merged 9 commits into from
Nov 27, 2024

Conversation

aurora-a-k-a-lightning
Copy link
Contributor

@aurora-a-k-a-lightning aurora-a-k-a-lightning commented Nov 26, 2024

Summary

  • This work is behind a feature toggle (flipper): YES
  • in #submit_all_claim, force separation location code to be a string

Related issue(s)

Testing done

Screenshots

n/a

What areas of the site does it impact?

#5264lyfe

Acceptance criteria

  • I fixed|updated|added unit tests and integration tests for each feature (if applicable).
  • No error nor warning in the console.
  • Events are being sent to the appropriate logging solution
  • Documentation has been updated (link to documentation)
  • No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs
  • Feature/bug has a monitor built into Datadog (if applicable)
  • If app impacted requires authentication, did you login to a local build and verify all authenticated routes work as expected
  • I added a screenshot of the developed feature

kylesoskin
kylesoskin previously approved these changes Nov 26, 2024
kylesoskin
kylesoskin previously approved these changes Nov 27, 2024
Copy link
Contributor

@kylesoskin kylesoskin left a comment

Choose a reason for hiding this comment

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

 def temp_separation_location_fix
  if form_content.is_a?(Hash)
    separation_location_code = form_content.dig('form526', 'serviceInformation', 'separationLocation')
    form_content['form526']['serviceInformation']['separationLocation'] = separation_location_code.to_s unless separation_location_code.nil?
  end
end

Does this accomplish the same thing? Approved regardless, but just saying

If you tested yours, and if works, do that for sure to get fix in asap.

…_compensation_temp_separation_location_code_string
…_compensation_temp_separation_location_code_string
…_compensation_temp_separation_location_code_string
Copy link

Backend-review-group approval confirmed.

@aurora-a-k-a-lightning aurora-a-k-a-lightning merged commit 4b8a7d8 into master Nov 27, 2024
36 of 37 checks passed
@aurora-a-k-a-lightning aurora-a-k-a-lightning deleted the dbex/97956-separation-location-string branch November 27, 2024 16:26
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.

5 participants