Skip to content
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

Draft election record structure for large elections #324

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 21 additions & 5 deletions docs/develop/Election_Record.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,28 @@ The Election Record should be expected to be a zip folder containing the followi
------- 📄 guardian_id_2.json
------- ...
--- 📁 spoiled_ballots
------- 📄 spoiled_ballot_id_3.json
------- 📄 spoiled_ballot_id_4.json
------- 📁 device_id_1
------------ 📄 spoiled_ballot_id_1.json
------------ 📄 spoiled_ballot_id_2.json
------- 📁 device_id_2
------------ 📄 spoiled_ballot_id_3.json
------------ 📄 spoiled_ballot_id_4.json
------- ...
--- 📁 submitted_ballots
------- 📄 submitted_ballot_id_1.json
------- 📄 submitted_ballot_id_2.json
------- 📁 device_id_1
------------ 📁 folder divider
---------------- 📄 submitted_ballot_id_1.json
---------------- 📄 submitted_ballot_id_2.json
------------ 📁 folder divider
---------------- 📄 submitted_ballot_id_3.json
---------------- 📄 submitted_ballot_id_4.json
------- 📁 device_id_2
------------ 📁 folder divider
---------------- 📄 submitted_ballot_id_5.json
---------------- 📄 submitted_ballot_id_6.json
------------ 📁 folder divider
---------------- 📄 submitted_ballot_id_7.json
---------------- 📄 submitted_ballot_id_8.json
------- ...
--- 📄 coefficients.json
--- 📄 constants.json
Expand All @@ -43,4 +59,4 @@ The Election Record should be expected to be a zip folder containing the followi
--- 📄 tally.json
```

--8<-- "includes/abbreviations.md"
--8<-- "includes/abbreviations.md"