You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created three mockups to visualize potential solutions:
Time Remaining
An estimated time remaining for the download to complete
File Size Progress
The amount of data downloaded out of the total download size
The Number of Completed Updates
Indicates the number of completed updates out of the total
I think providing this progress indicator is important for the visibility of system status, ensuring users have a clear understanding of the update process and reducing uncertainty during updates.
Time estimation, while maybe less reliable than the others, is the most actionable for the user
I know i have to keep my computer on for at least 20mn, i can plan on it
500mb, all i can think of is "oo big updat"
10 updates, does not give indication of size or how impactful
Hello team, I was reviewing and working on this feature. To check the update status, the Pk.Progress object is used, and it provides the values for download_size_remaining, percentage, and remaining_time. Personally, I also like using the remaining download size, as I think it's a more reliable indicator.
Problem
When downloading quite a lot of updates the view redundantly shows "downloading" without any kind of indication of how long this might take.
Proposal
It would be nice to have a progressbar or at least like "10/200 MB" to have an idea that there is progress being made
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: