You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add DELETE `admin/samples/<sample_id>` API endpoint
- deletes the sample and all associated input files and results
- add delete button to admin interface with modal confirmation dialog
- resolves#39
- add POST `admin/resubmit-sample/<sample_id>` API endpoint
- deletes any existing results for the sample, then sets its status to QUEUED
- add resubmit button to admin interface with modal confirmation dialog
- resolves#40
For admins under 'Samples' please add a 'delete' button in case we need to remove something - this should spawn a modal dialog asking 'are you sure?'
The text was updated successfully, but these errors were encountered: