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

Handle write-in candidates? #9

Open
kfogel opened this issue Mar 1, 2014 · 0 comments
Open

Handle write-in candidates? #9

kfogel opened this issue Mar 1, 2014 · 0 comments

Comments

@kfogel
Copy link
Collaborator

kfogel commented Mar 1, 2014

It would be good for E-Vote to handle write-in candidates (er, "type-in" I guess).

This is tricky to get right: if someone is typing in a candidate's name, you'd want auto-completion so that later voters writing in that name match whatever spelling earlier voters used. BUT, that's a privacy violation -- no information should pass between ballots like that while an election is in progress, right? So it's not easy to get the UI on this right; probably most of the work would have to happen on the results-calculation side, maybe with some field where someone counting could enter regexps to group variant spellings together among the write-ins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant