animl-frontend icon indicating copy to clipboard operation
animl-frontend copied to clipboard

Update Upload Modal Status Messages

Open erictncabramson opened this issue 2 weeks ago • 0 comments

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 processing
    • Processing 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`

erictncabramson avatar Nov 17 '25 22:11 erictncabramson