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

Track Write-In Candidates #84

Closed
stratofax opened this issue Aug 23, 2022 · 1 comment · Fixed by #107
Closed

Track Write-In Candidates #84

stratofax opened this issue Aug 23, 2022 · 1 comment · Fixed by #107
Assignees
Labels
enhancement New feature or request

Comments

@stratofax
Copy link
Collaborator

stratofax commented Aug 23, 2022

Not only does this require a new layout on the PDF ballots, we also need to track the unique ID for each write-in slot, since that’s what’s in the EDF.

Write-in candidates are tagged in the EDF like this:

Election.Contest.ContestSelection."IsWriteIn": true

So, if a contest has (for example) three write-in candidates, then three separate CandidateSelections (and corresponding IDs) will be tagged with "IsWriteIn": true

Edit: Track IDs on all candidates not just write-ins.

@stratofax stratofax added the enhancement New feature or request label Aug 23, 2022
@trustthevote
Copy link
Member

Exactly right.

ion-oset added a commit to ion-oset/ballot-lab that referenced this issue Aug 24, 2022
ion-oset added a commit to ion-oset/ballot-lab that referenced this issue Aug 29, 2022
@stratofax stratofax linked a pull request Sep 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants