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

When copying, create all progress bars in advance #1532

Open
mtrmac opened this issue Apr 27, 2022 · 1 comment
Open

When copying, create all progress bars in advance #1532

mtrmac opened this issue Apr 27, 2022 · 1 comment
Labels
kind/feature A request for, or a PR adding, new functionality

Comments

@mtrmac
Copy link
Collaborator

mtrmac commented Apr 27, 2022

Per #1530 (review) :

Something I would love to see in the UX is to draw all progress bars before pulling. Currently, a bar is drawn the moment we start pulling the blob.

It would be nice to have them all drawn before.

Considerations:

  • Do we do this just for layers (which should be easy), or including the config (currently a separate progress pool)?
  • Would we want to differentiate “not started working on this blob yet” vs. “started and made no progress” somehow? Is that possible?
@vrothberg
Copy link
Member

Thanks for filing the issue!

Do we do this just for layers (which should be easy), or including the config (currently a separate progress pool)?

Starting with layers would already be a very nice improvement.

Would we want to differentiate “not started working on this blob yet” vs. “started and made no progress” somehow? Is that possible?

That's an interesting idea. I think it would be good have a queued status initially and only draw the bar when the pulling for a given blob has commenced.

@mtrmac mtrmac added the kind/feature A request for, or a PR adding, new functionality label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A request for, or a PR adding, new functionality
Projects
None yet
Development

No branches or pull requests

2 participants