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

Button to temporarily disable steps #34

Open
mvahowe opened this issue Jul 25, 2022 · 0 comments
Open

Button to temporarily disable steps #34

mvahowe opened this issue Jul 25, 2022 · 0 comments

Comments

@mvahowe
Copy link
Contributor

mvahowe commented Jul 25, 2022

Use cases include:

  • turning of later parts of a pipeline while debugging the earlier parts
  • turning of displays that are not needed right now for less scrolling

At the UI level this involves adding a toggle for a boolean value called, say, disabled to each SpecStep. This information would be added to specSteps via the update callback.

At the business level, I think we would just need to filter specSteps at the top of runCallback to return an array that only contains non-disabled steps, and then use that for subsequent processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant