-
Notifications
You must be signed in to change notification settings - Fork 161
QoL features for the web UI #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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>
|
Image for how it looks like now? |
| } | ||
| } | ||
|
|
||
| function handleJsonFileLoad(event) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How will a user know the format of the json?
hbrodin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.



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