pulibrary / lib_jobs

Enterprise Services batch processing tasks. Rails 7 Ruby 3.1.0
3 stars 0 forks source link

[LC Call Slips] Differentiate emails when there are no results #781

Open maxkadel opened 1 month ago

maxkadel commented 1 month ago

User story

When a selector gets an email with a CSV with no results, it can be unclear whether or not that is intentional, and it also takes the selector an extra step (opening the CSV) to see that there are no results.

If there are no results matching a selector's config for a given week, they should still receive an email, but it should not attach a CSV, and the text of the email should make it clear that there were no matching results for this week.

Acceptance criteria