From ea9b3d06cfccb998e4c76b57ac0f1453e9df1a2d Mon Sep 17 00:00:00 2001 From: STEINNI Date: Sun, 8 Mar 2026 14:24:03 +0000 Subject: [PATCH] graflow examples cleanup --- app/assets/html/bzGraflow/nodes16ports.html | 59 ---- app/assets/html/bzGraflow/nodesEIC.html | 97 ------- app/assets/html/bzGraflow/nodesEIC2.html | 105 ------- app/assets/html/bzGraflow/nodesTest1.html | 203 ------------- app/assets/html/bzGraflow/nodesTest2.html | 237 --------------- app/assets/html/test.html | 21 -- app/assets/html/test1.html | 99 ------- app/assets/html/test2.html | 100 ------- app/assets/html/test3.html | 98 ------- app/assets/html/test4.5.html | 98 ------- app/assets/html/test4.html | 120 -------- app/assets/html/test5.html | 99 ------- app/assets/html/test6.html | 101 ------- app/assets/json/bzGraflow/testFlow1.1.json | 65 ----- app/assets/json/bzGraflow/testFlow1.json | 50 ---- .../json/bzGraflow/testFlow16ports.json | 271 ------------------ app/assets/json/bzGraflow/testFlow2.json | 47 --- app/assets/json/bzGraflow/testFlowEic.json | 74 ----- app/assets/json/bzGraflow/testFlowICMP.json | 150 ---------- app/assets/json/bzGraflow/testFlowICMP2.json | 150 ---------- 20 files changed, 2244 deletions(-) delete mode 100644 app/assets/html/bzGraflow/nodes16ports.html delete mode 100644 app/assets/html/bzGraflow/nodesEIC.html delete mode 100644 app/assets/html/bzGraflow/nodesEIC2.html delete mode 100644 app/assets/html/bzGraflow/nodesTest1.html delete mode 100644 app/assets/html/bzGraflow/nodesTest2.html delete mode 100644 app/assets/html/test.html delete mode 100644 app/assets/html/test1.html delete mode 100644 app/assets/html/test2.html delete mode 100644 app/assets/html/test3.html delete mode 100644 app/assets/html/test4.5.html delete mode 100644 app/assets/html/test4.html delete mode 100644 app/assets/html/test5.html delete mode 100644 app/assets/html/test6.html delete mode 100644 app/assets/json/bzGraflow/testFlow1.1.json delete mode 100644 app/assets/json/bzGraflow/testFlow1.json delete mode 100644 app/assets/json/bzGraflow/testFlow16ports.json delete mode 100644 app/assets/json/bzGraflow/testFlow2.json delete mode 100644 app/assets/json/bzGraflow/testFlowEic.json delete mode 100644 app/assets/json/bzGraflow/testFlowICMP.json delete mode 100644 app/assets/json/bzGraflow/testFlowICMP2.json diff --git a/app/assets/html/bzGraflow/nodes16ports.html b/app/assets/html/bzGraflow/nodes16ports.html deleted file mode 100644 index cab951a..0000000 --- a/app/assets/html/bzGraflow/nodes16ports.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - diff --git a/app/assets/html/bzGraflow/nodesEIC.html b/app/assets/html/bzGraflow/nodesEIC.html deleted file mode 100644 index ea17fc3..0000000 --- a/app/assets/html/bzGraflow/nodesEIC.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/assets/html/bzGraflow/nodesEIC2.html b/app/assets/html/bzGraflow/nodesEIC2.html deleted file mode 100644 index 8f4fe9d..0000000 --- a/app/assets/html/bzGraflow/nodesEIC2.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/assets/html/bzGraflow/nodesTest1.html b/app/assets/html/bzGraflow/nodesTest1.html deleted file mode 100644 index 07533b6..0000000 --- a/app/assets/html/bzGraflow/nodesTest1.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/assets/html/bzGraflow/nodesTest2.html b/app/assets/html/bzGraflow/nodesTest2.html deleted file mode 100644 index 5e59449..0000000 --- a/app/assets/html/bzGraflow/nodesTest2.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/assets/html/test.html b/app/assets/html/test.html deleted file mode 100644 index d6f5073..0000000 --- a/app/assets/html/test.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - graflow - - - - - - - - diff --git a/app/assets/html/test1.html b/app/assets/html/test1.html deleted file mode 100644 index 0af2a24..0000000 --- a/app/assets/html/test1.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - - diff --git a/app/assets/html/test2.html b/app/assets/html/test2.html deleted file mode 100644 index 1efde5e..0000000 --- a/app/assets/html/test2.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - - diff --git a/app/assets/html/test3.html b/app/assets/html/test3.html deleted file mode 100644 index 24f9c59..0000000 --- a/app/assets/html/test3.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - diff --git a/app/assets/html/test4.5.html b/app/assets/html/test4.5.html deleted file mode 100644 index adb9835..0000000 --- a/app/assets/html/test4.5.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - diff --git a/app/assets/html/test4.html b/app/assets/html/test4.html deleted file mode 100644 index ee7fa58..0000000 --- a/app/assets/html/test4.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - graflow - - - - - - - - - - - -
- -
- - - - -
-
-
-
- - diff --git a/app/assets/html/test5.html b/app/assets/html/test5.html deleted file mode 100644 index 85fb9be..0000000 --- a/app/assets/html/test5.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - - diff --git a/app/assets/html/test6.html b/app/assets/html/test6.html deleted file mode 100644 index 60dfa9c..0000000 --- a/app/assets/html/test6.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - graflow - - - - - - - - - - - - -
- - - - -
-
-
- - - diff --git a/app/assets/json/bzGraflow/testFlow1.1.json b/app/assets/json/bzGraflow/testFlow1.1.json deleted file mode 100644 index eb8c1fe..0000000 --- a/app/assets/json/bzGraflow/testFlow1.1.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesTest1.html", - "flow": { - "nodes":[ - { "nodeType": "inc", - "id": "aze", - "coords": { "x": 220, "y": 120} - }, - { "nodeType": "inc", - "subflow": { - "url": "/app/assets/json/bzGraflow/testFlowEic.json", - "portLinks": [ - { "refNodeType": "refnodein", "refnodePort": "out1", - "parentPort": "in1", - "subflowNode":"aze2", "subflowPort": "in1", - "direction": "in" - }, - { "refNodeType": "refnodeout", "refnodePort": "in1", - "parentPort": "out1", - "subflowNode":"aze5", "subflowPort": "out1", - "direction": "out" - } - ] - }, - "id": "aze2", - "coords": { "x": 220, "y": 10} - }, - { "nodeType": "factor", - "id": "qsd", - "coords": { "x": 470, "y": 170} - }, - { "nodeType": "factor", - "id": "qsd2", - "coords": { "x": 470, "y": 50} - }, - { "nodeType": "wadder", - "id": "wcx", - "coords": { "x": 720, "y": 50} - }, - { "nodeType": "multiplier", - "id": "ert", - "coords": { "x": 550, "y": 350} - }, - { "nodeType": "input", - "id": "0000", - "coords": { "x": 20, "y": 350} - }, - { "nodeType": "console", - "id": "9999", - "coords": { "x": 800, "y": 350} - } - ], - "links": [ - { "from": ["0000", "out1"], "to": ["aze", "inp1"] }, - { "from": ["aze2", "out1"], "to": ["qsd2", "inp1"] }, - { "from": ["aze", "out1"], "to": ["qsd", "inp1"] }, - { "from": ["qsd2", "out1"], "to": ["ert", "inp2"] }, - { "from": ["0000", "out1"], "to": ["aze2", "inp1"] }, - { "from": ["qsd2", "out1"], "to": ["wcx", "inp2"] }, - { "from": ["wcx", "out1"], "to": ["ert", "inp1"] }, - { "from": ["qsd", "out1"], "to": ["wcx", "inp1"] }, - { "from": ["ert", "out1"], "to": ["9999", "inp1"] } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlow1.json b/app/assets/json/bzGraflow/testFlow1.json deleted file mode 100644 index 8c8968b..0000000 --- a/app/assets/json/bzGraflow/testFlow1.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesTest1.html", - "flow": { - "nodes":[ - { "nodeType": "inc", - "id": "aze", - "coords": { "x": 220, "y": 120} - }, - { "nodeType": "inc", - "id": "aze2", - "coords": { "x": 220, "y": 10} - }, - { "nodeType": "factor", - "id": "qsd", - "coords": { "x": 470, "y": 170} - }, - { "nodeType": "factor", - "id": "qsd2", - "coords": { "x": 470, "y": 50} - }, - { "nodeType": "wadder", - "id": "wcx", - "coords": { "x": 720, "y": 50} - }, - { "nodeType": "multiplier", - "id": "ert", - "coords": { "x": 550, "y": 350} - }, - { "nodeType": "input", - "id": "0000", - "coords": { "x": 20, "y": 350} - }, - { "nodeType": "console", - "id": "9999", - "coords": { "x": 800, "y": 350} - } - ], - "links": [ - { "from": ["0000", "out1"], "to": ["aze", "inp1"] }, - { "from": ["aze2", "out1"], "to": ["qsd2", "inp1"] }, - { "from": ["aze", "out1"], "to": ["qsd", "inp1"] }, - { "from": ["qsd2", "out1"], "to": ["ert", "inp2"] }, - { "from": ["0000", "out1"], "to": ["aze2", "inp1"] }, - { "from": ["qsd2", "out1"], "to": ["wcx", "inp2"] }, - { "from": ["wcx", "out1"], "to": ["ert", "inp1"] }, - { "from": ["qsd", "out1"], "to": ["wcx", "inp1"] }, - { "from": ["ert", "out1"], "to": ["9999", "inp1"] } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlow16ports.json b/app/assets/json/bzGraflow/testFlow16ports.json deleted file mode 100644 index 568b1b0..0000000 --- a/app/assets/json/bzGraflow/testFlow16ports.json +++ /dev/null @@ -1,271 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodes16ports.html", - "flow": { - "nodes": [ - { - "nodeType": "square", - "id": "p1center", - "coords": { - "x": 300, - "y": 200 - }, - "markup": { - "title": "Center", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p1west", - "coords": { - "x": 200, - "y": 200 - }, - "markup": { - "title": "West", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p1north", - "coords": { - "x": 300, - "y": 100 - }, - "markup": { - "title": "North", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p1east", - "coords": { - "x": 400, - "y": 200 - }, - "markup": { - "title": "East", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p1south", - "coords": { - "x": 300, - "y": 300 - }, - "markup": { - "title": "South", - "subtitle": "." - } - }, - - { - "nodeType": "square", - "id": "p2center", - "coords": { - "x": 800, - "y": 200 - }, - "markup": { - "title": "Center", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p2west", - "coords": { - "x": 700, - "y": 200 - }, - "markup": { - "title": "West", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p2north", - "coords": { - "x": 800, - "y": 100 - }, - "markup": { - "title": "North", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p2east", - "coords": { - "x": 900, - "y": 200 - }, - "markup": { - "title": "East", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p2south", - "coords": { - "x": 800, - "y": 300 - }, - "markup": { - "title": "South", - "subtitle": "." - } - }, - - { - "nodeType": "square", - "id": "p3center", - "coords": { - "x": 300, - "y": 600 - }, - "markup": { - "title": "Center", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p3west", - "coords": { - "x": 200, - "y": 600 - }, - "markup": { - "title": "West", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p3north", - "coords": { - "x": 300, - "y": 500 - }, - "markup": { - "title": "North", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p3east", - "coords": { - "x": 400, - "y": 600 - }, - "markup": { - "title": "East", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p3south", - "coords": { - "x": 300, - "y": 700 - }, - "markup": { - "title": "South", - "subtitle": "." - } - }, - - { - "nodeType": "square", - "id": "p4center", - "coords": { - "x": 800, - "y": 600 - }, - "markup": { - "title": "Center", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p4west", - "coords": { - "x": 700, - "y": 600 - }, - "markup": { - "title": "West", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p4north", - "coords": { - "x": 800, - "y": 500 - }, - "markup": { - "title": "North", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p4east", - "coords": { - "x": 900, - "y": 600 - }, - "markup": { - "title": "East", - "subtitle": "." - } - }, - { - "nodeType": "square", - "id": "p4south", - "coords": { - "x": 800, - "y": 700 - }, - "markup": { - "title": "South", - "subtitle": "." - } - } - ], - "links": [ - { "from": ["p1center", "s"], "to": ["p1south", "n"] }, - { "from": ["p1center", "e"], "to": ["p1east", "w"] }, - { "from": ["p1center", "n"], "to": ["p1north", "s"] }, - { "from": ["p1center", "w"], "to": ["p1west", "e"] }, - - { "from": ["p2center", "s"], "to": ["p2south", "e"] }, - { "from": ["p2center", "e"], "to": ["p2east", "n"] }, - { "from": ["p2center", "n"], "to": ["p2north", "w"] }, - { "from": ["p2center", "w"], "to": ["p2west", "s"] }, - - { "from": ["p3center", "s"], "to": ["p3south", "s"] }, - { "from": ["p3center", "e"], "to": ["p3east", "e"] }, - { "from": ["p3center", "n"], "to": ["p3north", "n"] }, - { "from": ["p3center", "w"], "to": ["p3west", "w"] }, - - { "from": ["p4center", "s"], "to": ["p4south", "w"] }, - { "from": ["p4center", "e"], "to": ["p4east", "s"] }, - { "from": ["p4center", "n"], "to": ["p4north", "e"] }, - { "from": ["p4center", "w"], "to": ["p4west", "n"] } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlow2.json b/app/assets/json/bzGraflow/testFlow2.json deleted file mode 100644 index f086855..0000000 --- a/app/assets/json/bzGraflow/testFlow2.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesTest2.html", - "flow": { - "nodes":[ - { "nodeType": "process", - "id": "aze2", - "xcoords": { "x": 220, "y": 120}, - "markup": { "text": "x = alph - 1" } - }, - { "nodeType": "condition", - "id": "qsd", - "xcoords": { "x": 250, "y": 270}, - "markup": { "text": "x > 0" } - }, - { "nodeType": "preparation", - "id": "qsd2", - "xcoords": { "x": 250, "y": 470}, - "markup": { "text": "prepare SQL" } - }, - { "nodeType": "database", - "id": "wcx", - "xcoords": { "x": 500, "y": 450}, - "markup": { "text": "MySQL
Store" } - }, - { "nodeType": "end", - "id": "ert", - "xcoords": { "x": 250, "y": 650}, - "markup": { "text": "End" } - }, - { "nodeType": "start", - "id": "aze", - "xcoords": { "x": 220, "y": 20}, - "markup": { "text": "StartMike" } - } - ], - "links": [ - { "from": ["aze", "out1"], "to": ["aze2", "inout1"], "endArrow":true }, - { "from": ["aze2", "inout2"], "to": ["qsd", "inp1"], "endArrow":true }, - { "from": ["qsd", "out1"], "to": ["aze2", "inout3"], "endArrow":true }, - { "from": ["qsd", "out2"], "to": ["qsd2", "inp1"], "endArrow":true }, - { "from": ["qsd2", "inout2"], "to": ["wcx", "inout1"], "startArrow":true , "endArrow":true }, - { "from": ["qsd2", "out1"], "to": ["ert", "inp1"], "endArrow":true }, - { "from": ["qsd2", "inout1"], "to": ["qsd2", "inout1"], "endArrow":true }, - { "from": ["aze2", "inout4"], "to": ["wcx", "inout1"], "endArrow":true } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlowEic.json b/app/assets/json/bzGraflow/testFlowEic.json deleted file mode 100644 index 3f5058c..0000000 --- a/app/assets/json/bzGraflow/testFlowEic.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesEIC.html", - "flow": { - "nodes":[ - { "nodeType": "eicBasic", - "id": "aze", - "ncoords": { "x": 50, "y": 120}, - "markup": { - "title": "Build attendees list", - "subtitle": "Build an attendees list to email" - }, - "data": { "a": "a1", "b":"b1"} - }, - { "nodeType": "eicBasic", - "id": "aze2", - "ncoords": { "x": 100, "y": 220}, - "markup": { - "title": "Select message", - "subtitle": "Select an email template" - }, - "data": { "a": "a2", "b":"b2"} - }, - { "nodeType": "eicBasic", - "id": "aze3", - "ncoords": { "x": 150, "y": 320}, - "markup": { - "title": "Data mapping", - "subtitle": "Associate content variables with attendees data" - }, - "data": { "a": "a3", "b":"b3"}, - "subflow": { - "url": "/app/assets/json/bzGraflow/testFlowICMP.json", - "portLinks": [ - { "refNodeType": "refnodein", "refnodePort": "out1", - "parentPort": "in1", - "subflowNode":"cid", "subflowPort": "in3", - "direction": "in" - }, - { "refNodeType": "refnodeout", "refnodePort": "in1", - "parentPort": "out1", - "subflowNode":"signature", "subflowPort": "out2", - "direction": "out" - } - ] - } - }, - { "nodeType": "eicBasic", - "id": "aze4", - "ncoords": { "x": 150, "y": 320}, - "markup": { - "title": "Schedule mailing", - "subtitle": "Choose time to send the mail" - }, - "data": { "a": "a3", "b":"b3"} - }, - { "nodeType": "eicBasic", - "id": "aze5", - "ncoords": { "x": 150, "y": 320}, - "markup": { - "title": "Stats", - "subtitle": "Access mailing statistics" - }, - "data": { "a": "a3", "b":"b3"} - } - ], - "links": [ - { "from": ["aze2", "out1"], "to": ["aze", "in1"] }, - { "from": ["aze2", "out2"], "to": ["aze3", "in1"] }, - { "from": ["aze", "out1"], "to": ["aze4", "in1"] }, - { "from": ["aze3", "out1"], "to": ["aze4", "in2"] }, - { "from": ["aze4", "out1"], "to": ["aze5", "in1"] } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlowICMP.json b/app/assets/json/bzGraflow/testFlowICMP.json deleted file mode 100644 index bd16d4d..0000000 --- a/app/assets/json/bzGraflow/testFlowICMP.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesEIC.html", - "flow": { - "nodes":[ - { "nodeType": "eicBasic", - "id": "eval", - "markup": { - "title": "Evaluations", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "node": "eval", "nodeId":null} - }, - { "nodeType": "eicBasic", - "id": "gap", - "ncoords": { "x": 100, "y": 220}, - "markup": { - "title": "GAP", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "a": "a2", "b":"b2"} - }, - { "nodeType": "eicBasic", - "id": "cid", - "ncoords": { "x": 150, "y": 320}, - "markup": { - "title": "CID", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "a": "a3", "b":"b3"} - }, - { - "nodeType": "eicBasic", - "id": "allocation", - "markup": { - "title": "Case Allocation", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "signature", - "markup": { - "title": "Grant Signature", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "grant" - } - }, - { - "nodeType": "eicBasic", - "id": "progress-meeting", - "markup": { - "title": "Progress Meetings", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "grant", - "instanciable": true - } - }, - { - "nodeType": "eicBasic", - "id": "techdd", - "markup": { - "title": "Tech Due Diligences", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "kyc", - "markup": { - "title": "KYC", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "aifm-advisory", - "markup": { - "title": "AIFM Advisory Commitee", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "aifm-investment", - "markup": { - "title": "AIFM Investment Commitee", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity", - "parent": "aifm-advisory" - } - }, - { - "nodeType": "eicBasic", - "id": "agreement", - "markup": { - "title": "Investment Agreement", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity", - "parent": "aifm-investment" - } - } - ], - "links": [ - { "from": ["eval", "out2"], "to": ["gap", "in1"] }, - { "from": ["eval", "out1"], "to": ["cid", "in1"] }, - { "from": ["eval", "out3"], "to": ["allocation", "in1"] }, - { "from": ["gap", "out1"], "to": ["signature", "in1"] }, - { "from": ["signature", "out1"], "to": ["progress-meeting", "in1"] }, - { "from": ["cid", "out1"], "to": ["techdd", "in1"] }, - { "from": ["allocation", "out1"], "to": ["techdd", "in3"] }, - { "from": ["allocation", "out2"], "to": ["kyc", "in2"] }, - { "from": ["techdd", "out1"], "to": ["aifm-advisory", "in1"] }, - { "from": ["kyc", "out1"], "to": ["aifm-advisory", "in3"] }, - { "from": ["aifm-advisory", "out1"], "to": ["aifm-investment", "in1"] }, - { "from": ["aifm-investment", "out1"], "to": ["agreement", "in1"] }, - { "from": ["gap", "out3"], "to": ["aifm-investment", "in1"] } - ] - } -} \ No newline at end of file diff --git a/app/assets/json/bzGraflow/testFlowICMP2.json b/app/assets/json/bzGraflow/testFlowICMP2.json deleted file mode 100644 index 2dea84b..0000000 --- a/app/assets/json/bzGraflow/testFlowICMP2.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "nodesFile": "/app/assets/html/bzGraflow/nodesEIC2.html", - "flow": { - "nodes":[ - { "nodeType": "eicBasic", - "id": "eval", - "markup": { - "title": "Evaluations", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "node": "eval", "nodeId":null} - }, - { "nodeType": "eicBasic", - "id": "gap", - "ncoords": { "x": 100, "y": 220}, - "markup": { - "title": "GAP", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "a": "a2", "b":"b2"} - }, - { "nodeType": "eicBasic", - "id": "cid", - "ncoords": { "x": 150, "y": 320}, - "markup": { - "title": "CID", - "subtitle": "...", - "severity": "secondary" - }, - "data": { "a": "a3", "b":"b3"} - }, - { - "nodeType": "eicBasic", - "id": "allocation", - "markup": { - "title": "Case Allocation", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "signature", - "markup": { - "title": "Grant Signature", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "grant" - } - }, - { - "nodeType": "eicBasic", - "id": "progress-meeting", - "markup": { - "title": "Progress Meetings", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "grant", - "instanciable": true - } - }, - { - "nodeType": "eicBasic", - "id": "techdd", - "markup": { - "title": "Tech Due Diligences", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "kyc", - "markup": { - "title": "KYC", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "aifm-advisory", - "markup": { - "title": "AIFM Advisory Commitee", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity" - } - }, - { - "nodeType": "eicBasic", - "id": "aifm-investment", - "markup": { - "title": "AIFM Investment Commitee", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity", - "parent": "aifm-advisory" - } - }, - { - "nodeType": "eicBasic", - "id": "agreement", - "markup": { - "title": "Investment Agreement", - "subtitle": "...", - "severity": "secondary" - }, - "data": { - "track": "equity", - "parent": "aifm-investment" - } - } - ], - "links": [ - { "from": ["eval", "out1"], "to": ["gap", "in1"] , "endArrow":true}, - { "from": ["eval", "out1"], "to": ["cid", "in1"] , "endArrow":true}, - { "from": ["eval", "out1"], "to": ["allocation", "in1"] , "endArrow":true}, - { "from": ["gap", "out1"], "to": ["signature", "in1"] , "endArrow":true}, - { "from": ["signature", "out1"], "to": ["progress-meeting", "in1"] , "endArrow":true}, - { "from": ["cid", "out1"], "to": ["techdd", "in1"] , "endArrow":true, "startArrow":true}, - { "from": ["allocation", "out1"], "to": ["techdd", "in1"] , "endArrow":true, "startArrow":true}, - { "from": ["allocation", "out1"], "to": ["kyc", "in1"] , "endArrow":true, "startArrow":true}, - { "from": ["techdd", "out1"], "to": ["aifm-advisory", "in1"] }, - { "from": ["kyc", "out1"], "to": ["aifm-advisory", "in1"] , "endArrow":true}, - { "from": ["aifm-advisory", "out1"], "to": ["aifm-investment", "in1"] , "endArrow":true}, - { "from": ["aifm-investment", "out1"], "to": ["agreement", "in1"] , "endArrow":true}, - { "from": ["gap", "out1"], "to": ["aifm-investment", "in1"] , "endArrow":true} - ] - } -} \ No newline at end of file