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

feat: minor improvements to scheduled tasks #148

Open
ntorga opened this issue Oct 24, 2024 · 0 comments
Open

feat: minor improvements to scheduled tasks #148

ntorga opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@ntorga
Copy link
Contributor

ntorga commented Oct 24, 2024

  1. ScheduledTasks is updated every 20s right now. When it does, the task that was expanded, collapses. We need to hold the state of which task is expanded on the $store so that when the footer is updated, the task does not collapse;
  2. The command part of the ScheduledTasks could be converted into a textArea and have a copy to clipboard button. This is helpful when you want to re-run the command manually on the terminal. We could also have a textArea component that is read-only and won't show the X icon to clear the input field;
  3. I'm missing a clear scheduled tasks button in the popover, it would help eliminate noisy, specially the failed tasks;
  4. It would be great to have a button "Run Now" so we don't need to wait the 90s between executions;
  5. We could have pagination for ScheduledTasks modal;
@ntorga ntorga converted this from a draft issue Oct 24, 2024
@ntorga ntorga self-assigned this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: approved
Development

No branches or pull requests

1 participant