Election-Tech-Initiative / Election-Tech-Initiative/electionguard-core2
✨ CLI Generate Ballots Enhancement
- Dominant language
- C#
- Stars
- 14
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Suggestion
When generating ballots for testing, the ballot_id field gets filled with the string fake-ballot-0, fake-ballot-1, etc
When you use these to add to an election, there could be times when you could have multiple ballots with the same ballot_id field. The tally process checks these ids and will fail when there are duplicates.
One way to enhance this is to add a time/date stamp after the number in the ballot_id.
The cli should also have a version command to be able to tell what version of the encryption nuget/library is being used.
### Possible Implementation
_No response_
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.