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

Create upload status #12

Open
talolard opened this issue Jul 7, 2019 · 2 comments
Open

Create upload status #12

talolard opened this issue Jul 7, 2019 · 2 comments
Labels
good first issue Good for newcomers

Comments

@talolard
Copy link
Collaborator

talolard commented Jul 7, 2019

Data "upload" happens in a recusive promise chain, but the user can start interacting with the data before it completes, which is important on large files.
We need to give them an indication the can do that, as well as something that tracks the progress of a file upload.

Probably the best way would be some progress bar at the bottom of the page that is infomred by the promise itself about the rate of progress.

@talolard
Copy link
Collaborator Author

talolard commented Jul 7, 2019

This has another caveat that if the user leaves in the middle of upload, the data is an invalid state because some uploaded and some didn't.

@talolard
Copy link
Collaborator Author

talolard commented Jul 7, 2019

Also, the insert trnsaction blocks so we can't read anyway. Maybe add some timeouts so that their is access to the db ?>

@talolard talolard added the good first issue Good for newcomers label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant