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

Send reminders on incompleted onboarding survey #410

Open
Mehonoshin opened this issue Aug 21, 2018 · 0 comments
Open

Send reminders on incompleted onboarding survey #410

Mehonoshin opened this issue Aug 21, 2018 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers
Milestone

Comments

@Mehonoshin
Copy link
Member

Mehonoshin commented Aug 21, 2018

Value
As a newly registered member, with incompleted onboarding survey, I want to receive reminders for that.

Possible solution
It can be implemented in a similar manner, as we do for incomplete screening.
The only difference is that we want to have a smarter query, which keeps track of sent notifications.
For example, every next notification should be sent later than the previous one.
First - in 3 days after registration.
Second - in 5 days.
Third - in 10 days.
etc.
Sidekiq has similar logic for jobs retrying, you can look for example at https://github.com/mperham/sidekiq/blob/master/lib/sidekiq/job_retry.rb#L217

@Mehonoshin Mehonoshin added feature New feature or request needs-clarification Requires more detailed specification from PO labels Aug 21, 2018
@Mehonoshin Mehonoshin added this to the Phase 5 milestone Aug 27, 2018
@Mehonoshin Mehonoshin added the good first issue Good for newcomers label Aug 27, 2018
@Mehonoshin Mehonoshin removed the needs-clarification Requires more detailed specification from PO label Sep 20, 2018
@svishniakov svishniakov self-assigned this Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants