Submission management page wireframe
Should contain
- A user filter field where the input filters on user name, email, etc.
- A Competition typeahead dropdown where you select which competition to filter on
- A table displaying all relevant submissions, pagination probably required
- Table should show details about the submission(s):
- file name
- size
- submitted at
- started processing at
- finished processing at
- Which compute worker did it?
- What queue was it on
- What docker image(s) were used?
- The table should have buttons for actions at the top and checkboxes on the left of each submission; there should also be a way to check ALL submissions (even on every subsequent page)
- Available actions:
- Re-run
- Stop/cancel
- Delete