-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating to latest (.14 and latest PR branched)
- Loading branch information
1 parent
8f5a49d
commit a8e897a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule VTP-mock-election.US.14
updated
10 files
Submodule VTP-web-api
updated
16 files
+60 −0 | Makefile | |
+244 −233 | poetry.lock | |
+363 −0 | requirements.txt | |
+219 −0 | src/vtp/web/api/backend.py | |
+0 −146 | src/vtp/web/api/data/alameda_ca.json | |
+143 −0 | src/vtp/web/api/json_data_models.py | |
+137 −16 | src/vtp/web/api/main.py | |
+123 −0 | src/vtp/web/api/mock-data/blank-ballot.json | |
+144 −0 | src/vtp/web/api/mock-data/cast-ballot.json | |
+ − | src/vtp/web/api/mock-data/favicon.ico | |
+101 −0 | src/vtp/web/api/mock-data/receipt.26.csv | |
+1 −0 | src/vtp/web/api/mock-data/receipt.70.json | |
+2 −0 | src/vtp/web/api/mock-data/show-contest-doc.json | |
+1 −0 | src/vtp/web/api/mock-data/tally-election-doc.json | |
+1 −0 | src/vtp/web/api/mock-data/verify-ballot-doc.json | |
+53 −2 | tests/test_main.py |
Submodule VoteTrackerPlus
updated
33 files