-
Notifications
You must be signed in to change notification settings - Fork 30
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
Slide reminder #113
base: master
Are you sure you want to change the base?
Slide reminder #113
Conversation
Without having done a deep review of the code, a couple of quick commets:
|
I don't think any of our own conferences make it mandatory to upload slides. Now that's something other conferences might want, but in this case there should be at least two config options:
I'd consider this a different enhancement, and so far not a priority one. Let's focus on the regular reminder instead. |
will make changes to address these in the next set of commits. Thank you |
@mhagander I have made changes to meet the points you mentioned earlier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a quick look (need a more detailed one), but doesn't this one do it wrong if you atually set the value to 0 in the config? If you do that, it will still send reminders because of it?
Also, doesn't modifying the lastmodified field risk interefering with the other reminders?
Changes made #110