rcv
rcv copied to clipboard
Ranked Choice Voting Universal Tabulator
Reverting the workflow triggers to how it used to be. It seems this is in-flux on github, but I believe the latest advice is that the forked repository needs to...
Closes #856 Adds tests for every summary.csv file without bloating the repo by including that mostly-duplicate data.
When using RCTab (pre-2.0 release version from the `develop` branch, late September 2024) to tabulate ES&S CVRs, the tabulation fails when a non-default overvote label is used. Although RCTab allows...
When processing multiple CVR files from different source filepaths, the undeclared write-in labels in the input files may potentially vary (e.g., “uwi” in one file and “udwi” in another). This...
Instead of counting CVRs here, we should do the count at the same time we record a winner and transfer their votes. This will be slightly more efficient and should...
Proposed long-term fix: UI should scrape column labels and present them in a dropdown for users to choose from
Tutorials 25-27 in this playlist give some examples: https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBzfXLWLSYVy8EbTdpGbUIG
If you enter a bad string in contestDate JSON and try to load it in the GUI, it says it loaded successfully in the GUI console even through it throws...
Per unresolved comments in PR #344: these should match the values in the .txt file.
It's possible to do this. Not sure if it matters much, but we can throw in a validation check to prevent this (using the same sort of "reserved" string logic...