votingworks / arlo

GNU Affero General Public License v3.0
141 stars 25 forks source link

Escalation to full-hand tally for ballot polling and ballot comparison audits #1525

Open jonahkagan opened 2 years ago

jonahkagan commented 2 years ago

Support full hand tally escalation. Use the same batch comparison interface since the process is the same. When escalating to a full hand tally, set a flag on the round and then show the batch comparison interface and turn off p-value computation. This can apply for any audit type on the first round or any subsequent round.

jonahkagan commented 2 years ago

We should also remove the old full hand tally ballot polling interface and all associated logic.

arsalansufi commented 1 year ago

Full hand tally escalation already exists for batch audits - just needed some bug fixes, taken care of in https://github.com/votingworks/arlo/pull/1703. Going to update the issue title to make it clear that this issue is now focused on the escalation path for ballot polling and ballot comparison audits