Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

✨ Remove null option from votes_allowed #291

Closed lprichar closed 2 years ago

lprichar commented 2 years ago

Is there an existing issue for this?

Suggestion

The manifest currently contains contests, and each of those has a votes_allowed field. According to the schema that value is nullable, in which case it is set to 1,000,000. Instead, the manifest should explicitly require the value to be set to 1,000,000.

Possible Implementation

This must simultaneously be done in the manifest, and in the schema. Create corresponding tickets in those repo's when taking on this story.

Anything else?

No response

SteveMaier-IRT commented 2 years ago

Going to make the default 1 instead of 1,000,000.