-
Notifications
You must be signed in to change notification settings - Fork 3
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
[8SP;9SP] UI: Refactor the UI to be based on runtime graph topology changes #200
Milestone
Comments
What works:
Things that still need to be done (needed for this task, or for the future tasks of enabling hier-graphs, or adding the visual editor for the remote graphs):
To be done in a future task:
|
11 tasks
Merged
RalphSteinhagen
pushed a commit
that referenced
this issue
Nov 26, 2024
Reimplements flowgraph alteration to be message-based: - Adding blocks should be possible while the graph is runnning (that is, in any state of the graph) - Connections should be performed while graph is stopped or paused This is a follow-up of: #200 Signed-off-by: Ivan Čukić <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The UI currently recreates the graph when something needs to
be changed, and it requires the flowgraph to be stopped for this.
Reimplement flowgraph alteration to be message-based:
(that is, in any state of the graph)
or paused
Keep in mind that message-based modifications are in
a request-reply pattern which means that the 'working' state
should be communicated to the user.
Should (at least fundamentally) work with local flowgraphs as well as with remote flowgraphs
The text was updated successfully, but these errors were encountered: