-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabulating by "sub-level" Enhancement 1: Tabulate by Batch #807
Comments
To confirm, it should not be possible to tabulate by both Precinct and by Batch, correct? If so, we'd be creating (Batch# x Precinct#) ballots. If we can limit to one filter (batch, precinct, or whatever, but not multiple), I believe it will simplify both the implementation and the UI. |
If both were checked they wouldn't interact: it would create the precinct summary files and, completely separately, the batch level summary files. |
Currently, only Dominion, Hart, and ClearBallot have a batch ID. I can easily add "batch" column for ES&S, but I don't know if that strays from what ES&S will actually produce too much. Would it be useful to add "batch ID" column for ES&S? |
Yep, can do! |
For CD-level winners, wouldn't it be easier to just treat each CD as a separate contest? |
Background
When tabulating a contest, RCTab currently reports the results at two levels
summary
files are reported at the full contest level: all configured CVRs are includedsummary
file is created for each precinct. These files are tabulated at the precinct level. They are similar to the full contestsummary
files except forPrecinct
row in the contest info with the name of the precinct.summary
file the Total Number of Ballots reported and vote totals, transfer numbers, % of vote, and inactive ballot counts at each round can be different.These precinct-level
summary
files follow the same elect/eliminate steps as the full contest: candidates are elected/eliminated in the same round as the full contest no matter the vote total at the precinct-level.Proposed enhancements to sub-jurisdiction reporting
We've got feedback from election administrators that it would be beneficial to make more configurable the different levels at which results are reported. Some examples are
summary
fileOk yeah, but what about this ticket
The scope of this ticket is adding the first step in enhanced sub-level reporting: tabulate by Batch Id. All the context above ☝️is for whoever takes this on to consider while developing it that there is a high potential that this sub-level reporting could be extended in the future. Batch level reporting would
summary
file per Batch.Footnotes
[0] This requires also changing the way sub-level winners work. As noted above, Tabulate by Precinct uses full contest elect/eliminate. Implementing Congressional District-level winners would need to elect/eliminate at only the CD level. That's a whole 'nother ticket. Just wanted to provide example of different sub-level reporting requests for background.
[1] Like a researcher or troubleshooter could supplement the original CVR with other data and group by whatever that is. This has not been requested yet, but wanted to flag it for this implementation.
The text was updated successfully, but these errors were encountered: