Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DELETE/REBASE this out before PR - smushing dev envs * initial thoughts/debugging on integrating with backend * the requirements.txt file - ??? * Revert "DELETE/REBASE this out before PR - smushing dev envs" This reverts commit 821db9f. * after backing out env hack, redoing poetry install * separating running poetry export from pylint * first 3 endpoints have some initial functionality * initial stub at some json data models * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update Makefile Co-authored-by: Ion Y <[email protected]> * Update Makefile Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * add missing PHONY target * changing ContestDict to AnyContest * checkpointing: post PR and 2023/04/11 meeting * checkpoint during refactoring * initial pass on some thoughts regarding all 5 endpoints * checkpointing endpoint #4 * initial pass on endpoint #5 * wordsmithing * copying blank ballot, cast ballot, ballot check to here * refactoring backend.py - cleaning it up somewhat * another checkpoint at the tailend of the initial refactoring * adding mock verify-ballot, tally-election, and show-contest json docs * show-contest is now returning a dictionary * since the endpoint can support multiple digests, is seems easier to return (from the backend ops) a list than a dict * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/json_data_models.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * PR - removing /resuse/ endpoint * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * PR - cleaning up testing comments * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * tweaking a comment re: verbosity when tallying * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/main.py Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/mock-data/blank-ballot.json Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/mock-data/blank-ballot.json Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/mock-data/cast-ballot.json Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/mock-data/cast-ballot.json Co-authored-by: Ion Y <[email protected]> * Update src/vtp/web/api/mock-data/cast-ballot.json Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * Update tests/test_main.py Co-authored-by: Ion Y <[email protected]> * PR - tweaking class documentation * more PR work - clean up error testing idiom --------- Co-authored-by: Ion Y <[email protected]>
- Loading branch information