Add some sort of progress bar when downloading
tranquilcarbon opened this issue · 1 comments
Currently, there is no way by default to see how far your download has gone, this makes it difficult to know when a download is about to complete. I think that adding a Progress bar would be a good idea, alongside a download time calculation.
In addition, this will make it easier to determine if a download has stalled.
Thanks for the feedback. I'll have evaluate the technical overhead for the logging when I next progress on this project.
I get the impression that it might be complex to implement in the context of this client where a lot of log events may happen asynchronously when you are processing several files at once, but I'll ponder on what can be done. Alternatively, maybe just optionally logging milestones in the download could achieve a similar desired effect or I could postpone it to when there is a dashboard.
I'll see.