-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
This ticket involves creating and integrating a new CLI command (trigger-completion) that allows users to manually signal the completion of report uploads. This command should interact with the backend system, specifically with the modified UploadFinisher task, to prevent notifications for regular uploads.
Proposed Solution
Create a new command in the CLI that users can use to indicate when they have finished uploading reports
Implement the logic for the trigger-completion command to interact with the backend system, triggering the modified UploadFinisher task and sending along any required parameters
Acceptance Criteria
-
The trigger-completion CLI command is implemented
-
Executing the trigger-completion triggers the UploadFinisher task to prevent notifications for regular uploads
-
The flow is thoroughly tested
-
Documentation is updated