TrustTheVote-Project / VoteTrackerPlus

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

Feature/milestone2 #112

Closed windoverwater closed 5 months ago

windoverwater commented 5 months ago

This started as a matching branch for the VTP-web-client milestone2 work to support html output. However, several aspects of the low level data model as well as the OO class design were just too busted to not take the plunge and address some of the issues. So, this is has become rather large.

This resulted bumping the setup_tools version from 0.1.0 to 0.2.0 since the contestCVR structure (in the git log's) is now different

The above is in addition to supporting basic html coloring so that the javascript code does not have to regex it's way through text that can too easily change, etc.