mdipierro / evote

A system for secure, trusted, and verifiable voting on the web
Other
116 stars 41 forks source link

Handle write-in candidates? #9

Open kfogel opened 10 years ago

kfogel commented 10 years ago

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.