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

Add ability to email xid participation links to a set of emails #1693

Open
metasoarous opened this issue Jul 5, 2023 · 2 comments
Open

Add ability to email xid participation links to a set of emails #1693

metasoarous opened this issue Jul 5, 2023 · 2 comments
Labels
♿ accessibility Re: inclusion, accessibility & localization. 🎉 enhancement feature-request For new feature suggestions javascript Pull requests that update Javascript code 🔩 p:client-participation P3

Comments

@metasoarous
Copy link
Member

Problem:
Many adoption cases require closed participation among a predefined set of participants. There are ways of accomplishing this, but they are somewhat technical, and either require a technical person on the side of those running the conversation, or work on the part of instance maintainers.

Suggested solution:
Would be great to be able to have a tool (either within the admin interface, or as a standalone app) that you can paste a list of emails into, and have it send unique urls (using randomly generated UUID4 xids) to the specified emails.

Open questions:
Will have to consider whether we store the emails for this or not. For GDPR and privacy concerns, we'd ideally just process the email and then forget it. But for identification purposes, if someone asks to have an email resent because the first went to spam (e.g.), they could be gaming the system by effectively adding additional weight to their opinions by using two participation urls (or sending one to someone who wasn't supposed to be invited to the conversation). So may be worth considering whether we temporary store a mapping of email to xid/UUID so that this can be avoided by sending the same url to participants with the same email (for a given conversation).

Additional context:
Will need to resolve #1692 before this is possible.

@metasoarous metasoarous added 🎉 enhancement 🔩 p:client-participation ♿ accessibility Re: inclusion, accessibility & localization. javascript Pull requests that update Javascript code feature-request For new feature suggestions P3 labels Jul 5, 2023
@metasoarous
Copy link
Member Author

Note: Will also want as part of this tool the ability to add generated xids to the xidwhitelist to ensure no one else can participate (as an option).

@metasoarous
Copy link
Member Author

metasoarous commented Jul 5, 2023

There are already sendSuzinviteEmail and handle_POST_users_invite request in server.ts; Not sure if this still works, or how easy it would be to resurrect, though some of the text would need to be changed (right now it says "Welcome to pol.is! Click this link to open your account:"; Should be closer to "You have been invited to join a Polis conversation! Please click below to participate:"; maybe should even support custom messaging, but not necessary initially).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿ accessibility Re: inclusion, accessibility & localization. 🎉 enhancement feature-request For new feature suggestions javascript Pull requests that update Javascript code 🔩 p:client-participation P3
Projects
None yet
Development

No branches or pull requests

1 participant