Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk upload enhancement ideas #152

Open
5 tasks
nathanielrindlaub opened this issue Sep 20, 2023 · 3 comments
Open
5 tasks

Bulk upload enhancement ideas #152

nathanielrindlaub opened this issue Sep 20, 2023 · 3 comments
Labels
enhancement New feature or request feature ideas

Comments

@nathanielrindlaub
Copy link
Member

nathanielrindlaub commented Sep 20, 2023

  • add indication of batch queue traffic at a given moment
  • add "estimated time remaining" to upload?
  • add "send email when batch is complete" checkbox
  • Implement ability for users to delete batch records (?)
  • Not sure if your images include a serial number? interface to drop a single test image in and see if it does.
@nathanielrindlaub nathanielrindlaub added the enhancement New feature or request label Sep 20, 2023
@nathanielrindlaub
Copy link
Member Author

  • make it clear what upload progress bar represents (upload of file to cloud, not image processing)
  • indicate what stage the upload is at so users know where they are in the process (i.e. step 2/4 kind of thing)
    • Step 1: uploading file
    • Step 2: preprocessing (validating, deploying stack, saving images)
    • Step 3: processing
    • Step 4: cleaning up

@nathanielrindlaub
Copy link
Member Author

@nathanielrindlaub
Copy link
Member Author

  • gracefully handle network interruptions (for starters listen for them, abort upload, and display and display error to user.
  • A super slick approach would be to track the success/failures of individual parts being uploaded and retry each one individually with exponential back-off if any parts fail (see AWS' example of that here). Right now if any part fails users would have to re-start the upload form the beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature ideas
Projects
None yet
Development

No branches or pull requests

1 participant