-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support exporting multiple campaigns at once #915
Comments
@kohlee, @hiemanshu I've beeng digging into this issue a bit more, and wanted to confirm a few things before I start working on it properly
Assuming that the answer to 2 is no, I've got this initial rendering of what an export campaigns component might look like for admins: Let me know what you think. Would also appreciate some input from @kennyycheng here! @hiemanshu for the backend, my initial thought is to refactor the current |
@kohlee, @hiemanshu follow-up question about desired behavior: should emails be sent per exported campaign (closer to current behavior)? Or should one email be sent with links to each exported campaign? |
That's correct. They can get multiple export files, per campaign. So between 1-4 files per campaign.
No. We still want to give them the option to pick between the 1-4 exports we have, but not on a per campaign level. So if they pick all exports, all campaigns will come with 4 files now!
Only Spoke Exports
Yes, I think so. @politics-rewired/client-success what do you think?
I'd say create a new call to use |
I think this look really good for handling this problem! (Something that's not in scope of this ticket but) |
@kennyycheng thank you! When I was first thinking about a solution, I thought about trying to incorporate it into the I'm not sure what your capacity and timeline is like, but if you wanted to do some iterating on a design early/mid next week it might make sense just to go that route? I think that might be the better design in the long run, and I likely won't have the backend implemented before then anyway. Lmk what makes sense to you! |
That makes sense! I should have capacity for the next few days and can spin something up by mid next-week! |
Is your feature request related to a problem? Please describe.
If admins need data exports of multiple campaigns, they must request and receive them one by one.
Describe the solution you'd like
Admins should be able to request data exports for multiple campaigns in a single download.
The text was updated successfully, but these errors were encountered: