Background
...
Add an API that allows user to request to cancel their submissions:
Action | Intended Users | URI | Method | Request Params | Request Body | Response Body |
---|---|---|---|---|---|---|
Request to Cancel a Submission | The user who submitted the Submission | /evaluation/submission/{ |
subId}/ |
cancellation | PUT | None | None | None |
When a user make such request, we will check for:
...
Add a leaderboard widget, including an executionStatus column. The query should use 'where userId==@CURRENT_USER' to show just the submitter's jobs.
Choose the 'stop button' renderer for this column.
...