rcv
rcv copied to clipboard
Ranked Choice Voting Universal Tabulator
I installed JDK 22 because JDK 20 is not available. PS E:\devdrive\rctab\rcv> java -version openjdk version "22" 2024-03-19 OpenJDK Runtime Environment (build 22+36-2370) OpenJDK 64-Bit Server VM (build 22+36-2370, mixed...
Closes #802 -- the precinct files didn't include a threshold. I also noticed the precinct files were never tested. However, we don't want to test every single precinct file as...
Request for comment on language. As a noun, I call it a "a tabulate-by field" As a verb, I call it "Tabulate By Field" I can imagine preferences for other...
Closes #831 Closes #830 The issue was that appending to the textarea used string concatenation, which required reading the entire log string and recreating it each time a new log...
closes #679 - Creates new GUI Tabulation Dialog (see corresponding issue) - Has a check to make sure the # of ballots didn't change between "Check Ballot Count" and "Tabulate."...
## Background When tabulating a contest, RCTab currently reports the results at two levels - By default, the `summary` files are reported at the full contest level: all configured CVRs...
Testing #812 I noticed that consecutive runs of tabulate take ~5 seconds longer each run. Here's some splits I did with the Minneapolis Mayor test data. It got about 5...
While reviewing #812 I noticed that the progress bar hangs during tabulation. Armin's [comment](https://github.com/BrightSpots/rcv/pull/812#issuecomment-2101250292) says this was always there, not new to #812. It is a little more noticeable, since...
Closes #797 Adds test. Doesn't block tabulation or pop up any sort of prompt to proceed, but it does warn in the audit log.
Currently we use one giant google doc to draft our TDP. Let's research some more sustainable ways to build documentation. ### Must haves - Simple offline access for use in...