rcv
rcv copied to clipboard
Ranked Choice Voting Universal Tabulator
Like "contest"? Conversation in #172: > @hedingfield > Hmm, don't agree with this change. I could settle for "contest config" though. I suggest reverting these three "config" => "contest" changes...
Finish resolving conversation in #126, which will require additional validation checks: HEdingfield commented 2 days ago > Thanks, @tarheel, I'll go through the 7 unnecessary instances of using isEmpty() and...
It would be nice to standardize the file names and clean up the test folder. I like the format date-location-office. Maybe we could consistently prepend cvr_* and config_* to those....
Example attached. [Wyoming RCV Results -- How Each Ballot Was Counted In Each Round.pdf](https://github.com/BrightSpots/rcv/files/4996633/Wyoming.RCV.Results.--.How.Each.Ballot.Was.Counted.In.Each.Round.pdf)
Some people might want to run contests in which voters are allowed to give the same rank to multiple candidates, and when the tabulator encounters this situation, it splits the...
Per the discussion in #462. @hedingfield > If you double click a cell to edit provider in the table do we care enough to try to make that an embedded...
If you open any config with version = TEST in the UI, you get a message like this: 2020-04-22 10:34:36 PDT INFO: Migrated tabulator config version from TEST to 1.1.0....
`ResultsWriter.generateCdfJson()` has a line that says `outputJson.put("Version", "1.0.0")`. Can we verify that this is a CDF / NIST format version, and not the version of our app? If the former...
Add a way to generate a config file with some of the values (e.g. the candidates and the CVR source) prepopulated from Dominion data folder.