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

Implement sub-graphs #5

Open
leissler opened this issue Mar 14, 2023 · 1 comment
Open

Implement sub-graphs #5

leissler opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@leissler
Copy link
Contributor

The feature of sub-graphs is such a common feature for the better organization of graphs in many graph-based tools, that it could be a standard feature of such a system. Probably real subgraphs are more than just implementing another utility like the GroupComment node (but I'm not sure). Subgraphs have their own "ports" that interface the subgraph and look to the parent class like a node.

@Doppelkeks Doppelkeks added the enhancement New feature or request label Mar 14, 2023
@Doppelkeks Doppelkeks self-assigned this Mar 14, 2023
@Doppelkeks Doppelkeks added the help wanted Extra attention is needed label Mar 15, 2023
@Doppelkeks
Copy link
Contributor

Doppelkeks commented Mar 15, 2023

This will probably require some heavy lifting and rewrites especially with the targeted WYSIWYG flow. Since I'm targeting 1:1 data management with this framework, I'm not entirely sure if this is even implementable but I did not have the time to think it through, so it might very well be achievable.

I'm happy if someone wants to give this a shot or provide a concrete concept/architecture to talk through. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants