drawio_dsl 0.11.0 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/config/configuration.json +564 -370
  4. data/docs/domain_model.drawio +89 -89
  5. data/docs/domain_model.json +267 -267
  6. data/docs/printspeak-architecture-controllers-custom.drawio +9 -9
  7. data/docs/printspeak-architecture-controllers.drawio +47 -47
  8. data/docs/printspeak-architecture-generator-custom.drawio +16 -10
  9. data/docs/printspeak-architecture-generator.drawio +268 -0
  10. data/docs/project-plan/project.drawio +89 -89
  11. data/docs/project-plan/project_done.svg +1 -1
  12. data/docs/project-plan/project_in_progress.svg +1 -1
  13. data/docs/project-plan/project_todo.svg +1 -1
  14. data/docs/samples/styles-glass.svg +1 -1
  15. data/docs/samples/styles-plain.svg +1 -1
  16. data/docs/samples/styles-rounded.svg +1 -1
  17. data/docs/samples/styles-shadow.svg +1 -1
  18. data/docs/samples/styles-sketch.svg +1 -1
  19. data/docs/samples/themes-random.svg +1 -1
  20. data/docs/tailwind_domain_model-custom.drawio +104 -0
  21. data/docs/tailwind_domain_model.json +288 -0
  22. data/docs/tailwind_domain_model.svg +3 -0
  23. data/lib/drawio_dsl/configuration.rb +96 -84
  24. data/lib/drawio_dsl/dom_builder.rb +2 -2
  25. data/lib/drawio_dsl/dom_builder_shapes.rb +60 -0
  26. data/lib/drawio_dsl/drawio_shapes.rb +103 -43
  27. data/lib/drawio_dsl/schema/_.rb +10 -0
  28. data/lib/drawio_dsl/schema/diagram.rb +1 -1
  29. data/lib/drawio_dsl/schema/element.rb +4 -0
  30. data/lib/drawio_dsl/schema/layouts/flex_layout.rb +1 -1
  31. data/lib/drawio_dsl/schema/layouts/grid_layout.rb +1 -1
  32. data/lib/drawio_dsl/schema/line.rb +24 -3
  33. data/lib/drawio_dsl/schema/lines/dash_dot.rb +9 -0
  34. data/lib/drawio_dsl/schema/lines/dash_dot_dot.rb +9 -0
  35. data/lib/drawio_dsl/schema/lines/dash_long_dash.rb +9 -0
  36. data/lib/drawio_dsl/schema/lines/dashed.rb +9 -0
  37. data/lib/drawio_dsl/schema/lines/dashed24.rb +9 -0
  38. data/lib/drawio_dsl/schema/lines/dashed32.rb +9 -0
  39. data/lib/drawio_dsl/schema/lines/dashed44.rb +9 -0
  40. data/lib/drawio_dsl/schema/lines/dot_dot_dot.rb +9 -0
  41. data/lib/drawio_dsl/schema/lines/dotted.rb +9 -0
  42. data/lib/drawio_dsl/schema/lines/long_dash.rb +9 -0
  43. data/lib/drawio_dsl/schema/node.rb +5 -5
  44. data/lib/drawio_dsl/schema/shape.rb +14 -9
  45. data/lib/drawio_dsl/schema/text.rb +4 -0
  46. data/lib/drawio_dsl/version.rb +1 -1
  47. data/package-lock.json +2 -2
  48. data/package.json +1 -1
  49. metadata +16 -2
@@ -1,244 +1,244 @@
1
- <mxfile host="aAu">
2
- <diagram id="ns0" name="In progress">
1
+ <mxfile host="U3F">
2
+ <diagram id="pLa" name="In progress">
3
3
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
4
4
  <root>
5
- <mxCell id="page_root_ns0" parent="ns0"/>
6
- <mxCell id="node_root_ns0" parent="page_root_ns0"/>
7
- <mxCell id="ns0-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#FFFFFF;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_ns0">
5
+ <mxCell id="page_root_pLa" parent="pLa"/>
6
+ <mxCell id="node_root_pLa" parent="page_root_pLa"/>
7
+ <mxCell id="pLa-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#FFFFFF;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_pLa">
8
8
  <mxGeometry x="300" y="0" width="400" height="80" as="geometry"/>
9
9
  </mxCell>
10
- <mxCell id="ns0-3" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
10
+ <mxCell id="pLa-3" value="settings style attributes need to de-duplicate, might be best to utilize the new StyleBuilder class" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
11
11
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
12
12
  </mxCell>
13
- <mxCell id="ns0-4" value="rename type to key" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
13
+ <mxCell id="pLa-4" value="split configured elements, lines and texts into their own source configurations" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
14
14
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
15
15
  </mxCell>
16
- <mxCell id="ns0-5" value="deepen the shape hierarchy, element_types =&gt; element.types" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
16
+ <mxCell id="pLa-5" value="line connectors attributes for :strokes (done), compass_points, designs, arrows and waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
17
17
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
18
18
  </mxCell>
19
- <mxCell id="ns0-6" value="deprecate the old shape technique" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
19
+ <mxCell id="pLa-6" value="line connector aliases gives a simple way to use predefined line configurations" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
20
20
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
21
21
  </mxCell>
22
- <mxCell id="ns0-7" value="add :shape, :line and :text to random shape generator, note: you can see the issue in the samples/20-styled-shapes.rb where the text is not rendered" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
22
+ <mxCell id="pLa-7" value="line connectors need to support autolinking using ids" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
23
23
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
24
24
  </mxCell>
25
- <mxCell id="ns0-8" value="add new shapes related to line connectors" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
25
+ <mxCell id="pLa-8" value="line connectors should not effect the grid positioning systems" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
26
26
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
27
27
  </mxCell>
28
- <mxCell id="ns0-9" value="line connector aliases gives a simple way to use predefined line configurations" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
28
+ <mxCell id="pLa-9" value="new format for connectors - connect(:a, :b, :solid)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
29
29
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
30
30
  </mxCell>
31
- <mxCell id="ns0-10" value="line connectors need to support autolinking using ids" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
31
+ <mxCell id="pLa-10" value="bg_theme does not work" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
32
32
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
33
33
  </mxCell>
34
- <mxCell id="ns0-11" value="line connectors should not effect the grid positioning systems" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
34
+ <mxCell id="pLa-11" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
35
35
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
36
36
  </mxCell>
37
- <mxCell id="ns0-12" value="new format for connectors - connect(:a, :b, :solid)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
37
+ <mxCell id="pLa-12" value="class html builder to support include/extend modules, class methods" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_pLa">
38
38
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
39
39
  </mxCell>
40
- <mxCell id="ns0-13" value="bg_theme does not work" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
41
- <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
42
- </mxCell>
43
- <mxCell id="ns0-14" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
44
- <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
45
- </mxCell>
46
- <mxCell id="ns0-15" value="class html builder to support include/extend modules, class methods" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_ns0">
47
- <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
48
- </mxCell>
49
40
  </root>
50
41
  </mxGraphModel>
51
42
  </diagram>
52
- <diagram id="UFM" name="To Do">
43
+ <diagram id="nTs" name="To Do">
53
44
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
54
45
  <root>
55
- <mxCell id="page_root_UFM" parent="UFM"/>
56
- <mxCell id="node_root_UFM" parent="page_root_UFM"/>
57
- <mxCell id="UFM-2" value="does x, y, w, h need to be on lines (no for connectors, but other lines?)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
46
+ <mxCell id="page_root_nTs" parent="nTs"/>
47
+ <mxCell id="node_root_nTs" parent="page_root_nTs"/>
48
+ <mxCell id="nTs-2" value="add active flag to shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
58
49
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
59
50
  </mxCell>
60
- <mxCell id="UFM-3" value="update domain model with all the recent architecture changes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
51
+ <mxCell id="nTs-3" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
61
52
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
62
53
  </mxCell>
63
- <mxCell id="UFM-4" value="replace generated methods for shapes, texts and lines with meta programming" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
54
+ <mxCell id="nTs-4" value="does x, y, w, h need to be on lines (no for connectors, but other lines?)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
64
55
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
65
56
  </mxCell>
66
- <mxCell id="UFM-5" value="refactor HTML builder to custom GEM or use existing ruby GEM" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
57
+ <mxCell id="nTs-5" value="update domain model with all the recent architecture changes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
67
58
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
68
59
  </mxCell>
69
- <mxCell id="UFM-6" value="add page background to theme, use it whenever the theme is set at a diagram/page level" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
60
+ <mxCell id="nTs-6" value="replace generated methods for shapes, texts and lines with meta programming" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
70
61
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
71
62
  </mxCell>
72
- <mxCell id="UFM-7" value="move DrawioDsl::Formatters::Factory::FORMATTERS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
63
+ <mxCell id="nTs-7" value="refactor HTML builder to custom GEM or use existing ruby GEM" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
73
64
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
74
65
  </mxCell>
75
- <mxCell id="UFM-8" value="move DrawioDsl::Formatters::StyleBuilder::MAPPINGS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
66
+ <mxCell id="nTs-8" value="add page background to theme, use it whenever the theme is set at a diagram/page level" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
76
67
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
77
68
  </mxCell>
78
- <mxCell id="UFM-9" value="settings style attributes need to de-duplicate, might be best to utilize the new StyleBuilder class" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
69
+ <mxCell id="nTs-9" value="move DrawioDsl::Formatters::Factory::FORMATTERS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
79
70
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
80
71
  </mxCell>
81
- <mxCell id="UFM-10" value="write SVG directly into other projects" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
72
+ <mxCell id="nTs-10" value="move DrawioDsl::Formatters::StyleBuilder::MAPPINGS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
82
73
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
83
74
  </mxCell>
84
- <mxCell id="UFM-11" value="Nodes need to support child nodes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
75
+ <mxCell id="nTs-11" value="write SVG directly into other projects" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
85
76
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
86
77
  </mxCell>
87
- <mxCell id="UFM-12" value="Grid layout does not position itself in relation to the last element" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
78
+ <mxCell id="nTs-12" value="Nodes need to support child nodes - aka namespaces, groupings" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
88
79
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
89
80
  </mxCell>
90
- <mxCell id="UFM-13" value="Grid layout should not be affected by connector lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
81
+ <mxCell id="nTs-13" value="Grid layout does not position itself in relation to the last element" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
91
82
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
92
83
  </mxCell>
93
- <mxCell id="UFM-14" value="Grid layout should support flow break (break to next section if less then boundary)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
84
+ <mxCell id="nTs-14" value="Grid layout should not be affected by connector lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
94
85
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
95
86
  </mxCell>
96
- <mxCell id="UFM-15" value="Grid layout should support hard break (break to next section)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
87
+ <mxCell id="nTs-15" value="Grid layout should support flow break (break to next section if less then boundary)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
97
88
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
98
89
  </mxCell>
99
- <mxCell id="UFM-16" value="Dynamic sized shapes that expand to the size of their text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
90
+ <mxCell id="nTs-16" value="Grid layout should support hard break (break to next section)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
100
91
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
101
92
  </mxCell>
102
- <mxCell id="UFM-17" value="Control of text padding left, right, top and bottom" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
93
+ <mxCell id="nTs-17" value="Dynamic sized shapes that expand to the size of their text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
103
94
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
104
95
  </mxCell>
105
- <mxCell id="UFM-18" value="Improve the theme control over text-only shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
96
+ <mxCell id="nTs-18" value="Control of text padding left, right, top and bottom" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
106
97
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
107
98
  </mxCell>
108
- <mxCell id="UFM-19" value="x,y settings do not work for shapes within a grid layout" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
99
+ <mxCell id="nTs-19" value="Improve the theme control over text-only shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
109
100
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
110
101
  </mxCell>
111
- <mxCell id="UFM-20" value="page layout so that you drop elements on and they are positioned correctly, e.g centered, left, right, etc, maybe a grid layout with a wrap of 1 and a width of the page is sufficient" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_UFM">
102
+ <mxCell id="nTs-20" value="x,y settings do not work for shapes within a grid layout" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
112
103
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
113
104
  </mxCell>
105
+ <mxCell id="nTs-21" value="page layout so that you drop elements on and they are positioned correctly, e.g centered, left, right, etc, maybe a grid layout with a wrap of 1 and a width of the page is sufficient" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_nTs">
106
+ <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
107
+ </mxCell>
114
108
  </root>
115
109
  </mxGraphModel>
116
110
  </diagram>
117
- <diagram id="qxm" name="Done">
111
+ <diagram id="pNT" name="Done">
118
112
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
119
113
  <root>
120
- <mxCell id="page_root_qxm" parent="qxm"/>
121
- <mxCell id="node_root_qxm" parent="page_root_qxm"/>
122
- <mxCell id="qxm-2" value="headings do not appear to be working?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
114
+ <mxCell id="page_root_pNT" parent="pNT"/>
115
+ <mxCell id="node_root_pNT" parent="page_root_pNT"/>
116
+ <mxCell id="pNT-2" value="add new shapes related to line connectors, plus add stroke: configuration" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
123
117
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
124
118
  </mxCell>
125
- <mxCell id="qxm-3" value="add sample for backgrounds with text on top, add support for favourite backgrounds" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
119
+ <mxCell id="pNT-3" value="rename type to key" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
126
120
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
127
121
  </mxCell>
128
- <mxCell id="qxm-4" value="add background themes, with foreground text color" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
122
+ <mxCell id="pNT-4" value="headings do not appear to be working?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
129
123
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
130
124
  </mxCell>
131
- <mxCell id="qxm-5" value="refactor shapes configuration so that it reads from custom file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
125
+ <mxCell id="pNT-5" value="add sample for backgrounds with text on top, add support for favourite backgrounds" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
132
126
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
133
127
  </mxCell>
134
- <mxCell id="qxm-6" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
128
+ <mxCell id="pNT-6" value="add background themes, with foreground text color" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
135
129
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
136
130
  </mxCell>
137
- <mxCell id="qxm-7" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
131
+ <mxCell id="pNT-7" value="refactor shapes configuration so that it reads from custom file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
138
132
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
139
133
  </mxCell>
140
- <mxCell id="qxm-8" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
134
+ <mxCell id="pNT-8" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
141
135
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
142
136
  </mxCell>
143
- <mxCell id="qxm-9" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
137
+ <mxCell id="pNT-9" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
144
138
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
145
139
  </mxCell>
146
- <mxCell id="qxm-10" value="configuration for line strokes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
140
+ <mxCell id="pNT-10" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
147
141
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
148
142
  </mxCell>
149
- <mxCell id="qxm-11" value="configuration for connector compass direction" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
143
+ <mxCell id="pNT-11" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
150
144
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
151
145
  </mxCell>
152
- <mxCell id="qxm-12" value="configuration for connector design" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
146
+ <mxCell id="pNT-12" value="configuration for line strokes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
153
147
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
154
148
  </mxCell>
155
- <mxCell id="qxm-13" value="configuration for connector arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
149
+ <mxCell id="pNT-13" value="configuration for connector compass direction" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
156
150
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
157
151
  </mxCell>
158
- <mxCell id="qxm-14" value="configuration for connector waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
152
+ <mxCell id="pNT-14" value="configuration for connector design" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
159
153
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
160
154
  </mxCell>
161
- <mxCell id="qxm-15" value="export_json will output a diagram in machine readable format" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
155
+ <mxCell id="pNT-15" value="configuration for connector arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
162
156
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
163
157
  </mxCell>
164
- <mxCell id="qxm-16" value="class html formatter to support regular html nodes such as p, h1.. ul, li that are found on the builder" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
158
+ <mxCell id="pNT-16" value="configuration for connector waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
165
159
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
166
160
  </mxCell>
167
- <mxCell id="qxm-17" value="group box, like a regular box but with a top aligned h1 style title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
161
+ <mxCell id="pNT-17" value="export_json will output a diagram in machine readable format" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
168
162
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
169
163
  </mxCell>
170
- <mxCell id="qxm-18" value="build a domain (class) diagram" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
164
+ <mxCell id="pNT-18" value="class html formatter to support regular html nodes such as p, h1.. ul, li that are found on the builder" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
171
165
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
172
166
  </mxCell>
173
- <mxCell id="qxm-19" value="build configuration for line strokes %i[dashed dotted dashdot dashdotdot dotdotdot longdash)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
167
+ <mxCell id="pNT-19" value="group box, like a regular box but with a top aligned h1 style title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
174
168
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
175
169
  </mxCell>
176
- <mxCell id="qxm-20" value="build configuration for line compass %i[n ne e se s sw w nw]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
170
+ <mxCell id="pNT-20" value="build a domain (class) diagram" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
177
171
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
178
172
  </mxCell>
179
- <mxCell id="qxm-21" value="build configuration for line shape %i[style1 style2 style3 style4]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
173
+ <mxCell id="pNT-21" value="build configuration for line strokes %i[dashed dotted dashdot dashdotdot dotdotdot longdash)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
180
174
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
181
175
  </mxCell>
182
- <mxCell id="qxm-22" value="build configuration for arrows %i[straight triangle diamond circle cross short default none plain skewed_dash concave er_many er_one er_one_optional er_one_mandatory er_many_optional er_many_mandatory]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
176
+ <mxCell id="pNT-22" value="build configuration for line compass %i[n ne e se s sw w nw]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
183
177
  <mxGeometry x="650" y="490" width="300" height="60" as="geometry"/>
184
178
  </mxCell>
185
- <mxCell id="qxm-23" value="refactor the shape-&gt;text_only (boolean) to category (symbol)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
179
+ <mxCell id="pNT-23" value="build configuration for line shape %i[style1 style2 style3 style4]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
186
180
  <mxGeometry x="10" y="570" width="300" height="60" as="geometry"/>
187
181
  </mxCell>
188
- <mxCell id="qxm-24" value="ensure that ids are working as expected" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
182
+ <mxCell id="pNT-24" value="build configuration for arrows %i[straight triangle diamond circle cross short default none plain skewed_dash concave er_many er_one er_one_optional er_one_mandatory er_many_optional er_many_mandatory]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
189
183
  <mxGeometry x="330" y="570" width="300" height="60" as="geometry"/>
190
184
  </mxCell>
191
- <mxCell id="qxm-25" value="alter the initial parameter of all shapes so that it can be an ID, without named attribute" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
185
+ <mxCell id="pNT-25" value="refactor the shape-&gt;text_only (boolean) to category (symbol)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
192
186
  <mxGeometry x="650" y="570" width="300" height="60" as="geometry"/>
193
187
  </mxCell>
194
- <mxCell id="qxm-26" value="move project-plan files" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
188
+ <mxCell id="pNT-26" value="ensure that ids are working as expected" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
195
189
  <mxGeometry x="10" y="650" width="300" height="60" as="geometry"/>
196
190
  </mxCell>
197
- <mxCell id="qxm-27" value="alter configure_shape so it sets the default shape key and use that for selecting the default HTML formatter" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
191
+ <mxCell id="pNT-27" value="alter the initial parameter of all shapes so that it can be an ID, without named attribute" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
198
192
  <mxGeometry x="330" y="650" width="300" height="60" as="geometry"/>
199
193
  </mxCell>
200
- <mxCell id="qxm-28" value="add todo shape to simplify project plan drawing" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
194
+ <mxCell id="pNT-28" value="move project-plan files" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
201
195
  <mxGeometry x="650" y="650" width="300" height="60" as="geometry"/>
202
196
  </mxCell>
203
- <mxCell id="qxm-29" value="introduce .value property to shape and let it use either formatted HTML or plain text title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
197
+ <mxCell id="pNT-29" value="alter configure_shape so it sets the default shape key and use that for selecting the default HTML formatter" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
204
198
  <mxGeometry x="10" y="730" width="300" height="60" as="geometry"/>
205
199
  </mxCell>
206
- <mxCell id="qxm-30" value="formatter DSL that can render HTML directly into the value property" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
200
+ <mxCell id="pNT-30" value="add todo shape to simplify project plan drawing" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
207
201
  <mxGeometry x="330" y="730" width="300" height="60" as="geometry"/>
208
202
  </mxCell>
209
- <mxCell id="qxm-31" value="formatter DSL for class and interface generation" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
203
+ <mxCell id="pNT-31" value="introduce .value property to shape and let it use either formatted HTML or plain text title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
210
204
  <mxGeometry x="650" y="730" width="300" height="60" as="geometry"/>
211
205
  </mxCell>
212
- <mxCell id="qxm-32" value="generate extension based graphics based on drawio extensions.js" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
206
+ <mxCell id="pNT-32" value="formatter DSL that can render HTML directly into the value property" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
213
207
  <mxGeometry x="10" y="810" width="300" height="60" as="geometry"/>
214
208
  </mxCell>
215
- <mxCell id="qxm-33" value="active? flag on page defaulting to true. set to false to exclude page from diagram." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
209
+ <mxCell id="pNT-33" value="formatter DSL for class and interface generation" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
216
210
  <mxGeometry x="330" y="810" width="300" height="60" as="geometry"/>
217
211
  </mxCell>
218
- <mxCell id="qxm-34" value="first level child nodes need to hang of node 1" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
212
+ <mxCell id="pNT-34" value="generate extension based graphics based on drawio extensions.js" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
219
213
  <mxGeometry x="650" y="810" width="300" height="60" as="geometry"/>
220
214
  </mxCell>
221
- <mxCell id="qxm-35" value="node has child nodes and add_node will set a nodes parent" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
215
+ <mxCell id="pNT-35" value="active? flag on page defaulting to true. set to false to exclude page from diagram." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
222
216
  <mxGeometry x="10" y="890" width="300" height="60" as="geometry"/>
223
217
  </mxCell>
224
- <mxCell id="qxm-36" value="nodes can belong to a parent node, the top level node responds with truthy to root?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
218
+ <mxCell id="pNT-36" value="first level child nodes need to hang of node 1" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
225
219
  <mxGeometry x="330" y="890" width="300" height="60" as="geometry"/>
226
220
  </mxCell>
227
- <mxCell id="qxm-37" value="add sample diagram for the github readme file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
221
+ <mxCell id="pNT-37" value="node has child nodes and add_node will set a nodes parent" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
228
222
  <mxGeometry x="650" y="890" width="300" height="60" as="geometry"/>
229
223
  </mxCell>
230
- <mxCell id="qxm-38" value="write samples into docs folder and display in readme" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
224
+ <mxCell id="pNT-38" value="nodes can belong to a parent node, the top level node responds with truthy to root?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
231
225
  <mxGeometry x="10" y="970" width="300" height="60" as="geometry"/>
232
226
  </mxCell>
233
- <mxCell id="qxm-39" value="add export as .PNG, needs to take a page number as the PNG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
227
+ <mxCell id="pNT-39" value="add sample diagram for the github readme file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
234
228
  <mxGeometry x="330" y="970" width="300" height="60" as="geometry"/>
235
229
  </mxCell>
236
- <mxCell id="qxm-40" value="add export as .SVG, needs to take a page number as the SVG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
230
+ <mxCell id="pNT-40" value="write samples into docs folder and display in readme" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
237
231
  <mxGeometry x="650" y="970" width="300" height="60" as="geometry"/>
238
232
  </mxCell>
239
- <mxCell id="qxm-41" value="add save as .drawio" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_qxm">
233
+ <mxCell id="pNT-41" value="add export as .PNG, needs to take a page number as the PNG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
240
234
  <mxGeometry x="10" y="1050" width="300" height="60" as="geometry"/>
241
235
  </mxCell>
236
+ <mxCell id="pNT-42" value="add export as .SVG, needs to take a page number as the SVG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
237
+ <mxGeometry x="330" y="1050" width="300" height="60" as="geometry"/>
238
+ </mxCell>
239
+ <mxCell id="pNT-43" value="add save as .drawio" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_pNT">
240
+ <mxGeometry x="650" y="1050" width="300" height="60" as="geometry"/>
241
+ </mxCell>
242
242
  </root>
243
243
  </mxGraphModel>
244
244
  </diagram>