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

Invite participants by name and email #2367

Closed
PhrozenByte opened this issue Apr 11, 2022 · 8 comments · Fixed by #2375
Closed

Invite participants by name and email #2367

PhrozenByte opened this issue Apr 11, 2022 · 8 comments · Fixed by #2375
Milestone

Comments

@PhrozenByte
Copy link
Contributor

PhrozenByte commented Apr 11, 2022

Describe the goal you'd like to achieve

As a poll owner, I want to provide the name of poll participants when inviting them by email, because people often fail to provide this information properly using the "Enter name and email address" dialogue.

Describe possible solutions

The share input shouldn't just accept email addresses like john.doe@example.com, but also John Doe <john.doe@example.com>. The name ("John Doe") should then be used accordingly. The "Enter name and email address" dialogue shouldn't be shown to poll participants invited by email then.

Additional context

I know, it's ridiculous that people fail to use the "Enter name and email address" dialogue, but it simply doesn't work. I did quite a few polls in the past with sometimes more than 100 participants, sometimes with students, sometimes with people in executive positions, most fail to provide this information when getting invited by email. Most simply skip the dialogue, some even change name and email to some random values, making it hard to later match the submissions. The number of participants getting this right is devastating...

@dartcafe
Copy link
Collaborator

As a workaround, you could add the participants as a contact in your contacts app. Then the name and email address will be used as prposal in the register dialog.

This way you are also able to invite them via circle or contact group.

@dartcafe
Copy link
Collaborator

And what about adding the email addresses as a pasted list, as a batch operation?

@PhrozenByte
Copy link
Contributor Author

For batch operations (10+ participants or so, below I use the GUI) I usually use #1516. However, if the share input would accept multiple invitations at once, I would definitely use it 👍

Since I often invite people only once to a single poll it's not really viable to add everyone to the contacts list first, just to remove them again. We don't use circles either.

@dartcafe
Copy link
Collaborator

dartcafe commented Apr 11, 2022

thinking about both, the bulk import (like we added it for text options in the upcomming release, #2339) and adding a parser for valid email syntax. I guess I have to fight with regular expressions. ;-)

@dartcafe dartcafe added this to the next milestone Apr 11, 2022
dartcafe added a commit that referenced this issue Apr 13, 2022
Signed-off-by: dartcafe <github@dartcafe.de>
@dartcafe dartcafe modified the milestones: next, 3.6 Apr 15, 2022
dartcafe added a commit that referenced this issue Apr 15, 2022
Signed-off-by: dartcafe <github@dartcafe.de>
@dartcafe
Copy link
Collaborator

This way?
grafik
grafik

@PhrozenByte
Copy link
Contributor Author

Sorry for the late response. Just tested it with the latest rc1, great work! 🚀 Thanks @dartcafe for the super fast implementation 👍

There's just one small issue left: One of my main goals with this was to make the "Enter name and email address" dialogue optional. Since we now have both information can we switch to omitting this dialogue? Or shall I open a separate issue for this?

@dartcafe
Copy link
Collaborator

Yes, please add a new issue for that. But don't expect this too early, since this could raise privacy concerns, why a user cannot change name and mail address.

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants