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

Explore options for refreshing a task's up-to-date status #3

Open
pd93 opened this issue Mar 26, 2023 · 0 comments
Open

Explore options for refreshing a task's up-to-date status #3

pd93 opened this issue Mar 26, 2023 · 0 comments
Labels
type: enhancement A change to an existing feature or functionality.

Comments

@pd93
Copy link
Member

pd93 commented Mar 26, 2023

Currently, the task tree in the sidebar is only updated when we detect a change to a Taskfile or the user manually refreshes it. However, a task's up-to-date status can change at any time - for example if a task's sources or a condition in a task's status changes.

Here are some initial thoughts. Some of which may or may not compliment one another:

  • Update the task list after running a task
  • Periodically update the task list
    • This would probably be controlled by a setting to enable/disable polling and adjust the refresh period
  • Update the task list when any file changes
  • Update the task list when sources/generates change.
@pd93 pd93 added the type: enhancement A change to an existing feature or functionality. label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A change to an existing feature or functionality.
Projects
None yet
Development

No branches or pull requests

1 participant