Sfoglia il codice sorgente

more readme update

luis 7 anni fa
parent
commit
603ae4231f
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      browser/vue-flow/src/assets/doc/readme.md

+ 7 - 1
browser/vue-flow/src/assets/doc/readme.md

@@ -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