votingworks / vxsuite

https://voting.works
GNU General Public License v3.0
30 stars 6 forks source link

Non-zero totals #2800

Open mattroe opened 1 year ago

mattroe commented 1 year ago

VVSG 1.1.3-B:

The voting system must not enter the voting mode until all steps necessary to isolate test data from election data have been performed successfully and all vote counters have been zeroed. An attempt to open polls with non-zero counters: must be recorded in the audit log and an election worker must be clearly notified of the event

adghayes commented 1 year ago

We are not implementing a similar warning for the BMD currently per @mattroe, although would definitely have to do so for a combined marking + casting device.

adghayes commented 1 year ago

We have implemented on VxScan in #2809, but we need to remember to implement this on VxMarkScan (or whatever) if we get to that. Leaving open for however you want to track @carolinemodic @mattroe.

adghayes commented 6 months ago

@mattroe based on my reading of 1.1.3-B, I believe we need to add a warning to VxMarkScan if polls are opened with non-zero vote total. Even though VxMarkScan is not tallying votes, it is still a voting device which enters a voting mode so I believe this applies.

VxMark can be avoided because it's not included in certification.

@mattroe let me know if you agree or disagree with my interpretation, depending on which I will implement this or not.