-
Notifications
You must be signed in to change notification settings - Fork 66
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
renamed CentralMail to BenefitsIntake for 686c #19392
Conversation
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/serializers/benefits_intake_submission_serializer.rb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't put in the ticket, but the correct module name should be Lighthouse instead of BenefitsIntake. So you should be able to replace all instances of "BenefitsIntake::" in this PR with "Lighthouse::" then move into the sidekiq/lighthouse folder. The serializer name and error name are correct.
@@ -2,7 +2,7 @@ | |||
|
|||
require 'pension_burial/tag_sentry' | |||
|
|||
module CentralMail | |||
module BenefitsIntake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module itself should be named "Lighthouse" and this file should go in the sidekiq/lighthouse folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been modified and the Module is now Lighthouse
@@ -7,7 +7,7 @@ | |||
require 'simple_forms_api_submission/metadata_validator' | |||
require 'dependents/monitor' | |||
|
|||
module CentralMail | |||
module BenefitsIntake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The module itself should be named "Lighthouse" and this file should go in the sidekiq/lighthouse folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been modified and the Module is now Lighthouse
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: app/sidekiq/central_mail/delete_old_claims.rb |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: spec/serializers/benefits_intake_submission_serializer_spec.rb |
Generated by 🚫 Danger |
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: app/sidekiq/central_mail/submit_central_form686c_job.rb |
This issue is happening because I deleted the file for app/sidekiq/central_mail/submit_form_686c_job.rb. |
CentralMail namespaces within the 686 submission workflow have been updated to BenefitsIntake.
Summary
Related issue(s)
Testing done
Screenshots
Note: Optional
What areas of the site does it impact?
Impacts are possible to form 686c submissions
Acceptance criteria
Requested Feedback
We should throughly test the 686c workflow to ensure that all forms are being submitted properly and that logging is still accurate.