-
Notifications
You must be signed in to change notification settings - Fork 14
Today and Tomorrow notification message query cleanup #6072
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
Conversation
… present, move dupe check and disqualified df check to batch loop and change test for send_deadline_reminder_today_service
|
Heroku app: https://gyr-review-app-6072-657b5e3affb8.herokuapp.com/ |
app/models/state_file_base_intake.rb
Outdated
| def self.selected_intakes_for_deadline_reminder_notifications | ||
| self.left_joins(:efile_submissions) | ||
| .where(efile_submissions: { id: nil }) | ||
| self.missing(:efile_submissions) |
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.
mrotondo
left a comment
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.
looks good, nice change!
* Prevent checking disqualifying_df_data_reason unless direct_file_data present, move dupe and disqualified df check to batched loop, add indexes for verified contact info and created at on state file intakes and change test for send_deadline_reminder_today_service
Link to pivotal/JIRA issue
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?