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

Reduce result download time by downloading results before task is complete #197

Open
nirizr opened this issue Feb 25, 2017 · 1 comment
Open

Comments

@nirizr
Copy link
Owner

nirizr commented Feb 25, 2017

Right now, #17 Implements two successive noticeable slow progress bar tasks:

  1. Waiting for the task to complete on the remote server.
  2. Downloading all match results.

It is possible, by combining the two client-side processes and running them simultaneously, to download at least most of the results while the task is being run.

@nirizr
Copy link
Owner Author

nirizr commented Mar 20, 2017

This could be improved even further by putting the task completion and results downloads progress bars inside the match results dialog, letting the user see the matches as they arrive, cancel when satisfied, not wait as long, etc...

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