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

Progress Bar / Time Remaining #11

Open
aprsandrew opened this issue Aug 11, 2017 · 0 comments
Open

Progress Bar / Time Remaining #11

aprsandrew opened this issue Aug 11, 2017 · 0 comments

Comments

@aprsandrew
Copy link

It would be useful to have a progress bar showing percent of data downloaded, along with estimated time remaining to complete the download. This could vary significantly depending on total number of pages stored in memory, as well as percentage of packets being successfully received (poor signal strength may result in multiple passes).

Progress bar is pretty straight forward. Just percent of pages successfully downloaded. Do not count pages that were requested, but not successfully received.

The time remaining could be calculated by starting a timer when the Download button is clicked. By tracking the time it has taken to download the current number of pages successfully received, the estimated time to download the remaining pages could be extrapolated. Should be displayed in minutes and seconds.

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