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

UX: make progress bars show progress, especially in Backup / Restore #3840

Open
trueriver opened this Issue Apr 22, 2018 · 2 comments

Comments

Projects
None yet
4 participants
@trueriver

trueriver commented Apr 22, 2018

Qubes OS version:

R4.0 or possibly previous versions as well

Affected component(s):

Backups Qubes and Restore Backups (and others)


Steps to reproduce the behavior:

Backup a Qube or restore one

Expected behavior:

Progress bar gradually fills its space, giving the user some idea of progress

Actual behavior:

Progress bar whizzes from side to side, showing that the process has not died, but gives no idea how long the user might expect to wait

General notes:

This is not a bug: I am reporting this as a UX improvement request

(Question: can I add the UX flag, if so how? Or can only wizards do that?)


Related issues:

I have seen this elsewhere in Qubes, but it is the Backup / Restore process that I would most appreciate it being improved.

I find the time taken varies according to what is in the Qubes (well obviously!) and I do not have any sense of whether a given backup is a cup of tea job, or one where I go for lunch.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Apr 22, 2018

Member

(Question: can I add the UX flag, if so how? Or can only wizards do that?)

Only wizards, sorry. 🙂

Member

andrewdavidwong commented Apr 22, 2018

(Question: can I add the UX flag, if so how? Or can only wizards do that?)

Only wizards, sorry. 🙂

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Apr 22, 2018

Member

An idea - since the backup can be triggered now via Admin API, and some may even add a cron job for that - maybe the progress should be reported in notification area? That would be convenient for background backup jobs. Not sure if that replaces proper progress reporting in backup window itself.

Technical detail: backup progress is reported using events over Admin API, AFAIR backup-progress.

Member

marmarek commented Apr 22, 2018

An idea - since the backup can be triggered now via Admin API, and some may even add a cron job for that - maybe the progress should be reported in notification area? That would be convenient for background backup jobs. Not sure if that replaces proper progress reporting in backup window itself.

Technical detail: backup progress is reported using events over Admin API, AFAIR backup-progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment