Skip to content

Commit

Permalink
Reworked the NodeGraph to not require links and pins to have ids at a…
Browse files Browse the repository at this point in the history
…ll in the data model.

Pins and Links have dynamic ids generated in the GUI now.
Protecting the operation list in NodeGraph so that the
node ids are generated by the NodeGraph and links are properly deleted when
an Operation is deleted that participates in those links.
Resetting the next node id when a NodeGraph is loaded so that
new nodes can be added without id conflicts.
  • Loading branch information
jasonbeverage committed Feb 10, 2025
1 parent 2cae2bf commit 9a8ee20
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 95 deletions.
Loading

0 comments on commit 9a8ee20

Please sign in to comment.