Election-Tech-Initiative / electionguard-api-python

ElectionGuard Web API in python to demonstrate usage of electionguard-python in performing ballot encryption, casting, spoiling, and tallying.
https://www.electionguard.vote/
MIT License
36 stars 26 forks source link

✨ Create endpoint(s) to create an Election Record #167

Open keithrfung opened 3 years ago

keithrfung commented 3 years ago

Is there an existing issue for this?

Suggestion

The election record is actually a combination of items. To keep this card within scope, only implement the items already available from the Mongo store and then an issue can be created for the remaining items that are unavailable. For example, I believe the decrypted spoiled ballots are not available.

The Election Record will need to all be zipped and packaged into a download.

Then a link should be provided that can be used to download the zip which will likely be large.

See https://www.electionguard.vote/develop/Sample_Data/

Possible Implementation

No response

Anything else?

No response

gagandeepp commented 2 years ago

interested please assign