-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Expand possible dates for reminder emails #4473
Comments
I'm interested on taking this issue on – is it spoken for yet? |
@jlandiseigsti It's yours! |
I wanted to list out the new possibilities we are including, so that I can ensure that they are all covered. The reminder emails can be sent out: Every n months Question: Are multiple reminders per month allowed? |
Some brainstorming on backward compatibility: Currently, We could change the logic in the Or we could figure out what it takes to remove I'm inclined towards option A over B, but wanted to hear from those who know this app better than I do. Perhaps there is a C that I am overlooking! |
Instead of backward compatibility, I would lean to migrating the current data to the new way of doing things (in my experience, that is the rails way of doing things) |
As for multiple reminders per month, I don't think we'd be reminding the same partners more than once a month at this point. |
Also " |
Thanks for the quick responses! One other question: the gem |
Pointing @dorner at the above comment |
Ideally we'd use a straight JavaScript module rather than a gem... but I spent some time googling and couldn't find any that weren't part of a huge framework. 😦 I agree that recurring_select might not be the best choice - this issue concerns me, for example. But to the best of my ability I couldn't find anything else. |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
Automatically unassigned after 7 days of inactivity. |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
Automatically unassigned after 7 days of inactivity. |
If you're interested in picking this up, please continue on with @jlandiseigsti's PR, #4606. It needs some functional tweaking, but is pretty close! |
Summary
Allow reminder emails to be sent out on different bases -- e.g. quarterly or on the 3rd Friday of the month
Details
This will impact the reminder email dates both on the organization and the partner group levels -- and will impact the view and edit of the organization and the partner group, as well as the sending out of the reminder emails (services/partners/fetch_partners_to_remind_now)
Expand how the banks can specify the reminder date -- so they can, for instance, send out reminders the third Thursday of every month, or every n months on the 5th,
Hints: Look at the icecube gem. We think that's what we need.
Criteria for completion
The text was updated successfully, but these errors were encountered: