mbof / hxsync

MIT License
4 stars 0 forks source link

Add indication of process duration #25

Closed johannessen closed 6 months ago

johannessen commented 6 months ago

During testing, I experienced the connection to “hang” while loading the GPS log. I broke the connection after waiting over five minutes, as it clearly wasn’t going anywhere.

Ideally, there would be a progress bar, similar to SH’s YCE applications.

At minimum, I propose to add a legend informing the user of the expected duration. For example: “Downloading GPS log. This should take about 60 seconds.”

(It takes ~ 55 seconds for my log with around 800 points. Might take longer if you have more points, I’m not sure. What’s the maximum number of points you can have in the log? I forgot…)

mbof commented 6 months ago

Added a percentage indicator

image