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

Preserve upload task progress when navigating in the app #284

Open
2 tasks
allishultes opened this issue Jun 14, 2021 · 0 comments
Open
2 tasks

Preserve upload task progress when navigating in the app #284

allishultes opened this issue Jun 14, 2021 · 0 comments

Comments

@allishultes
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Media file uploads take place even when you navigate away from the project space view. We need to adjust the UI to reflect this, and share data about upload progress across the app.

Describe the solution you'd like

  • When navigating away from the project space after beginning an upload, I expect to see accurate updates on the status of the upload when navigating back (see additional context)
  • When navigating away from the project space after beginning an upload, I should be prevented from closing the window if an upload is still in progress

Describe alternatives you've considered

We considered adding a prompt to warn users not to navigate away from the project space when an upload was in progress, but because these take place in the background, this isn't accurate / desirable.

Additional context

Currently, a file that is still uploading will render like this, when navigating away and back to the project space within the app. I think it's rendering an 'uploading' transcriptRow within the Storybook, but isn't able to access the upload progress because the uploadTasks state variable isn't being shared throughout the app

Screenshot 2021-06-14 at 12 08 43

@allishultes allishultes added enhancement New feature or request medium UX improvements and removed enhancement New feature or request labels Jun 14, 2021
@allishultes allishultes mentioned this issue Jun 14, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant