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

Implementation for ReportingUnitType is not matching the spec #242

Open SteveMaier-IRT opened 2 years ago

SteveMaier-IRT commented 2 years ago

Is there an existing issue for this?

Current Behavior

The enumeration in C++ and C# for the ReportingUnitType is not matching the spec that is being used.

https://developers.google.com/civics-data/reference/reporting-unit-type

The town value is missing.

Expected Behavior

The town value should be included.

Steps To Reproduce

Look at the enumeration.

Environment

- OS:

Anything else?

No response

rc-ms commented 2 years ago

we can defer this