|
@@ -9,7 +9,7 @@ General purpose graph package for Go
|
|
|
* Machine learning
|
|
|
* Graphical CI pipeline
|
|
|
|
|
|
-## flow package
|
|
|
+## Flow package
|
|
|
|
|
|
Using flow package without UI
|
|
|
|
|
@@ -124,6 +124,7 @@ registry.Describer(
|
|
|
* UX/UI: Ability to group nodes into a single box exposing inputs and outputs
|
|
|
* UX/UI: Implement touch
|
|
|
* UX/UI: Drop link in node to link to the next compatible input
|
|
|
+* UX/UI: Portals to clean graph crossing
|
|
|
|
|
|
### Packages
|
|
|
|
|
@@ -155,3 +156,8 @@ type
|
|
|
### Generating code
|
|
|
|
|
|
generate code based on a flow should be simple as we have the function signatures
|
|
|
+
|
|
|
+### Portals
|
|
|
+
|
|
|
+Named portal would connect a node to another without any link, this way we can
|
|
|
+have clean links without crossovers
|