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

Implement a nicer frontend for interfactive workflows #7

Open
BenjaminSchubert opened this issue Jan 18, 2023 · 0 comments · Fixed by #33
Open

Implement a nicer frontend for interfactive workflows #7

BenjaminSchubert opened this issue Jan 18, 2023 · 0 comments · Fixed by #33
Labels
enhancement New feature or request

Comments

@BenjaminSchubert
Copy link
Owner

Currently, the cli output is not ideal when using multiple processes (-j X).

It would be nice to have a more interactive frontend that shows which steps are running, and allows selecting one to read its logs.

It could show something like

Step package finished successfully in <time_it_took>
Step mypy running <time_since_it_started> <spinner>
Step pylint running <time_since_it_started> <spinner>
Step pytest running <time_since_it_started> <spinner>
Step coverage waiting for pytest

And allows selection of one to show it's logs in the remaining part of the screen (or above?)

Please share feedback on what you think would look the best

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

Successfully merging a pull request may close this issue.

1 participant