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

Get all email addresses of users with unclaimed registration codes #61

Closed
Tirokk opened this issue Oct 4, 2020 · 5 comments
Closed
Labels

Comments

@Tirokk
Copy link
Member

Tirokk commented Oct 4, 2020

roschaefer Authored by roschaefer
Oct 26, 2018
Closed Jan 7, 2019


Is your feature request related to a problem? Please describe.
We have a number of unclaimed registration codes. We want to re-contact the owners via mail to slowly increase our user base. We want a user increase because that might convert some donators and we want a slow increase to not overwhelm our moderation team.

Describe the solution you'd like
A script should output the corresponding emails of all unclaimed registration codes into a CSV file. The script runs on the production server and has the same requirements as explained in #60.

We need a query for our mongo client that outputs a list of emails of all unclaimed registration codes. In order to execute the query you will need admin permissions on our production database.

Describe alternatives you've considered
We don't want a bulk export feature of all emails in our UI for security reasons, see #60.

@Tirokk
Copy link
Member Author

Tirokk commented Oct 6, 2020

arjustini Authored by arjustini
Oct 30, 2018


first time trying to work on an open source project. do you mind if I try helping with this issue?

@Tirokk
Copy link
Member Author

Tirokk commented Oct 6, 2020

Lulalaby Authored by Lulalaby
Oct 31, 2018


Try yourself and create a pull request afterwards

@Tirokk
Copy link
Member Author

Tirokk commented Oct 6, 2020

roschaefer Authored by roschaefer
Oct 31, 2018


@arjustini along with @appinteractive we decided not to create a script for that but a simple query in your mongo client. We will use this presumably for one time only so it was a slight overkill to open this issue.

Since you already told us you want to try it out, please write down the relevant query here as a comment.

I will update the issue description accordingly.

Thanks a lot! @arjustini

1 similar comment
@Tirokk
Copy link
Member Author

Tirokk commented Oct 6, 2020

roschaefer Authored by roschaefer
Oct 31, 2018


@arjustini along with @appinteractive we decided not to create a script for that but a simple query in your mongo client. We will use this presumably for one time only so it was a slight overkill to open this issue.

Since you already told us you want to try it out, please write down the relevant query here as a comment.

I will update the issue description accordingly.

Thanks a lot! @arjustini

@Tirokk
Copy link
Member Author

Tirokk commented Oct 6, 2020

arjustini Authored by arjustini
Oct 31, 2018


@roschaefer no problem! just one question, is there a good place in the code to look at to get a good understanding of the hierarchy of the database? I've never worked with a mongodb before

@Mogge Mogge closed this as completed Oct 8, 2020
@Mogge Mogge added Github Import good first issue Good for newcomers labels Oct 8, 2020
ulfgebhardt added a commit that referenced this issue Jan 28, 2024
chore(frontend): update packages 20 01 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants