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
Replace data in the block creation dialogue with the data from the previous item
Remote sources are added using the old implementation, replace with message-based creation
Initial block layout needs to be implemented (topological sort-based layouting is implemented, but not automatically performed yet)
Initial graph loading in OD is based on the old approach. Reimplement initial loading not to use old Block and Connection classes
Currently, OD sends messages to GR via a singleton App which needs to be changed as we can have more graphs to edit at the same time (nested graphs / hier-graphs, remote graphs)
Types that are communicated to the user are mangled, as reported by GR
ivan-cukic
changed the title
UI: Port the rest of OD to messaging-based graph abstraction
[5SP] UI: Port the rest of OD to messaging-based graph abstraction
Nov 25, 2024
#200 introduced abstract graph model that communicates with GR only via messages. There are remaining parts of the UI that need to be ported:
App
which needs to be changed as we can have more graphs to edit at the same time (nested graphs / hier-graphs, remote graphs)Block navigation arrows need to be reimplementedreplaced by [3SP] UI: Redesign the graph traversal in the flowgraph view #202The text was updated successfully, but these errors were encountered: