-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add dynamic replies feature #14
Conversation
Generates a special link used to reassign replies. Known bugs: replies can be reassigned indefinitely because the `updated_at` field in `campaign_contact` does not actually update on reassignment.
@ibrand Can you confirm if we can remove the SonarCloud check? |
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.
Looks good! I left some comments, and also suggest changing the organizationUuid
variable name in the dynamicReassign
function to campaignJoinToken
or joinToken
to reflect what it actually is!
Also, the SonarCloud test is failing but I think MoveOn is no longer using SonarCloud so the check can be removed. I tagged Ilona to verify.
…using the joinToken value Also remove an unnecessary import and fix a comment
Quality Gate failedFailed conditions |
Yep, we're planning to remove Sonarcloud. Are any of these issues worthy of fixing while we still have it? |
Fixes StateVoicesNational#2357
Description
Add a new option under "Dynamic Assignment" under campaign setup which creates a special link. That link is used to reassign "needs reply" conversations dynamically - whenever a user goes to that link they will receive up to (batch size) conversations that need a reply and have not been reassigned in the past hour.
Checklist: