From 2cbf923dd8157fb6b50635fd920cedb31b158128 Mon Sep 17 00:00:00 2001 From: rc carter Date: Thu, 2 Mar 2023 08:28:11 -0800 Subject: [PATCH] stubbed election record structure in mermaid --- docs/develop/Election_Record.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/develop/Election_Record.md b/docs/develop/Election_Record.md index d03ad931..60b8b77c 100644 --- a/docs/develop/Election_Record.md +++ b/docs/develop/Election_Record.md @@ -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 @@ -43,4 +59,4 @@ The Election Record should be expected to be a zip folder containing the followi --- 📄 tally.json ``` ---8<-- "includes/abbreviations.md" \ No newline at end of file +--8<-- "includes/abbreviations.md"