animl-frontend
animl-frontend copied to clipboard
Update Upload Modal Status Messages
User Story As a user, I want to understand where my files are in the upload process, so that I have clarity about what's happening.
Acceptance Criteria:
-
Status messages to edit/change:
- Uploading file --> Uploading
- Validating file --> Uploading
- File successfully uploaded. Provisioning processing resources --> Processing
- Saving images --> Processing
- Finished processing images. Cleaning up --> Processing complete!
- Your file to failed to upload. Please try again. --> Your file failed to upload. Please try again.
-
Remains the same:
Processing of ${total} images finished at ${dateString}Processing images. Finished ${total - remaining} of ${total} images- `${total - dead} images were processed successfully, but ${dead} failed'
Cancelling image processingProcessing was cancelled at ${dateString}
-
Brand new status message:
- If processing is complete , and there are dead images, and the stack is destroyed.... message should be:
${total - dead} images were processed successfully at ${dateString}, but ${dead} failed`
- If processing is complete , and there are dead images, and the stack is destroyed.... message should be: