You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, validation is performed by the user clicking the Validate button or when the Orchestration is open and the EditorPlugin triggers a build step. While this is helpful, it would be better if it happened asynchronously and automatically while the user interacts with the plug-in.
Implementation ideas
Each GraphNode implementation should support adding a ⚠️ icon on each pin that fails validation. This icon could then be toggled on various user actions that cause some problem. A timer task could also run periodically that runs the validation routine and updates these icons accordingly.
The text was updated successfully, but these errors were encountered:
Description
Currently, validation is performed by the user clicking the
Validate
button or when the Orchestration is open and theEditorPlugin
triggers a build step. While this is helpful, it would be better if it happened asynchronously and automatically while the user interacts with the plug-in.Implementation ideas
Each⚠️ icon on each pin that fails validation. This icon could then be toggled on various user actions that cause some problem. A timer task could also run periodically that runs the validation routine and updates these icons accordingly.
GraphNode
implementation should support adding aThe text was updated successfully, but these errors were encountered: