Open
Conversation
Add CRSClient.cancel_task() method that sends DELETE requests to the
task server, and a DELETE /v1/dashboard/tasks/{task_id} endpoint in the
dashboard API that proxies the cancellation request.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add cancelTask() JS function with confirmation dialog, cancel buttons in both the task list and task detail modal for active tasks, a "Cancelled" option in the status filter dropdown, and a .btn-sm CSS class for the compact list button. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a "Load from JSON" button that lets users upload a challenge JSON file to populate the task submission form fields, matching the Challenge model schema used by the challenge.py script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Image for how it looks like now? |
hbrodin
reviewed
Feb 10, 2026
| } | ||
| } | ||
|
|
||
| function handleJsonFileLoad(event) { |
Collaborator
There was a problem hiding this comment.
How will a user know the format of the json?
hbrodin
approved these changes
Feb 10, 2026
Collaborator
hbrodin
left a comment
There was a problem hiding this comment.
Overall looks good! Great addition! I was mostly wondering if there is an easy way to inform the user what the json should look like. Nothing blocking.
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Adds a button to cancel active tasks and a way to submit a task using a JSON file to populate the form fields