Closed JDziurlaj closed 5 years ago
Fair point on consistency. I guess I wasn't comfortable with adding another field unless we really knew there really was some other VoterType
. Incidentally, it did show up once, but that was because a state included all their regular absentee voters. I'm ok with adding VoterOtherType
, but maybe we should remove the other
enumeration value. What do you think?
I'd say remove the other
enumeration literal, the values there are already pretty comprehensive.
VoterType
has an enumeration literalother
, which would imply there should be aVoterOtherType
field, but there isn't. This is not to say there needs to be one, but to clarify the intent here.