Skip to content

Commit c9c9937

Browse files
committed
Add activity logs for batch inventory file uploads
1 parent f4abffb commit c9c9937

File tree

2 files changed

+231
-147
lines changed

2 files changed

+231
-147
lines changed

server/activity_log/slack_worker.py

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ def slack_message(activity: activity_log.Activity):
163163
if isinstance(activity, activity_log.UploadFile):
164164
file_type = dict(
165165
ballot_manifest="Ballot manifest",
166+
batch_inventory_cvr="Batch inventory CVR",
167+
batch_inventory_tabulator_status="Batch inventory tabulator status",
166168
batch_tallies="Batch tallies",
167169
cvrs="CVR",
168170
)[activity.file_type]

0 commit comments

Comments
 (0)