TrustTheVote-Project / VoteTrackerPlus

The VoteTrackerPlus root repo
GNU General Public License v2.0
3 stars 2 forks source link

The contest UID's should only be 3 digits and not 4 #103

Closed windoverwater closed 1 year ago

windoverwater commented 1 year ago

4 digits is too many UX wise - should be 3 digits.

However, depending on how VTP integrates NIST EDF's (which is a big TBD), it may be the case that as more precinct adopt VTP, the contest UID's will still want to be globally unique. At the moment that is accomplished by the 'requirement' that any precinct running with VTP needs to know about any other precinct also using VTP for a contest that is tallied across the precincts. The requirement can be relaxed with a decrease in UX (in that the UID's now become big random numbers as opposed to being short and sort-able 4 digit numbers).

windoverwater commented 1 year ago

Actually, it is possible to have more than a 1,000 contests in a state - leave as 4 digits