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

command to export emails of subsets of users #539

Closed
bobheadxi opened this issue Oct 5, 2020 · 7 comments · Fixed by #591
Closed

command to export emails of subsets of users #539

bobheadxi opened this issue Oct 5, 2020 · 7 comments · Fixed by #591
Assignees
Labels
good first issue Good for newcomers priority:high For issues with high priority, because of deadlines, security reasons, or sometimes both. theme:feature Request a new feature.

Comments

@bobheadxi
Copy link
Member

bobheadxi commented Oct 5, 2020

There are some miscellaneous bits of data that would be nice to be able to export, but doesn't seem to fit in anywhere with the other commands, so I'm proposing something like /rocket export that is admin-only, with currently:

@bobheadxi bobheadxi added the theme:feature Request a new feature. label Oct 5, 2020
@chuck-sys
Copy link
Collaborator

I... am not sure of the "easy copy-paste" thing, considering we have over 100 users. Probably can do with encasing everything in triple backticks.

@bobheadxi
Copy link
Member Author

Maybe Rocket could upload a file attachment?

@chuck-sys
Copy link
Collaborator

chuck-sys commented Oct 5, 2020

Maybe Rocket could upload a file attachment?

Can only upload via files.upload api, meaning that everyone would be able to see it if you do so in a public channel. Don't want to make too many mistakes.

Edit: or maybe we can DM the person who is doing the commands.

@chuck-sys
Copy link
Collaborator

OR with significantly more work: route the file with GET request, only accessible with valid JWT and UUID

@bobheadxi
Copy link
Member Author

or maybe we can DM the person who is doing the commands.

I think this is the way to go for something like this 👍

@bobheadxi
Copy link
Member Author

bobheadxi commented Oct 8, 2020

Use case for export emails from @DConnorFong :

Next steps are to add your email address to the contact list here

https://ubclaunchpad.slack.com/archives/C01BX7V688K/p1602031051008700

Rocket has all the emails, and this request shouldn't be needed - but sadly there is no way to actually get these emails right now. This is imo a very common use case - sending out calendar invites, mass emails, etc.

@bobheadxi bobheadxi added the priority:high For issues with high priority, because of deadlines, security reasons, or sometimes both. label Oct 8, 2020
@bobheadxi bobheadxi changed the title command to export bits of data in various formats command to export emails of subsets of users Oct 8, 2020
@bobheadxi bobheadxi added the good first issue Good for newcomers label Oct 8, 2020
@bobheadxi
Copy link
Member Author

Narrowed the scope of this issue to just exporting emails

@no-or no-or self-assigned this Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority:high For issues with high priority, because of deadlines, security reasons, or sometimes both. theme:feature Request a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants