get-convex / fullstack-convex

Fullstack.app implementation using Convex / Auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email reminders

vakila opened this issue · comments

  • Tickets have an optional reminder, can be set by ticket owner. Clears when ownership changes (spam avoidance)
  • At the due time, an email is sent to ticket owner to remind them to do the ticket

Since the data set will reset daily (#16), this will probably be more like "remind me in 10 minutes" than "remind me 1 day before due date"

We've decided that the cron job to reset data (#16) will provide enough of an illustration of how to run background activity that we don't really need the email notifications (which would only illustrate the same thing, but with the added complexity of maintaining some email service), so closing this as wontfix