Skip to content
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

Plan for reminder handling #2

Open
sethetter opened this issue Mar 8, 2016 · 0 comments
Open

Plan for reminder handling #2

sethetter opened this issue Mar 8, 2016 · 0 comments

Comments

@sethetter
Copy link
Member

  • How will they be stored?
    • Probably a reminders table
    • Message, datetime to send, and "sent" flag
  • How will they be processed?
    • HTTP endpoint that is hit by a scheduler? (per @jcbwlkr's idea)
    • Internal timer?

Would also be good to think about managing reminders. For now we can get away with manually inserting them into the DB. But an API route for creating new reminders would also be good (authenticated, of course).

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

No branches or pull requests

1 participant