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

Users need feedback during long install process #17

Open
chrisfromredfin opened this issue Feb 6, 2025 · 2 comments
Open

Users need feedback during long install process #17

chrisfromredfin opened this issue Feb 6, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@chrisfromredfin
Copy link

Users need to be informed that something is happening, even if it's by way of a fake animation or spinner. That composer process takes a long time even on my pretty beefy Macbook Pro M2 / 32GB.

IDEALLY, we'd be able to give SOME indication of actual process, maybe by grep'ing out milestones from the composer output. But at a minimum it would be nice to even have a spinner or something. Totally static can be unnerving.

@phenaproxima
Copy link
Collaborator

phenaproxima commented Feb 6, 2025

Fully agreed. @rikki-iki is on board to do the styling, and I'm hoping she'll create a spinner or animation of some kind. (If the upcoming work on the installer is any indicator, it should include one.)

Getting useful progress output from Composer is quite tricky since it offers no meaningful machine-readable output (and, depending on your personal level of bitterness, little useful human-readable output). Grepping probably is the best option, sadly.

@phenaproxima phenaproxima added the enhancement New feature or request label Feb 6, 2025
@pameeela
Copy link

pameeela commented Feb 7, 2025

Agreed, I had the same thought. I think a spinner is good enough for now, because it's nice and simple. I'm also not sure we'd want to show any composer output, it is liable to scare off our target audience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants