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

Specific time and timezone for reminders [WIP] #178

Merged
merged 11 commits into from
Oct 30, 2017
Merged

Conversation

facundoolano
Copy link
Contributor

@facundoolano facundoolano commented Oct 27, 2017

The channel reminder config now includes a specific time and timezone at which reminders should be sent. Reminders are now calculated in advance and stored in a scheduled_reminders table, instead of checking them on the fly.

Also, reminder config now allows an arbitrary array of reminders instead of the fixed same_day and days_before used so far. The array will be limited to 5 reminders per channel.

fixes #169

@facundoolano facundoolano merged commit 464e8a4 into master Oct 30, 2017
@facundoolano facundoolano deleted the reminder_time branch October 30, 2017 16:36
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.

reminders should arrive at the beginning of the day
1 participant