Skip to content

Conversation

@embarnard
Copy link
Contributor

@embarnard embarnard commented Sep 26, 2025

Link to pivotal/JIRA issue

Is PM acceptance required? (delete one)

  • No - merge after code review approval

Reminder: merge main into this branch and get green tests before merging to main

What was done?

  • Prevent checking disqualifying_df_data_reason unless direct_file_data present
  • move dupe check and disqualified df check to batch loop
  • change test for send_deadline_reminder_today_service
  • add indexes for created_at on state_file intakes and the verified contact info check

… present, move dupe check and disqualified df check to batch loop and change test for send_deadline_reminder_today_service
@github-actions
Copy link

Heroku app: https://gyr-review-app-6072-657b5e3affb8.herokuapp.com/
View logs: heroku logs --app gyr-review-app-6072 (optionally add --tail)

@embarnard embarnard changed the title Prevent checking disqualifying_df_data_reason unless direct_file_data present, move dupe check and disqualified df check to batch loop and change test for send_deadline_reminder_today_service Today and Tomorrow notification message query cleanup Sep 26, 2025
def self.selected_intakes_for_deadline_reminder_notifications
self.left_joins(:efile_submissions)
.where(efile_submissions: { id: nil })
self.missing(:efile_submissions)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@mrotondo mrotondo left a 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!

@embarnard embarnard merged commit bf8b405 into main Sep 26, 2025
8 checks passed
@embarnard embarnard deleted the fix-query branch September 26, 2025 16:59
tahsinaislam pushed a commit that referenced this pull request Oct 15, 2025
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants