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
as an uploader i want to cancel an upload if there were errors in the data
Acceptance Criteria:
Given I am an uploader and have uploaded a dataset with non-critical errors, when i click cancel the file is removed from the upload list, the message is cleared, but the program selection is maintained
Notes:
should occur around line 155 of upload issues where currently it has "console.log("cancel");" (replace that with actual code to cancel)
use function clearErrors() to clear the errors and setUploadFiles([])
The text was updated successfully, but these errors were encountered:
emi-hi
changed the title
User Story
User Story - cancel uploads with warnings/errors
Nov 28, 2024
emi-hi
changed the title
User Story - cancel uploads with warnings/errors
CTHUB - User Story - cancel uploads with warnings/errors
Nov 28, 2024
ArawuSamuel1
changed the title
CTHUB - User Story - cancel uploads with warnings/errors
CTHUB - Cancel uploads with warnings/errors
Nov 28, 2024
Title:
Description:
Acceptance Criteria:
Given I am an uploader and have uploaded a dataset with non-critical errors, when i click cancel the file is removed from the upload list, the message is cleared, but the program selection is maintained
Notes:
should occur around line 155 of upload issues where currently it has "console.log("cancel");" (replace that with actual code to cancel)
use function clearErrors() to clear the errors and setUploadFiles([])
The text was updated successfully, but these errors were encountered: