Skip to content

Commit

Permalink
additional CastVoteRecord fields to support #407 #404
Browse files Browse the repository at this point in the history
  • Loading branch information
moldover committed Feb 27, 2020
1 parent 08e7929 commit 3c474cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/network/brightspots/rcv/CastVoteRecord.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ class CastVoteRecord {
private final String suppliedId;
// which precinct this ballot came from
private final String precinct;
// contest associated with this CVR
private String contestId = null;
//tabulatorId parsed from Dominion CVR data
private String tabulatorId = null;
// batchId parsed from Dominion CVR data
private String batchId = null;
// container for ALL CVR data parsed from the source CVR file
private final List<String> fullCvrData;
// records winners to whom some fraction of this vote has been allocated
Expand Down

0 comments on commit 3c474cf

Please sign in to comment.