rcv icon indicating copy to clipboard operation
rcv copied to clipboard

Ranked Choice Voting Universal Tabulator

Results 165 rcv issues
Sort by recently updated
recently updated
newest added

If tiebreakMode = random, we should require the config to specify a random seed also. This will ensure consistent results across runs.

enhancement
2020 primaries

We can download San Francisco data from their website.

enhancement
new input format
certification-2020

The precinct report currently gives complete results for ballots from a single precinct (all candidates, all rounds, details, etc) in a single Excel file. This is 266 separate files for...

First pass at this can be a simple button that opens up the config_file_documentation.txt. Eventually, it'd be nice to get full on context-sensitive tooltips integrated.

documentation

Currently it is a hard-coded exception in the file compare code. Would be better to at least remove hard-coding. Maybe there is a clever way to mock this.

needs-clarification
cdf

Continuing our discussion in #232: > OK, yeah, I'm pretty confident that IntelliJ is the culprit for all this nonsense. I looked for a bit and couldn't figure out how...

needs-clarification

Sorting the Exluded column (with the checkboxes) behaves strangely, as does sorting columns like Code with mixture of "" and null values in them (since these look the same to...

divide is only used in Tabulator, but multiply has a callsite in CastVoteRecord.

enhancement
code cleanup
needs-clarification

Add a test config and CVR that pushes the edge case for max skipped ranks allowed being unlimited.

test coverage