topcoder-platform / work-manager

This is the frontend application for creating and managing challenges.
13 stars 48 forks source link

Show submission IDs and allow submission download in Work Manager #1531

Closed jmgasper closed 1 year ago

jmgasper commented 1 year ago

REF: https://topcoder.atlassian.net/browse/PROD-4266

Add submission IDs

On the Submissions tab in Work Manager, for an active challenge, we need to expand the information shown for each submission to include:

Download individual submissions

Additionally, we will add a Download button to each submission shown on the table, allowing a copilot / PM to download the submission. The Download All button should still work as expected.

Remove Manage Submissions button

We can also remove the Manage Submissions link because the submission review app won’t be necessary after the changes above.

suppermancool commented 1 year ago

@jmgasper done in work-manager-issue-1531.patch (this patch against commit 3789e792b2d666f61f30e131c74b5e96579505b0)