We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Manifest particularly Manifest.Candidate.is_write_in is encoded as null or true or false since it is an Optional[boolean] at least in Python.
Recommend approach would be to replace this field with only true or false and make it mandatory.
true
false
Original Issues in Python from @JohnLCaron Election-Tech-Initiative/electionguard-python#532 Election-Tech-Initiative/electionguard-python#522 Election-Tech-Initiative/electionguard-python#523
The text was updated successfully, but these errors were encountered:
Match write-in field serialization
5937b35
Necessary until Election-Tech-Initiative/electionguard#221 is resolved.
No branches or pull requests
Is there an existing issue for this?
Suggestion
The Manifest particularly Manifest.Candidate.is_write_in is encoded as null or true or false since it is an Optional[boolean] at least in Python.
Possible Implementation
Recommend approach would be to replace this field with only
true
orfalse
and make it mandatory.Anything else?
Original Issues in Python from @JohnLCaron
Election-Tech-Initiative/electionguard-python#532
Election-Tech-Initiative/electionguard-python#522
Election-Tech-Initiative/electionguard-python#523
The text was updated successfully, but these errors were encountered: