TUI Task Progress #11136
louisscruz
started this conversation in
Ideas
TUI Task Progress
#11136
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
tuiin some way displays the number of completed tasks out of all running tasks while executingNon-goals
Background
When using
turbofor a large repository, it's common to run many tasks at once. Thetuiinterface sidebar displays the status of each package task, but it is only able to display as many package tasks as there is vertical space to fit the viewport. In the case where there are hundreds of tasks, there doesn't appear to be a way to get a sense of how far along the currentturbo runexecution has progressed without using the arrow keys to scroll through. It would be very helpful if the number of completed tasks were displayed as a portion of all tasks to run in some manner.For example, right now, the text in the upper left is: "Tasks (/ - Search)". If that were updated to something like "Tasks (123/550 complete) (/ - Search)", that would allow the user to get a sense of the execution progress.
Proposal
Add some kind of text progress indicator indicating how many tasks have completed of the total number of tasks that are part of the current execution.
Beta Was this translation helpful? Give feedback.
All reactions