rcv
rcv copied to clipboard
Ranked Choice Voting Universal Tabulator
We append an asterisk to the label of required fields. The problem is that some fields are only relevant (and required) under certain conditions. For example, random seed is only...
Give users a way to construct a list of config files and save it to disk. If this saved batch file is a shell script (which would have to be...
We've worked on a [draft](https://docs.google.com/document/d/1JOmeoQlkUD68gLvx2BbKZDzKCPzJqsGxAKbqKA_Jf1s/edit#heading=h.dznzfsaqqx2t) for an updated RCTab versioning scheme. Once approved, we need to update - in the TDP - the [github wiki on versioning](https://github.com/BrightSpots/rcv/issues/798#issue-2141452746)
Per discussion in #549, split off since this part is lower priority. As of PR #649, we now have the Qualtrics / Google Forms style with candidates across the top...
#765 added the BouncyCastle library to RCTab 1.3.2 in order to satisfy FIPS 140-2 compliance mandated in California Voting System Standards (CVSS). 2.0 upgrades Java to Java 20. Those BouncyCastle...
And upload the new versions to reflect latest changes once 1.4.0 development is drawing to a close (see [this thread](https://github.com/BrightSpots/rcv/pull/636#discussion_r1141068580) for context).
RCTab Version 1.4.0 config: [2013_minneapolis_mayor_config.json](https://github.com/BrightSpots/rcv/files/13814322/2013_minneapolis_mayor_config.json) summary.csv: [2024-01-02_16-21-57_summary.csv](https://github.com/BrightSpots/rcv/files/13814325/2024-01-02_16-21-57_summary.csv) ## What Happens I was documenting the list of changes made to the `summary.csv` in 1.4.0 and noticed a discrepancy. For each round...
Part of getting certified in CA is having a trusted build process. CASOS makes a fresh build from source and then distributes that artifact to jurisdictions. Part of that process...
I'd love to use rcv on a Linux server in CLI mode. However, I'm unable to. I get this: ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown...