TrustTheVote-Project / VoteTrackerPlus

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

Add the ability to point to a specific ElectionData directory/repo #76

Closed windoverwater closed 1 year ago

windoverwater commented 1 year ago

Add a -e / --electiondata switch to point to a specific ElectionData directory/repo. Note - this is design wise different than an EDF but the EDF would in theory be storied in the ElectionData directory somewhere.

While here, move the argparsing to its own class to reduce code duplication (because I am guessing that the server side of the web-api will want to specify the GUID directory without doing anything confusing or bad).