Run Submission Against Specific Tasks UI
@ mention of reviewers`
@ckcollab
@gibsonbailey`
A brief description of the purpose of the changes contained in this PR.
Add an accordion dropdown to let users select what task to run their submission against
Issues this PR resolves
Resolves #540 (closed)
Misc. Comments
Right now any user can run a submission against a selection of tasks. We did limit the visibility of task selection by a field on the competition a user could just send an API Post request manually. On top of that I think it does make sense to enable task selection for all users in-case a user wants to submit to one task for testing, then later submit to all tasks.
A checklist for hand testing
-
Single Task competition does not show accordion -
Single Task competition with fact_sheet works as expected -
Multi Task competition shows accordion and works -
Multi Task competition works with fact_sheet
Checklist
-
Code review by me -
Hand tested by me -
I'm proud of my work -
Code review by reviewer -
Hand tested by reviewer -
Ready to merge