more realistic organigram

This commit is contained in:
STEINNI
2026-01-13 18:05:36 +00:00
parent 5b01f924fe
commit d0c3155192
2 changed files with 19 additions and 12 deletions
+12 -6
View File
@@ -4,27 +4,33 @@
"nodes":[
{ "nodeType": "start",
"id": "aze",
"coords": { "x": 220, "y": 20}
"coords": { "x": 220, "y": 20},
"markup": { "text": "Start" }
},
{ "nodeType": "process",
"id": "aze2",
"coords": { "x": 220, "y": 120}
"coords": { "x": 220, "y": 120},
"markup": { "text": "x = alph - 1" }
},
{ "nodeType": "condition",
"id": "qsd",
"coords": { "x": 250, "y": 270}
"coords": { "x": 250, "y": 270},
"markup": { "text": "x > 0" }
},
{ "nodeType": "preparation",
"id": "qsd2",
"coords": { "x": 250, "y": 470}
"coords": { "x": 250, "y": 470},
"markup": { "text": "prepare SQL" }
},
{ "nodeType": "database",
"id": "wcx",
"coords": { "x": 500, "y": 450}
"coords": { "x": 500, "y": 450},
"markup": { "text": "MySQL<br>Store" }
},
{ "nodeType": "end",
"id": "ert",
"coords": { "x": 250, "y": 650}
"coords": { "x": 250, "y": 650},
"markup": { "text": "End" }
}
],
"links": [