Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background

...

Add an API that allows user to request to cancel their submissions:

ActionIntended UsersURIMethodRequest ParamsRequest BodyResponse Body
Request to Cancel a SubmissionThe user who submitted the Submission/evaluation/submission/{
submissionId
subId}/
cancelRequest
cancellationPUTNoneNoneNone

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.

...