You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add common id (e.g. "RCTab CVR Id") to both audit log and rctab_cvr.csv
Problem Statement
Currently there is not an efficient way to link records in the rctab_cvr.csv with round-by-round tabulation information that gets printed in the audit log. This makes it difficult to cross reference Cast Vote Record (CVR) information (e.g. a voter's candidate rankings) and round-by-round tabulation information (e.g. how a voter's ballot was interpreted by the tabulator in a certain round).
We also want this "RCTab CVR Id" to be consistent between different tabulations when using the same CVRs. This will enable that comparisons of CVRs and their round-by-round interpretation across multiple tabulations (e.g. when verifying and replicating election results; testing PRs; and comparing RCTab versions).
Proposed Solution
We want a common id (e.g. "RCTab CVR Id") that is shared between the audit log and the rctab_cvr.csv. This common "RCTab CVR Id" must be consistent across different tabulations.
Integration Points
The "RCTab CVR Id" should be included in:
rctab_cvr.csv output
Add as a new column
Maintain existing vendor IDs (if any) for backward compatibility
RCTab audit log
Continue to include identifier (renamed as "RCTab CVR Id") in each log entry related to ballot processing
Success Criteria
Every CVR has a common unique id (i.e. "RCTab CVR Id") that is printed to the audit log and the rctab_cvr.csv.
The "RCTab CVR Id" can be used to trace ballot processing through audit logs.
Records in the audit log can be easily cross referenced with the rctab_cvr.csv.
When CVRs are tabulated multiple times, each individual cast vote record is assigned the same "RCTab CVR Id".
The text was updated successfully, but these errors were encountered:
nurse-the-code
changed the title
Feature Request: Add Standardized Unique Identifiers for Cast Vote Records
Feature Request: Add common id to both audit log and RCTab CVR
Jan 15, 2025
nurse-the-code
changed the title
Feature Request: Add common id to both audit log and RCTab CVR
Feature Request: Add common id to both audit log and rctab_cvr.csv
Jan 16, 2025
Add common id (e.g.
"RCTab CVR Id"
) to both audit log andrctab_cvr.csv
Problem Statement
Currently there is not an efficient way to link records in the
rctab_cvr.csv
with round-by-round tabulation information that gets printed in the audit log. This makes it difficult to cross reference Cast Vote Record (CVR) information (e.g. a voter's candidate rankings) and round-by-round tabulation information (e.g. how a voter's ballot was interpreted by the tabulator in a certain round).We also want this
"RCTab CVR Id"
to be consistent between different tabulations when using the same CVRs. This will enable that comparisons of CVRs and their round-by-round interpretation across multiple tabulations (e.g. when verifying and replicating election results; testing PRs; and comparing RCTab versions).Proposed Solution
We want a common id (e.g.
"RCTab CVR Id"
) that is shared between the audit log and therctab_cvr.csv
. This common"RCTab CVR Id"
must be consistent across different tabulations.Integration Points
The
"RCTab CVR Id"
should be included in:rctab_cvr.csv
outputRCTab audit log
"RCTab CVR Id"
) in each log entry related to ballot processingSuccess Criteria
"RCTab CVR Id"
) that is printed to the audit log and therctab_cvr.csv
."RCTab CVR Id"
can be used to trace ballot processing through audit logs.rctab_cvr.csv
."RCTab CVR Id"
.The text was updated successfully, but these errors were encountered: