DemocracyDevelopers / colorado-rla

Colorado Risk-Limiting Audit (RLA) software – developed to support risk-limiting post-election audits of election outcomes.
Other
0 stars 0 forks source link

New audit buttons #65

Closed michelleblom closed 11 months ago

michelleblom commented 11 months ago

Updated upload ballot UI so that IRV votes can be selected (for prototyping purposes).

Updated ballot interpretation so that the server can be passed an IRV vote with names and ranks, which can then be interpreted into a valid vote. Updated tests for functionality in ACVRUpload given the move of IRV ballot interpretation to the JSON adapter class for CVRContest Info.

Updated CVRContestInfo with a transient attribute to store raw choices alongside valid, interpreted choices.

Debugged creation of discrepancies in IRVComparisonAudit.

vteague commented 11 months ago

This is terrific, thanks. I expect the new transient attribute will be useful for the initial parsing stage too.