-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update batch inventory tool to support generating candidate-totals-by…
…-batch files from PA and RI ES&S CVR files (#1923) * Add system_type field to BatchInventoryData model * Add ability to toggle inclusion of ballot manifest in batch inventory UI Also enable batch inventory for additional states * Update batch inventory UI * Add endpoints for setting and getting batch inventory system type * Require selecting system type before uploading files * No longer check sign-off status on the backend Since the sign-off step is now skipped for orgs with showBallotManifest set to false * Update batch inventory CVR upload validation * Update batch inventory file generation logic * Move some ES&S CVR parsing logic into helpers For use by batch inventory code * Add batch inventory logic for parsing ES&S CVRs * Update client tests * Update server tests * Temporarily modify code coverage thresholds * Rename batch inventory for clarity * For demo * Address PR comments * Add clarifying comment and address edge case * Undo commit for demo
- Loading branch information
1 parent
36c7597
commit 94fb656
Showing
19 changed files
with
938 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ omit = | |
server/config.py | ||
scripts/* | ||
fixtures/* | ||
server/api/batch_inventory.py | ||
|
||
[report] | ||
fail_under = 100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.