drawio_dsl 0.11.1 → 0.11.4

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 (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/config/configuration.json +157 -16
  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 +92 -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/tailwind_domain_model-custom.drawio +104 -0
  15. data/docs/tailwind_domain_model.json +288 -0
  16. data/docs/tailwind_domain_model.svg +3 -0
  17. data/lib/drawio_dsl/configuration.rb +36 -24
  18. data/lib/drawio_dsl/dom_builder_shapes.rb +78 -0
  19. data/lib/drawio_dsl/drawio_shapes.rb +121 -43
  20. data/lib/drawio_dsl/schema/_.rb +13 -0
  21. data/lib/drawio_dsl/schema/element.rb +4 -0
  22. data/lib/drawio_dsl/schema/line.rb +33 -3
  23. data/lib/drawio_dsl/schema/{texts/.rb → lines/dash.rb} +2 -2
  24. data/lib/drawio_dsl/schema/{elements/.rb → lines/dash24.rb} +2 -2
  25. data/lib/drawio_dsl/schema/lines/dash32.rb +9 -0
  26. data/lib/drawio_dsl/schema/lines/dash44.rb +9 -0
  27. data/lib/drawio_dsl/schema/lines/dash_dot.rb +9 -0
  28. data/lib/drawio_dsl/schema/lines/dash_dot_dot.rb +9 -0
  29. data/lib/drawio_dsl/schema/lines/dash_long_dash.rb +9 -0
  30. data/lib/drawio_dsl/schema/lines/{.rb → dot.rb} +2 -2
  31. data/lib/drawio_dsl/schema/lines/dot_dot_dot.rb +9 -0
  32. data/lib/drawio_dsl/schema/lines/double.rb +9 -0
  33. data/lib/drawio_dsl/schema/lines/double_dash.rb +9 -0
  34. data/lib/drawio_dsl/schema/lines/double_dot.rb +9 -0
  35. data/lib/drawio_dsl/schema/lines/long_dash.rb +9 -0
  36. data/lib/drawio_dsl/schema/shape.rb +6 -1
  37. data/lib/drawio_dsl/schema/text.rb +4 -0
  38. data/lib/drawio_dsl/version.rb +1 -1
  39. data/package-lock.json +2 -2
  40. data/package.json +1 -1
  41. metadata +19 -5
@@ -1,244 +1,247 @@
1
- <mxfile host="U9M">
2
- <diagram id="QkS" name="In progress">
1
+ <mxfile host="7FO">
2
+ <diagram id="b8I" 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_QkS" parent="QkS"/>
6
- <mxCell id="node_root_QkS" parent="page_root_QkS"/>
7
- <mxCell id="QkS-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_QkS">
5
+ <mxCell id="page_root_b8I" parent="b8I"/>
6
+ <mxCell id="node_root_b8I" parent="page_root_b8I"/>
7
+ <mxCell id="b8I-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_b8I">
8
8
  <mxGeometry x="300" y="0" width="400" height="80" as="geometry"/>
9
9
  </mxCell>
10
- <mxCell id="QkS-3" 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_QkS">
10
+ <mxCell id="b8I-3" value="add help messages when invalid lookups are used for stroke, design etc." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b8I">
11
11
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
12
12
  </mxCell>
13
- <mxCell id="QkS-4" 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_QkS">
13
+ <mxCell id="b8I-4" 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_b8I">
14
14
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
15
15
  </mxCell>
16
- <mxCell id="QkS-5" 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_QkS">
16
+ <mxCell id="b8I-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_b8I">
17
17
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
18
18
  </mxCell>
19
- <mxCell id="QkS-6" 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_QkS">
19
+ <mxCell id="b8I-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_b8I">
20
20
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
21
21
  </mxCell>
22
- <mxCell id="QkS-7" 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_QkS">
22
+ <mxCell id="b8I-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_b8I">
23
23
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
24
24
  </mxCell>
25
- <mxCell id="QkS-8" 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_QkS">
25
+ <mxCell id="b8I-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_b8I">
26
26
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
27
27
  </mxCell>
28
- <mxCell id="QkS-9" 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_QkS">
28
+ <mxCell id="b8I-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_b8I">
29
29
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
30
30
  </mxCell>
31
- <mxCell id="QkS-10" 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_QkS">
31
+ <mxCell id="b8I-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_b8I">
32
32
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
33
33
  </mxCell>
34
- <mxCell id="QkS-11" 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_QkS">
34
+ <mxCell id="b8I-11" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b8I">
35
35
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
36
36
  </mxCell>
37
- <mxCell id="QkS-12" 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_QkS">
37
+ <mxCell id="b8I-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_b8I">
38
38
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
39
39
  </mxCell>
40
- <mxCell id="QkS-13" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_QkS">
41
- <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
42
- </mxCell>
43
- <mxCell id="QkS-14" 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_QkS">
44
- <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
45
- </mxCell>
46
40
  </root>
47
41
  </mxGraphModel>
48
42
  </diagram>
49
- <diagram id="fty" name="To Do">
43
+ <diagram id="EYt" name="To Do">
50
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">
51
45
  <root>
52
- <mxCell id="page_root_fty" parent="fty"/>
53
- <mxCell id="node_root_fty" parent="page_root_fty"/>
54
- <mxCell id="fty-2" 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_fty">
46
+ <mxCell id="page_root_EYt" parent="EYt"/>
47
+ <mxCell id="node_root_EYt" parent="page_root_EYt"/>
48
+ <mxCell id="EYt-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_EYt">
55
49
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
56
50
  </mxCell>
57
- <mxCell id="fty-3" 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_fty">
51
+ <mxCell id="EYt-3" 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_EYt">
58
52
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
59
53
  </mxCell>
60
- <mxCell id="fty-4" 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_fty">
54
+ <mxCell id="EYt-4" 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_EYt">
61
55
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
62
56
  </mxCell>
63
- <mxCell id="fty-5" 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_fty">
57
+ <mxCell id="EYt-5" 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_EYt">
64
58
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
65
59
  </mxCell>
66
- <mxCell id="fty-6" 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_fty">
60
+ <mxCell id="EYt-6" 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_EYt">
67
61
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
68
62
  </mxCell>
69
- <mxCell id="fty-7" 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_fty">
63
+ <mxCell id="EYt-7" 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_EYt">
70
64
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
71
65
  </mxCell>
72
- <mxCell id="fty-8" 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_fty">
66
+ <mxCell id="EYt-8" 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_EYt">
73
67
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
74
68
  </mxCell>
75
- <mxCell id="fty-9" 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_fty">
69
+ <mxCell id="EYt-9" 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_EYt">
76
70
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
77
71
  </mxCell>
78
- <mxCell id="fty-10" 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_fty">
72
+ <mxCell id="EYt-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_EYt">
79
73
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
80
74
  </mxCell>
81
- <mxCell id="fty-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_fty">
75
+ <mxCell id="EYt-11" 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_EYt">
82
76
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
83
77
  </mxCell>
84
- <mxCell id="fty-12" 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_fty">
78
+ <mxCell id="EYt-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_EYt">
85
79
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
86
80
  </mxCell>
87
- <mxCell id="fty-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_fty">
81
+ <mxCell id="EYt-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_EYt">
88
82
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
89
83
  </mxCell>
90
- <mxCell id="fty-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_fty">
84
+ <mxCell id="EYt-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_EYt">
91
85
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
92
86
  </mxCell>
93
- <mxCell id="fty-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_fty">
87
+ <mxCell id="EYt-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_EYt">
94
88
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
95
89
  </mxCell>
96
- <mxCell id="fty-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_fty">
90
+ <mxCell id="EYt-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_EYt">
97
91
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
98
92
  </mxCell>
99
- <mxCell id="fty-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_fty">
93
+ <mxCell id="EYt-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_EYt">
100
94
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
101
95
  </mxCell>
102
- <mxCell id="fty-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_fty">
96
+ <mxCell id="EYt-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_EYt">
103
97
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
104
98
  </mxCell>
105
- <mxCell id="fty-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_fty">
99
+ <mxCell id="EYt-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_EYt">
106
100
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
107
101
  </mxCell>
108
- <mxCell id="fty-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_fty">
102
+ <mxCell id="EYt-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_EYt">
109
103
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
110
104
  </mxCell>
111
- <mxCell id="fty-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_fty">
112
- <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
113
- </mxCell>
114
105
  </root>
115
106
  </mxGraphModel>
116
107
  </diagram>
117
- <diagram id="wIK" name="Done">
108
+ <diagram id="AZp" name="Done">
118
109
  <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
110
  <root>
120
- <mxCell id="page_root_wIK" parent="wIK"/>
121
- <mxCell id="node_root_wIK" parent="page_root_wIK"/>
122
- <mxCell id="wIK-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_wIK">
111
+ <mxCell id="page_root_AZp" parent="AZp"/>
112
+ <mxCell id="node_root_AZp" parent="page_root_AZp"/>
113
+ <mxCell id="AZp-2" value="add support for :design to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
123
114
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
124
115
  </mxCell>
125
- <mxCell id="wIK-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_wIK">
116
+ <mxCell id="AZp-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=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
126
117
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
127
118
  </mxCell>
128
- <mxCell id="wIK-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_wIK">
119
+ <mxCell id="AZp-4" 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_AZp">
129
120
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
130
121
  </mxCell>
131
- <mxCell id="wIK-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_wIK">
122
+ <mxCell id="AZp-5" 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_AZp">
132
123
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
133
124
  </mxCell>
134
- <mxCell id="wIK-6" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_wIK">
125
+ <mxCell id="AZp-6" 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_AZp">
135
126
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
136
127
  </mxCell>
137
- <mxCell id="wIK-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_wIK">
128
+ <mxCell id="AZp-7" 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_AZp">
138
129
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
139
130
  </mxCell>
140
- <mxCell id="wIK-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_wIK">
131
+ <mxCell id="AZp-8" 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_AZp">
141
132
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
142
133
  </mxCell>
143
- <mxCell id="wIK-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_wIK">
134
+ <mxCell id="AZp-9" 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_AZp">
144
135
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
145
136
  </mxCell>
146
- <mxCell id="wIK-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_wIK">
137
+ <mxCell id="AZp-10" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
147
138
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
148
139
  </mxCell>
149
- <mxCell id="wIK-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_wIK">
140
+ <mxCell id="AZp-11" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
150
141
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
151
142
  </mxCell>
152
- <mxCell id="wIK-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_wIK">
143
+ <mxCell id="AZp-12" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
153
144
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
154
145
  </mxCell>
155
- <mxCell id="wIK-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_wIK">
146
+ <mxCell id="AZp-13" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_AZp">
156
147
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
157
148
  </mxCell>
158
- <mxCell id="wIK-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_wIK">
149
+ <mxCell id="AZp-14" 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_AZp">
159
150
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
160
151
  </mxCell>
161
- <mxCell id="wIK-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_wIK">
152
+ <mxCell id="AZp-15" 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_AZp">
162
153
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
163
154
  </mxCell>
164
- <mxCell id="wIK-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_wIK">
155
+ <mxCell id="AZp-16" 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_AZp">
165
156
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
166
157
  </mxCell>
167
- <mxCell id="wIK-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_wIK">
158
+ <mxCell id="AZp-17" 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_AZp">
168
159
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
169
160
  </mxCell>
170
- <mxCell id="wIK-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_wIK">
161
+ <mxCell id="AZp-18" 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_AZp">
171
162
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
172
163
  </mxCell>
173
- <mxCell id="wIK-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_wIK">
164
+ <mxCell id="AZp-19" 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_AZp">
174
165
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
175
166
  </mxCell>
176
- <mxCell id="wIK-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_wIK">
167
+ <mxCell id="AZp-20" 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_AZp">
177
168
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
178
169
  </mxCell>
179
- <mxCell id="wIK-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_wIK">
170
+ <mxCell id="AZp-21" 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_AZp">
180
171
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
181
172
  </mxCell>
182
- <mxCell id="wIK-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_wIK">
173
+ <mxCell id="AZp-22" 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_AZp">
183
174
  <mxGeometry x="650" y="490" width="300" height="60" as="geometry"/>
184
175
  </mxCell>
185
- <mxCell id="wIK-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_wIK">
176
+ <mxCell id="AZp-23" 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_AZp">
186
177
  <mxGeometry x="10" y="570" width="300" height="60" as="geometry"/>
187
178
  </mxCell>
188
- <mxCell id="wIK-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_wIK">
179
+ <mxCell id="AZp-24" 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_AZp">
189
180
  <mxGeometry x="330" y="570" width="300" height="60" as="geometry"/>
190
181
  </mxCell>
191
- <mxCell id="wIK-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_wIK">
182
+ <mxCell id="AZp-25" 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_AZp">
192
183
  <mxGeometry x="650" y="570" width="300" height="60" as="geometry"/>
193
184
  </mxCell>
194
- <mxCell id="wIK-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_wIK">
185
+ <mxCell id="AZp-26" 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_AZp">
195
186
  <mxGeometry x="10" y="650" width="300" height="60" as="geometry"/>
196
187
  </mxCell>
197
- <mxCell id="wIK-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_wIK">
188
+ <mxCell id="AZp-27" 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_AZp">
198
189
  <mxGeometry x="330" y="650" width="300" height="60" as="geometry"/>
199
190
  </mxCell>
200
- <mxCell id="wIK-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_wIK">
191
+ <mxCell id="AZp-28" 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_AZp">
201
192
  <mxGeometry x="650" y="650" width="300" height="60" as="geometry"/>
202
193
  </mxCell>
203
- <mxCell id="wIK-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_wIK">
194
+ <mxCell id="AZp-29" 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_AZp">
204
195
  <mxGeometry x="10" y="730" width="300" height="60" as="geometry"/>
205
196
  </mxCell>
206
- <mxCell id="wIK-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_wIK">
197
+ <mxCell id="AZp-30" 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_AZp">
207
198
  <mxGeometry x="330" y="730" width="300" height="60" as="geometry"/>
208
199
  </mxCell>
209
- <mxCell id="wIK-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_wIK">
200
+ <mxCell id="AZp-31" 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_AZp">
210
201
  <mxGeometry x="650" y="730" width="300" height="60" as="geometry"/>
211
202
  </mxCell>
212
- <mxCell id="wIK-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_wIK">
203
+ <mxCell id="AZp-32" 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_AZp">
213
204
  <mxGeometry x="10" y="810" width="300" height="60" as="geometry"/>
214
205
  </mxCell>
215
- <mxCell id="wIK-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_wIK">
206
+ <mxCell id="AZp-33" 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_AZp">
216
207
  <mxGeometry x="330" y="810" width="300" height="60" as="geometry"/>
217
208
  </mxCell>
218
- <mxCell id="wIK-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_wIK">
209
+ <mxCell id="AZp-34" 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_AZp">
219
210
  <mxGeometry x="650" y="810" width="300" height="60" as="geometry"/>
220
211
  </mxCell>
221
- <mxCell id="wIK-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_wIK">
212
+ <mxCell id="AZp-35" 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_AZp">
222
213
  <mxGeometry x="10" y="890" width="300" height="60" as="geometry"/>
223
214
  </mxCell>
224
- <mxCell id="wIK-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_wIK">
215
+ <mxCell id="AZp-36" 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_AZp">
225
216
  <mxGeometry x="330" y="890" width="300" height="60" as="geometry"/>
226
217
  </mxCell>
227
- <mxCell id="wIK-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_wIK">
218
+ <mxCell id="AZp-37" 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_AZp">
228
219
  <mxGeometry x="650" y="890" width="300" height="60" as="geometry"/>
229
220
  </mxCell>
230
- <mxCell id="wIK-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_wIK">
221
+ <mxCell id="AZp-38" 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_AZp">
231
222
  <mxGeometry x="10" y="970" width="300" height="60" as="geometry"/>
232
223
  </mxCell>
233
- <mxCell id="wIK-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_wIK">
224
+ <mxCell id="AZp-39" 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_AZp">
234
225
  <mxGeometry x="330" y="970" width="300" height="60" as="geometry"/>
235
226
  </mxCell>
236
- <mxCell id="wIK-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_wIK">
227
+ <mxCell id="AZp-40" 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_AZp">
237
228
  <mxGeometry x="650" y="970" width="300" height="60" as="geometry"/>
238
229
  </mxCell>
239
- <mxCell id="wIK-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_wIK">
230
+ <mxCell id="AZp-41" 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_AZp">
240
231
  <mxGeometry x="10" y="1050" width="300" height="60" as="geometry"/>
241
232
  </mxCell>
233
+ <mxCell id="AZp-42" 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_AZp">
234
+ <mxGeometry x="330" y="1050" width="300" height="60" as="geometry"/>
235
+ </mxCell>
236
+ <mxCell id="AZp-43" 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_AZp">
237
+ <mxGeometry x="650" y="1050" width="300" height="60" as="geometry"/>
238
+ </mxCell>
239
+ <mxCell id="AZp-44" 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_AZp">
240
+ <mxGeometry x="10" y="1130" width="300" height="60" as="geometry"/>
241
+ </mxCell>
242
+ <mxCell id="AZp-45" 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_AZp">
243
+ <mxGeometry x="330" y="1130" width="300" height="60" as="geometry"/>
244
+ </mxCell>
242
245
  </root>
243
246
  </mxGraphModel>
244
247
  </diagram>