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

[8SP] UI: Refactor the UI to be based on runtime graph topology changes #200

Open
ivan-cukic opened this issue Sep 16, 2024 · 0 comments
Open
Assignees

Comments

@ivan-cukic
Copy link
Contributor

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:

  • 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

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

@ivan-cukic ivan-cukic converted this from a draft issue Sep 16, 2024
@wirew0rm wirew0rm added this to the CALL#5 - Security Hardening milestone Sep 16, 2024
@frankosterfeld frankosterfeld self-assigned this Oct 31, 2024
@ivan-cukic ivan-cukic moved this from 🔖 Selected (6) to 🏗 In progress in Digitizer Reimplementation Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

3 participants