holiday_pinger
holiday_pinger copied to clipboard
More flexible reminders logic
- Allow any number of reminders (with sane defaults in the UI).
- User N days before format
- Create the reminders directly in the DB and read that in remind_checker (instead of the more complex DB joins used now)
the backend is already prepared for this, we just need to come up with a convenient UI to use it.