-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ticket selections require candidate or office count #95
Comments
@ion-oset The best way to implement this feature is to count the number of OfficeIds. Correct OfficeIds would also allow the contest title to read "President and Vice President" -- but this raises some other issues around the EDF, which I'll record elsewhere. |
@trustthevote @ion-oset @cwulfman This feature turns out to be a little more complicated than anticipated, perhaps because there's not (as of yet) any specific data element in the EDF that I can point to and say, "this ticket requires two candidate names." Right now, the Prez/VP ticket lists two names for each candidate, but there's nothing in the EDF that says there has to be two names on the ticket -- unless I'm missing something. Anyway, I'm pushing everything that involves a potential update to the EDF to 3. Pagination, page breaks, and page count Milestone. Perhaps we can open a discussion on this issue on ElectOS-Dev · The TrustTheVote® Project Discussions -- is this the preferred location for cross-repo discussions? |
I believe the answer is the one you already have: use
Candidates in a contest have to fill those offices - no more, and no less. I think it's correct to say that list authoritative on what the offices are and what order they should appear in. (This is why we've discussed adding OfficeIds to the BallotLab data subset, and why we decided to create NIST 1500 test cases #63.) The one caveat is that this clearly applies only to contests where |
I don't have time to address this right now, but I believe @ion-oset is incorrect here. The operative values are |
I find that writing this stuff out is very helpful. My current thinking is that I could implement extra layout features if additional data is available in the EDF. So I agree with both of you:
|
Hmm. I went back and looked This is defined as
and later:
That seems like it fits? I am a little uncertain if the field description is somehow limiting it to |
Great research! Another area where this value is significant is the size of the write-in block; e.g., a two-candidate ticket really needs a two-line write in option. This is currently not addressed in the sample ballot, so I'm going to re-write this issue to include the write-in aspect. |
I'm busily writing up a set of guidelines for you, @stratofax , but the short answer is that you should count the |
@ion-oset I wanted to check in with you to see if we can resolve this with an entry on ballot_layout_considerations · TrustTheVote-Project/NIST-1500-100-103-examples Wiki |
For two candidate (or two office) tickets, as specified in the EAC documents, instruct voters as follows: "Vote for 1 pair". Also, increase the number of lines in write-in slots From 1 to 2.
Is there an existing data element in the EDF we can use to track this explicitly?
The text was updated successfully, but these errors were encountered: