docs: Update module dependency graphs (#1844)
@ -46,4 +46,24 @@ tasks.register("versionFile") {
|
||||
val file = File(projectDir, "version.txt")
|
||||
|
||||
DynamicVersion.setDynamicVersion(file, project.version.toString())
|
||||
}
|
||||
|
||||
// Task to print all the module paths in the project e.g. :core:data
|
||||
// Used by module graph generator script
|
||||
tasks.register("printModulePaths") {
|
||||
subprojects {
|
||||
if (subprojects.size == 0) {
|
||||
println(this.path)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Configuration for CMP module dependency graph
|
||||
moduleGraphAssert {
|
||||
configurations += setOf("commonMainImplementation", "commonMainApi")
|
||||
configurations += setOf("androidMainImplementation", "androidMainApi")
|
||||
configurations += setOf("desktopMainImplementation", "desktopMainApi")
|
||||
configurations += setOf("jsMainImplementation", "jsMainApi")
|
||||
configurations += setOf("nativeMainImplementation", "nativeMainApi")
|
||||
configurations += setOf("wasmJsMainImplementation", "wasmJsMainApi")
|
||||
}
|
||||
@ -1 +1,3 @@
|
||||
# :core:analytics module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -1 +1,3 @@
|
||||
# :core:common module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -21,4 +21,7 @@ graph LR
|
||||
:core:data --> :core:model
|
||||
:core:data --> :core:network
|
||||
:core:data --> :core:analytics
|
||||
```
|
||||
```
|
||||
# :core:data module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -15,4 +15,7 @@ graph LR
|
||||
end
|
||||
:core:datastore --> :core:model
|
||||
:core:datastore --> :core:common
|
||||
```
|
||||
```
|
||||
# :core:datastore module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -13,4 +13,7 @@ graph LR
|
||||
:core:model["model"]
|
||||
end
|
||||
:core:designsystem --> :core:model
|
||||
```
|
||||
```
|
||||
# :core:designsystem module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -17,4 +17,7 @@ graph LR
|
||||
:core:domain --> :core:common
|
||||
:core:domain --> :core:data
|
||||
:core:domain --> :core:model
|
||||
```
|
||||
```
|
||||
# :core:domain module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -13,4 +13,7 @@ graph LR
|
||||
:core:common["common"]
|
||||
end
|
||||
:core:model --> :core:common
|
||||
```
|
||||
```
|
||||
# :core:model module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -17,4 +17,7 @@ graph LR
|
||||
:core:network --> :core:common
|
||||
:core:network --> :core:model
|
||||
:core:network --> :core:datastore
|
||||
```
|
||||
```
|
||||
# :core:network module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -19,4 +19,7 @@ graph LR
|
||||
:core:ui --> :core:designsystem
|
||||
:core:ui --> :core:model
|
||||
:core:ui --> :core:common
|
||||
```
|
||||
```
|
||||
# :core:ui module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
19
docs/images/graphs-kmp/dep_graph_core_analytics.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="164pt" height="44pt"
|
||||
viewBox="0.00 0.00 163.99 44.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 40)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-40 159.99,-40 159.99,4 -4,4"/>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="77.99" cy="-18" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="77.99" y="-14.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 858 B |
19
docs/images/graphs-kmp/dep_graph_core_common.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="159pt" height="44pt"
|
||||
viewBox="0.00 0.00 158.79 44.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 40)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-40 154.79,-40 154.79,4 -4,4"/>
|
||||
<!-- :core:common -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="75.39" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="75.39" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 849 B |
115
docs/images/graphs-kmp/dep_graph_core_data.svg
Normal file
@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="488pt" height="332pt"
|
||||
viewBox="0.00 0.00 488.26 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-328 484.26,-328 484.26,4 -4,4"/>
|
||||
<!-- :core:data -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="193.27" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="193.27" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="113.27" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="113.27" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M154.05,-292.67C108.03,-275.74 34.44,-240.33 6.27,-180 -18.59,-126.77 40.58,-71.06 80.48,-41.15"/>
|
||||
<polygon fill="black" stroke="black" points="82.66,-43.89 88.67,-35.17 78.53,-38.24 82.66,-43.89"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="96.27" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="96.27" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M158.6,-291.56C141,-282.92 120.92,-269.93 109.27,-252 97.4,-233.75 94.6,-208.98 94.52,-190.21"/>
|
||||
<polygon fill="black" stroke="black" points="98.02,-190.28 94.72,-180.21 91.02,-190.13 98.02,-190.28"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="160.27" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="160.27" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M229.43,-291.99C247.23,-283.53 267.03,-270.57 277.27,-252 284.99,-237.99 283.15,-230.88 277.27,-216 260.17,-172.72 220.23,-135.63 191.78,-113.34"/>
|
||||
<polygon fill="black" stroke="black" points="193.8,-110.48 183.73,-107.18 189.54,-116.04 193.8,-110.48"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="193.27" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="193.27" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M193.27,-287.7C193.27,-279.98 193.27,-270.71 193.27,-262.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="196.77,-262.1 193.27,-252.1 189.77,-262.1 196.77,-262.1"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="402.27" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="402.27" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M231.12,-292.32C264.48,-281.15 313.41,-264.76 350.41,-252.37"/>
|
||||
<polygon fill="black" stroke="black" points="351.66,-255.64 360.03,-249.15 349.44,-249 351.66,-255.64"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M90.84,-143.72C85.95,-125.63 80.39,-96.49 86.27,-72 88.51,-62.66 92.69,-53.11 97.1,-44.74"/>
|
||||
<polygon fill="black" stroke="black" points="100.24,-46.29 102.08,-35.86 94.13,-42.87 100.24,-46.29"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M111.76,-144.05C119.62,-135.46 129.31,-124.86 137.96,-115.4"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="140.75,-117.53 144.92,-107.79 135.59,-112.81 140.75,-117.53"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M148.89,-72.05C143.37,-63.84 136.63,-53.79 130.5,-44.66"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="133.35,-42.63 124.87,-36.28 127.54,-46.53 133.35,-42.63"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M205.69,-216.05C226.75,-185.04 264.41,-118.11 234.27,-72 221.92,-53.11 201.18,-40.91 180.32,-33.05"/>
|
||||
<polygon fill="black" stroke="black" points="181.36,-29.7 170.77,-29.73 179.07,-36.31 181.36,-29.7"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M170.77,-216.76C157.89,-207.47 141.53,-195.66 127.42,-185.48"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="129.14,-182.4 118.98,-179.39 125.04,-188.08 129.14,-182.4"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M193.81,-215.94C193.95,-197.79 192.94,-168.37 186.27,-144 183.75,-134.81 179.63,-125.3 175.41,-116.92"/>
|
||||
<polygon fill="black" stroke="black" points="178.45,-115.2 170.67,-108.01 172.27,-118.48 178.45,-115.2"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
49
docs/images/graphs-kmp/dep_graph_core_datastore.svg
Normal file
@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="200pt" height="188pt"
|
||||
viewBox="0.00 0.00 200.24 188.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 184)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-184 196.24,-184 196.24,4 -4,4"/>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="110.99" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="110.99" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="64.99" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="64.99" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M99.86,-144.05C94.38,-135.71 87.66,-125.49 81.59,-116.25"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="84.44,-114.22 76.03,-107.79 78.59,-118.07 84.44,-114.22"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="110.99" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="110.99" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M122.88,-143.72C129.01,-133.76 135.84,-120.73 138.99,-108 142.84,-92.47 142.84,-87.53 138.99,-72 136.67,-62.61 132.33,-53.04 127.76,-44.67"/>
|
||||
<polygon fill="black" stroke="black" points="130.65,-42.68 122.59,-35.8 124.6,-46.21 130.65,-42.68"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M76.13,-72.05C81.53,-63.84 88.13,-53.79 94.13,-44.66"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="97.08,-46.55 99.64,-36.28 91.23,-42.71 97.08,-46.55"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
43
docs/images/graphs-kmp/dep_graph_core_designsystem.svg
Normal file
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="209pt" height="188pt"
|
||||
viewBox="0.00 0.00 209.48 188.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 184)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-184 205.48,-184 205.48,4 -4,4"/>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-162" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M100.74,-143.7C100.74,-135.98 100.74,-126.71 100.74,-118.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="104.24,-118.1 100.74,-108.1 97.24,-118.1 104.24,-118.1"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M100.74,-71.7C100.74,-63.98 100.74,-54.71 100.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="104.24,-46.1 100.74,-36.1 97.24,-46.1 104.24,-46.1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
139
docs/images/graphs-kmp/dep_graph_core_domain.svg
Normal file
@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="534pt" height="404pt"
|
||||
viewBox="0.00 0.00 534.04 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 530.04,-400 530.04,4 -4,4"/>
|
||||
<!-- :core:domain -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:domain</title>
|
||||
<ellipse fill="none" stroke="black" cx="70.84" cy="-378" rx="70.69" ry="18"/>
|
||||
<text text-anchor="middle" x="70.84" y="-374.3" font-family="Times,serif" font-size="14.00">:core:domain</text>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="225.84" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="225.84" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:domain->:core:common -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:domain->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M63.15,-359.91C52.05,-333.62 32.84,-281.45 32.84,-235 32.84,-235 32.84,-235 32.84,-161 32.84,-119.79 30.04,-101.47 58.84,-72 82.15,-48.15 116.12,-35.01 147.35,-27.77"/>
|
||||
<polygon fill="black" stroke="black" points="148.33,-31.14 157.38,-25.63 146.87,-24.3 148.33,-31.14"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="203.84" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="203.84" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :core:domain->:core:data -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:domain->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M100.36,-361.46C119.96,-351.15 145.84,-337.53 166.82,-326.49"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="168.56,-329.53 175.77,-321.77 165.3,-323.33 168.56,-329.53"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="132.84" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="132.84" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:domain->:core:model -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:core:domain->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M74.54,-359.97C84.89,-312.19 114.28,-176.62 126.93,-118.27"/>
|
||||
<polygon fill="black" stroke="black" points="130.39,-118.82 129.09,-108.31 123.55,-117.34 130.39,-118.82"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M260.77,-303.49C339.89,-300.05 476.9,-288.8 507.84,-252 587.72,-156.99 381.26,-71.25 279.12,-36"/>
|
||||
<polygon fill="black" stroke="black" points="280.17,-32.66 269.58,-32.74 277.91,-39.28 280.17,-32.66"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M186.05,-288.83C176.2,-279.03 164.45,-265.78 156.84,-252 133.42,-209.59 130.61,-151.77 131.3,-118.21"/>
|
||||
<polygon fill="black" stroke="black" points="134.8,-118.32 131.63,-108.21 127.8,-118.09 134.8,-118.32"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="225.84" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="225.84" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M187.78,-288.39C179.48,-278.63 170.21,-265.58 165.84,-252 160.95,-236.77 159.27,-230.59 165.84,-216 171.25,-204 180.87,-193.63 190.84,-185.32"/>
|
||||
<polygon fill="black" stroke="black" points="193.09,-188.01 198.84,-179.11 188.8,-182.48 193.09,-188.01"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="423.84" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="423.84" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M242.67,-292.65C278.26,-281.32 331.28,-264.45 370.78,-251.88"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="372.04,-255.16 380.51,-248.79 369.92,-248.49 372.04,-255.16"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="252.84" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="252.84" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M215.71,-288.05C221.46,-279.84 228.49,-269.79 234.88,-260.66"/>
|
||||
<polygon fill="black" stroke="black" points="237.88,-262.47 240.75,-252.28 232.15,-258.46 237.88,-262.47"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M154.41,-72.76C166.77,-63.47 182.45,-51.66 195.98,-41.48"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="198.18,-44.2 204.07,-35.39 193.97,-38.61 198.18,-44.2"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M225.84,-143.87C225.84,-119.67 225.84,-75.21 225.84,-46.39"/>
|
||||
<polygon fill="black" stroke="black" points="229.34,-46.19 225.84,-36.19 222.34,-46.19 229.34,-46.19"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M203.8,-144.41C191.44,-135.1 175.85,-123.37 162.43,-113.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="164.5,-110.45 154.4,-107.23 160.29,-116.04 164.5,-110.45"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M411.8,-216.03C398.54,-197.69 376.23,-167.89 354.84,-144 321.33,-106.57 278.91,-66.75 252.07,-42.37"/>
|
||||
<polygon fill="black" stroke="black" points="254.36,-39.73 244.6,-35.62 249.67,-44.92 254.36,-39.73"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M407.84,-216.14C388.01,-196.2 352.37,-163.28 315.84,-144 278.41,-124.24 232.67,-111 196.29,-102.69"/>
|
||||
<polygon fill="black" stroke="black" points="196.81,-99.22 186.29,-100.47 195.29,-106.05 196.81,-99.22"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M383.3,-218.67C352.41,-207.74 309.68,-192.64 276.53,-180.92"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="277.61,-177.59 267.02,-177.56 275.28,-184.19 277.61,-177.59"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.4 KiB |
0
docs/images/graphs-kmp/dep_graph_core_model.svg
Normal file
73
docs/images/graphs-kmp/dep_graph_core_network.svg
Normal file
@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="273pt" height="260pt"
|
||||
viewBox="0.00 0.00 272.99 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-256 268.99,-256 268.99,4 -4,4"/>
|
||||
<!-- :core:network -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="74.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="74.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="110.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="110.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M63.5,-216.09C44.82,-185.71 11.81,-120.54 36.74,-72 43.67,-58.52 55.78,-47.71 68.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="70.17,-42.37 76.85,-34.14 66.5,-36.41 70.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="110.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="110.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M77.88,-215.82C81.3,-197.8 87.15,-168.73 93.74,-144 96.04,-135.37 98.9,-126.06 101.61,-117.69"/>
|
||||
<polygon fill="black" stroke="black" points="104.98,-118.65 104.79,-108.06 98.33,-116.45 104.98,-118.65"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="183.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="183.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M99.75,-216.94C114.6,-207.4 133.63,-195.18 149.82,-184.79"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="151.95,-187.58 158.48,-179.23 148.17,-181.69 151.95,-187.58"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M110.74,-71.7C110.74,-63.98 110.74,-54.71 110.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="114.24,-46.1 110.74,-36.1 107.24,-46.1 114.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M188.45,-143.85C192.61,-125.1 196.4,-94.68 184.74,-72 177.82,-58.52 165.7,-47.71 153.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="154.99,-36.41 144.64,-34.14 151.32,-42.37 154.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M166.44,-144.41C157.17,-135.52 145.59,-124.41 135.39,-114.63"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="137.56,-111.86 127.92,-107.47 132.71,-116.92 137.56,-111.86"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
79
docs/images/graphs-kmp/dep_graph_core_ui.svg
Normal file
@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="478pt" height="260pt"
|
||||
viewBox="0.00 0.00 478.39 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-256 474.39,-256 474.39,4 -4,4"/>
|
||||
<!-- :core:ui -->
|
||||
<g id="node1" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="338.99" cy="-234" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="338.99" y="-230.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="77.99" cy="-162" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="77.99" y="-158.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M302.43,-223.19C259.42,-211.66 187.45,-192.36 136.62,-178.72"/>
|
||||
<polygon fill="black" stroke="black" points="137.32,-175.29 126.75,-176.08 135.51,-182.05 137.32,-175.29"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="274.99" cy="-162" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="274.99" y="-158.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M324.15,-216.76C316.22,-208.1 306.31,-197.25 297.46,-187.57"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="299.98,-185.14 290.65,-180.12 294.81,-189.87 299.98,-185.14"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="348.99" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="348.99" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M357.9,-217.46C368.04,-207.86 379.54,-194.61 384.99,-180 390.59,-165.01 389.7,-159.29 384.99,-144 381.94,-134.06 376.31,-124.31 370.4,-115.93"/>
|
||||
<polygon fill="black" stroke="black" points="373.04,-113.63 364.23,-107.76 367.46,-117.85 373.04,-113.63"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="394.99" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="394.99" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M361.93,-218.31C375.07,-208.82 390.9,-195.4 400.99,-180 419.33,-152.01 418.05,-141.09 422.99,-108 425.36,-92.18 426.84,-87.53 422.99,-72 420.66,-62.61 416.33,-53.04 411.76,-44.67"/>
|
||||
<polygon fill="black" stroke="black" points="414.65,-42.68 406.59,-35.8 408.6,-46.21 414.65,-42.68"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M292.91,-144.05C302.25,-135.22 313.82,-124.27 324.02,-114.62"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="326.64,-116.96 331.5,-107.55 321.83,-111.88 326.64,-116.96"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M360.13,-72.05C365.53,-63.84 372.13,-53.79 378.13,-44.66"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="381.07,-46.55 383.64,-36.28 375.22,-42.71 381.07,-46.55"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_accounts.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:accounts -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:accounts</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="90.98" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:accounts</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:accounts->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:accounts->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:accounts->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M299.03,-362.92C342.29,-350.81 404.4,-333.42 447.83,-321.25"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.94,-324.58 457.62,-318.51 447.05,-317.84 448.94,-324.58"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
211
docs/images/graphs-kmp/dep_graph_feature_auth.svg
Normal file
@ -0,0 +1,211 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="758pt" height="476pt"
|
||||
viewBox="0.00 0.00 757.62 476.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 472)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-472 753.62,-472 753.62,4 -4,4"/>
|
||||
<!-- :feature:auth -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:auth</title>
|
||||
<ellipse fill="none" stroke="black" cx="304.62" cy="-450" rx="71.49" ry="18"/>
|
||||
<text text-anchor="middle" x="304.62" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:auth</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="126.62" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="126.62" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:auth->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M270.2,-433.99C250.57,-424.57 226.07,-411.32 206.62,-396 182.73,-377.19 160.01,-350.8 144.93,-331.64"/>
|
||||
<polygon fill="black" stroke="black" points="147.64,-329.43 138.76,-323.66 142.11,-333.71 147.64,-329.43"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="126.62" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="126.62" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:auth->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M292.67,-431.94C271.36,-401.87 224.86,-337.89 180.62,-288 171.9,-278.17 161.75,-267.94 152.62,-259.11"/>
|
||||
<polygon fill="black" stroke="black" points="154.9,-256.44 145.25,-252.07 150.06,-261.5 154.9,-256.44"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="467.62" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="467.62" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:auth->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M323.63,-432.43C352.66,-407.14 408.13,-358.82 441.1,-330.1"/>
|
||||
<polygon fill="black" stroke="black" points="443.73,-332.45 448.97,-323.24 439.13,-327.17 443.73,-332.45"/>
|
||||
</g>
|
||||
<!-- :core:domain -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:domain</title>
|
||||
<ellipse fill="none" stroke="black" cx="537.62" cy="-378" rx="70.69" ry="18"/>
|
||||
<text text-anchor="middle" x="537.62" y="-374.3" font-family="Times,serif" font-size="14.00">:core:domain</text>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:domain -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:feature:auth->:core:domain</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M348.72,-435.75C387.11,-424.22 442.88,-407.46 483.88,-395.15"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="485.13,-398.42 493.7,-392.19 483.11,-391.72 485.13,-398.42"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M126.62,-287.7C126.62,-279.98 126.62,-270.71 126.62,-262.11"/>
|
||||
<polygon fill="black" stroke="black" points="130.12,-262.1 126.62,-252.1 123.12,-262.1 130.12,-262.1"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="323.62" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="323.62" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M159.59,-293.28C190.63,-282.26 237.55,-265.58 273.27,-252.89"/>
|
||||
<polygon fill="black" stroke="black" points="274.77,-256.07 283.02,-249.42 272.43,-249.47 274.77,-256.07"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="433.62" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="433.62" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M86.87,-297.07C62.04,-289.84 31.95,-276.41 16.62,-252 8.1,-238.45 7.06,-228.84 16.62,-216 58.74,-159.39 261.27,-118.86 367.79,-101.07"/>
|
||||
<polygon fill="black" stroke="black" points="368.5,-104.5 377.79,-99.42 367.36,-97.6 368.5,-104.5"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="479.62" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="479.62" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M85.16,-298.53C57.79,-291.87 23.9,-278.52 6.62,-252 -2.12,-238.59 -2.25,-229.32 6.62,-216 94.43,-84.04 289.16,-40.34 399.42,-25.96"/>
|
||||
<polygon fill="black" stroke="black" points="400.01,-29.42 409.49,-24.7 399.14,-22.47 400.01,-29.42"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M198.38,-221.35C255.25,-211.21 329.35,-195.72 355.62,-180 381.88,-164.28 403.98,-136.72 417.88,-116.43"/>
|
||||
<polygon fill="black" stroke="black" points="420.89,-118.22 423.5,-107.95 415.06,-114.35 420.89,-118.22"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M437.78,-290.5C416.64,-280.22 388.01,-266.3 364.71,-254.97"/>
|
||||
<polygon fill="black" stroke="black" points="365.94,-251.68 355.41,-250.46 362.88,-257.98 365.94,-251.68"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M462.83,-287.63C454.87,-258.47 439.52,-200.82 436.62,-180 433.75,-159.46 433.07,-136 433.06,-118.33"/>
|
||||
<polygon fill="black" stroke="black" points="436.56,-118.18 433.13,-108.15 429.56,-118.13 436.56,-118.18"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M456.91,-288.1C431.59,-247.75 369.44,-146.35 359.62,-108 355.65,-92.5 350.88,-85.41 359.62,-72 371.85,-53.22 392.42,-41.04 413.1,-33.17"/>
|
||||
<polygon fill="black" stroke="black" points="414.3,-36.46 422.58,-29.85 411.99,-29.85 414.3,-36.46"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="526.62" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="526.62" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M474.73,-287.87C484.88,-263.46 503.59,-218.43 515.55,-189.64"/>
|
||||
<polygon fill="black" stroke="black" points="518.87,-190.77 519.47,-180.19 512.4,-188.08 518.87,-190.77"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node10" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="608.62" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="608.62" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M496.83,-290.5C517.53,-280.22 545.57,-266.3 568.38,-254.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="570.08,-258.04 577.48,-250.46 566.97,-251.77 570.08,-258.04"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:data -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>:core:domain->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M521.03,-360.41C512.13,-351.52 501.03,-340.41 491.25,-330.63"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="493.63,-328.07 484.09,-323.47 488.68,-333.02 493.63,-328.07"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:model -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>:core:domain->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M572.71,-362.14C625.41,-337.34 716.42,-283.51 692.62,-216 678.95,-177.25 669.09,-166.36 634.62,-144 595.53,-118.66 544.77,-105.4 504.04,-98.48"/>
|
||||
<polygon fill="black" stroke="black" points="504.34,-94.98 493.91,-96.85 503.23,-101.89 504.34,-94.98"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:common -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>:core:domain->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M590.57,-365.92C653.36,-349.32 749.62,-311.42 749.62,-235 749.62,-235 749.62,-235 749.62,-161 749.62,-73.89 638.18,-40.1 558.49,-27.07"/>
|
||||
<polygon fill="black" stroke="black" points="558.87,-23.59 548.45,-25.51 557.79,-30.51 558.87,-23.59"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M444.75,-72.05C450.15,-63.84 456.75,-53.79 462.75,-44.66"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="465.7,-46.55 468.26,-36.28 459.85,-42.71 465.7,-46.55"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M504.58,-144.41C492.21,-135.1 476.62,-123.37 463.2,-113.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="465.27,-110.45 455.18,-107.23 461.06,-116.04 465.27,-110.45"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M524.39,-143.88C521.7,-125.67 516.4,-96.21 507.62,-72 504.31,-62.9 499.72,-53.42 495.2,-45.03"/>
|
||||
<polygon fill="black" stroke="black" points="498.14,-43.13 490.21,-36.11 492.03,-46.55 498.14,-43.13"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M616.35,-216.07C623.93,-196.65 632.27,-164.84 616.62,-144 602.22,-124.85 545.52,-110.4 498.99,-101.46"/>
|
||||
<polygon fill="black" stroke="black" points="499.41,-97.98 488.94,-99.59 498.13,-104.86 499.41,-97.98"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M620.69,-216.01C632.13,-197.64 646,-167.82 634.62,-144 611.38,-95.41 559.02,-59.67 521.59,-39.13"/>
|
||||
<polygon fill="black" stroke="black" points="522.89,-35.86 512.42,-34.24 519.59,-42.03 522.89,-35.86"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M589.18,-216.41C578.64,-207.41 565.44,-196.14 553.88,-186.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="556.07,-183.54 546.19,-179.71 551.53,-188.87 556.07,-183.54"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_editpassword.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:editpassword -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:editpassword</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="112.38" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:editpassword</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:editpassword->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:editpassword->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:editpassword->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M302.07,-362.07C345.08,-350.03 405.2,-333.19 447.61,-321.32"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.77,-324.63 457.46,-318.56 446.88,-317.89 448.77,-324.63"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_faq.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:faq -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:faq</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:faq</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:faq->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:faq->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.47,-360.43C205.44,-335.45 155.98,-287.99 125.92,-259.16"/>
|
||||
<polygon fill="black" stroke="black" points="128,-256.3 118.36,-251.9 123.15,-261.35 128,-256.3"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:faq->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M292.86,-364.65C336.22,-352.51 402.33,-334 447.87,-321.24"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.86,-324.6 457.55,-318.53 446.98,-317.86 448.86,-324.6"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_finance.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:finance -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:finance</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:finance</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:finance->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:finance->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:finance->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M297.54,-363.34C340.78,-351.23 403.69,-333.61 447.62,-321.31"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.83,-324.61 457.52,-318.54 446.95,-317.87 448.83,-324.61"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_history.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:history -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:history</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:history</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:history->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:history->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:history->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:history->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:history->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:history->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M297.54,-363.34C340.78,-351.23 403.69,-333.61 447.62,-321.31"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.83,-324.61 457.52,-318.54 446.95,-317.87 448.83,-324.61"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_home.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:home -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:home</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:home</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:home->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:home->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:home->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:home->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.47,-360.43C205.44,-335.45 155.98,-287.99 125.92,-259.16"/>
|
||||
<polygon fill="black" stroke="black" points="128,-256.3 118.36,-251.9 123.15,-261.35 128,-256.3"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:home->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:home->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M295.76,-363.83C339.03,-351.72 403.04,-333.8 447.57,-321.33"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.63,-324.66 457.32,-318.6 446.75,-317.92 448.63,-324.66"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_invoices.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:invoices -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:invoices</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:invoices</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:invoices->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:invoices->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:invoices->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M298.43,-363.09C341.63,-350.99 403.96,-333.54 447.59,-321.32"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.74,-324.64 457.42,-318.57 446.85,-317.9 448.74,-324.64"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_kyc.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:kyc -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:kyc</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="65.79" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:kyc</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:kyc->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:kyc->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.47,-360.43C205.44,-335.45 155.98,-287.99 125.92,-259.16"/>
|
||||
<polygon fill="black" stroke="black" points="128,-256.3 118.36,-251.9 123.15,-261.35 128,-256.3"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:kyc->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M292.86,-364.65C336.22,-352.51 402.33,-334 447.87,-321.24"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.86,-324.6 457.55,-318.53 446.98,-317.86 448.86,-324.6"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_make_transfer.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:make-transfer -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:make-transfer</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="115.88" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:make-transfer</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:make-transfer->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:make-transfer->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:make-transfer->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M302.37,-361.98C345.41,-349.93 405.42,-333.13 447.74,-321.28"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.87,-324.6 457.56,-318.53 446.99,-317.86 448.87,-324.6"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_merchants.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:merchants -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:merchants</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="99.38" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:merchants</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:merchants->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:merchants->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:merchants->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M300.24,-362.58C343.34,-350.51 404.51,-333.38 447.53,-321.34"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.55,-324.69 457.24,-318.62 446.66,-317.95 448.55,-324.69"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_notification.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:notification -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:notification</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:notification</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:notification->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:notification->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:notification->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M300.84,-362.41C343.99,-350.33 404.95,-333.26 447.78,-321.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.75,-324.63 457.44,-318.56 446.87,-317.89 448.75,-324.63"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_payments.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:payments -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:payments</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="95.58" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:payments</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:payments->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:payments->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:payments->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M299.63,-362.75C342.81,-350.66 404.45,-333.4 447.68,-321.3"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.74,-324.63 457.43,-318.57 446.86,-317.89 448.74,-324.63"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_profile.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:profile -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:profile</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="79.89" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:profile</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:profile->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:profile->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:profile->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M296.65,-363.59C340.01,-351.44 403.69,-333.61 447.93,-321.23"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.94,-324.58 457.62,-318.51 447.05,-317.84 448.94,-324.58"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_qr.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:qr -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:qr</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="60.39" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:qr</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:qr->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:qr->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.76,-360.71C205.84,-335.83 156.21,-288.22 126.03,-259.26"/>
|
||||
<polygon fill="black" stroke="black" points="128.08,-256.38 118.44,-251.98 123.23,-261.43 128.08,-256.38"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:qr->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M291.15,-365.13C334.37,-353.02 401.43,-334.25 447.57,-321.33"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.69,-324.65 457.37,-318.58 446.8,-317.91 448.69,-324.65"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_receipt.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:receipt -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:receipt</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:receipt</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:receipt->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:receipt->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:receipt->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M297.54,-363.34C340.78,-351.23 403.69,-333.61 447.62,-321.31"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.83,-324.61 457.52,-318.54 446.95,-317.87 448.83,-324.61"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.6 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_request_money.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:request-money -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:request-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="119.68" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:request-money</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:request-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:request-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:request-money->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M302.68,-361.9C345.6,-349.88 405.26,-333.17 447.47,-321.36"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.58,-324.68 457.27,-318.61 446.7,-317.94 448.58,-324.68"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_savedcards.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:savedcards -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:savedcards</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:savedcards</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:savedcards->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:savedcards->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:savedcards->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M300.84,-362.41C343.99,-350.33 404.95,-333.26 447.78,-321.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.75,-324.63 457.44,-318.56 446.87,-317.89 448.75,-324.63"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_send_money.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:send-money -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:send-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="105.88" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:send-money</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:send-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:send-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:send-money->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M301.15,-362.33C344.32,-350.24 405.17,-333.2 447.9,-321.23"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.86,-324.6 457.54,-318.54 446.97,-317.86 448.86,-324.6"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:standing-instruction -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:standing-instruction</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="144.07" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:standing-instruction</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:standing-instruction->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:standing-instruction->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M230.89,-359.87C204.63,-334.68 155.51,-287.55 125.7,-258.94"/>
|
||||
<polygon fill="black" stroke="black" points="127.84,-256.15 118.2,-251.75 122.99,-261.2 127.84,-256.15"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:standing-instruction->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M304.53,-361.38C347.43,-349.37 406.21,-332.91 447.84,-321.25"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.82,-324.61 457.5,-318.55 446.93,-317.87 448.82,-324.61"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.8 KiB |
181
docs/images/graphs-kmp/dep_graph_feature_upi_setup.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :feature:upi-setup -->
|
||||
<g id="node1" class="node">
|
||||
<title>:feature:upi-setup</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="93.68" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:feature:upi-setup</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:feature:upi-setup->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:feature:upi-setup->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:feature:upi-setup->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M299.33,-362.83C342.48,-350.75 404.24,-333.46 447.56,-321.33"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.64,-324.66 457.33,-318.6 446.75,-317.92 448.64,-324.66"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
181
docs/images/graphs-kmp/dep_graph_libs_mifos_passcode.svg
Normal file
@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="798pt" height="404pt"
|
||||
viewBox="0.00 0.00 798.48 404.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 400)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-400 794.48,-400 794.48,4 -4,4"/>
|
||||
<!-- :libs:mifos-passcode -->
|
||||
<g id="node1" class="node">
|
||||
<title>:libs:mifos-passcode</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-378" rx="103.98" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-374.3" font-family="Times,serif" font-size="14.00">:libs:mifos-passcode</text>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="248.74" cy="-306" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="248.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:ui -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M248.74,-359.7C248.74,-351.98 248.74,-342.71 248.74,-334.11"/>
|
||||
<polygon fill="black" stroke="black" points="252.24,-334.1 248.74,-324.1 245.24,-334.1 252.24,-334.1"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="100.74" cy="-234" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="100.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:designsystem -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.18,-360.15C205.03,-335.07 155.74,-287.77 125.81,-259.05"/>
|
||||
<polygon fill="black" stroke="black" points="127.92,-256.22 118.28,-251.82 123.07,-261.27 127.92,-256.22"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="498.74" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="498.74" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:data -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M300.84,-362.41C343.99,-350.33 404.95,-333.26 447.78,-321.27"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="448.75,-324.63 457.44,-318.56 446.87,-317.89 448.75,-324.63"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M220.56,-291.67C198.84,-281.4 168.45,-267.02 143.71,-255.32"/>
|
||||
<polygon fill="black" stroke="black" points="145.07,-252.09 134.53,-250.98 142.07,-258.42 145.07,-252.09"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="373.74" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="373.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M274.04,-290.83C291.98,-280.79 316.35,-267.14 336.5,-255.85"/>
|
||||
<polygon fill="black" stroke="black" points="338.42,-258.79 345.43,-250.85 335,-252.69 338.42,-258.79"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M252.08,-287.79C256.71,-268.11 266.87,-236.04 286.74,-216 348.94,-153.27 447.91,-119.74 511.59,-103.66"/>
|
||||
<polygon fill="black" stroke="black" points="512.62,-107.01 521.49,-101.23 510.95,-100.22 512.62,-107.01"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="572.74" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="572.74" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M247.74,-287.71C247.35,-269.1 248.78,-239.06 259.74,-216 278.76,-175.97 293.19,-170.47 328.74,-144 391.5,-97.27 474.28,-59 525.49,-37.61"/>
|
||||
<polygon fill="black" stroke="black" points="527.08,-40.74 534.98,-33.68 524.4,-34.27 527.08,-40.74"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M123.29,-216.33C152.04,-195.93 204.01,-161.91 253.74,-144 334.96,-114.74 433.71,-101.51 499.62,-95.61"/>
|
||||
<polygon fill="black" stroke="black" points="500.24,-99.07 509.91,-94.72 499.64,-92.09 500.24,-99.07"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M471.93,-289.98C454.21,-280.06 430.75,-266.93 411.21,-255.98"/>
|
||||
<polygon fill="black" stroke="black" points="412.69,-252.8 402.25,-250.97 409.27,-258.91 412.69,-252.8"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M500.7,-287.9C504.59,-257.76 514.89,-193.69 536.74,-144 540.99,-134.33 547.05,-124.53 552.98,-116.04"/>
|
||||
<polygon fill="black" stroke="black" points="555.98,-117.87 559.04,-107.72 550.32,-113.75 555.98,-117.87"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M493.76,-287.97C482.99,-247.73 461.4,-144.68 498.74,-72 505.67,-58.52 517.78,-47.71 530.23,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="532.17,-42.37 538.84,-34.14 528.49,-36.41 532.17,-42.37"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="626.74" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="626.74" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M513.67,-288.43C536.1,-263.56 578.61,-216.4 604.63,-187.53"/>
|
||||
<polygon fill="black" stroke="black" points="607.41,-189.67 611.51,-179.9 602.21,-184.99 607.41,-189.67"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="715.74" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="715.74" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M537.54,-292.49C572.6,-281.17 624.51,-264.43 663.27,-251.93"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="664.38,-255.25 672.82,-248.85 662.23,-248.58 664.38,-255.25"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M572.74,-71.7C572.74,-63.98 572.74,-54.71 572.74,-46.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="576.24,-46.1 572.74,-36.1 569.24,-46.1 576.24,-46.1"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M613.67,-144.05C607.17,-135.63 599.19,-125.28 592,-115.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="594.57,-113.57 585.69,-107.79 589.03,-117.84 594.57,-113.57"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M637.05,-144.07C646.92,-125.5 658.68,-95.24 646.74,-72 639.82,-58.52 627.7,-47.71 615.25,-39.45"/>
|
||||
<polygon fill="black" stroke="black" points="616.99,-36.41 606.64,-34.14 613.31,-42.37 616.99,-36.41"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M721.37,-215.88C726.58,-196.59 731.5,-165.17 716.74,-144 699.77,-119.67 670.31,-106.47 642.44,-99.34"/>
|
||||
<polygon fill="black" stroke="black" points="643.21,-95.92 632.67,-97.05 641.62,-102.74 643.21,-95.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M725.18,-216.05C734.07,-197.73 744.66,-167.94 734.74,-144 713.62,-93 658.45,-57.86 618.35,-38.11"/>
|
||||
<polygon fill="black" stroke="black" points="619.81,-34.93 609.27,-33.78 616.79,-41.25 619.81,-34.93"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M694.65,-216.41C683.01,-207.26 668.39,-195.76 655.69,-185.77"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="657.71,-182.9 647.68,-179.47 653.38,-188.4 657.71,-182.9"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 9.7 KiB |
937
docs/images/graphs-kmp/dep_graph_mifospay_android.svg
Normal file
@ -0,0 +1,937 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="4935pt" height="620pt"
|
||||
viewBox="0.00 0.00 4935.03 620.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 616)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-616 4931.03,-616 4931.03,4 -4,4"/>
|
||||
<!-- :mifospay-android -->
|
||||
<g id="node1" class="node">
|
||||
<title>:mifospay-android</title>
|
||||
<ellipse fill="none" stroke="black" cx="2879.36" cy="-594" rx="94.48" ry="18"/>
|
||||
<text text-anchor="middle" x="2879.36" y="-590.3" font-family="Times,serif" font-size="14.00">:mifospay-android</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared -->
|
||||
<g id="node2" class="node">
|
||||
<title>:mifospay-shared</title>
|
||||
<ellipse fill="none" stroke="black" cx="2707.36" cy="-522" rx="90.18" ry="18"/>
|
||||
<text text-anchor="middle" x="2707.36" y="-518.3" font-family="Times,serif" font-size="14.00">:mifospay-shared</text>
|
||||
</g>
|
||||
<!-- :mifospay-android->:mifospay-shared -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:mifospay-android->:mifospay-shared</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2841.19,-577.46C2815.6,-567.05 2781.73,-553.27 2754.47,-542.17"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2755.71,-538.9 2745.13,-538.37 2753.07,-545.38 2755.71,-538.9"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="3106.36" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="3106.36" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :mifospay-android->:core:data -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:mifospay-android->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2972.15,-590.81C3362.07,-581.18 4850.82,-539.81 4918.36,-468 4936.07,-449.17 4921.18,-373.62 4905.36,-360 4838.6,-302.52 3492.98,-305.19 3173.82,-306.63"/>
|
||||
<polygon fill="black" stroke="black" points="3173.78,-303.13 3163.79,-306.68 3173.81,-310.13 3173.78,-303.13"/>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="2653.36" cy="-378" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="2653.36" y="-374.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :mifospay-android->:core:ui -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:mifospay-android->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2883.07,-575.89C2889.02,-543.41 2896.64,-472.43 2860.36,-432 2812.54,-378.72 2772.23,-415.55 2703.36,-396 2700.89,-395.3 2698.36,-394.55 2695.82,-393.77"/>
|
||||
<polygon fill="black" stroke="black" points="2696.61,-390.35 2686.02,-390.64 2694.48,-397.01 2696.61,-390.35"/>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:data -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:mifospay-shared->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2797.44,-520.49C3201.72,-518 4830.65,-505.62 4867.36,-468 4878.53,-456.55 4876.94,-444.82 4867.36,-432 4833.51,-386.72 4799.12,-413.5 4745.36,-396 4700.04,-381.25 4691.21,-368.69 4644.36,-360 4323.73,-300.51 3500.72,-366.2 3177.36,-324 3171.01,-323.17 3164.4,-322.01 3157.88,-320.67"/>
|
||||
<polygon fill="black" stroke="black" points="3158.28,-317.18 3147.76,-318.46 3156.78,-324.02 3158.28,-317.18"/>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:ui -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:mifospay-shared->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2629.53,-512.84C2601.12,-505.66 2571.72,-492.39 2554.36,-468 2545.08,-454.97 2546.14,-445.73 2554.36,-432 2565.81,-412.88 2586.77,-400.27 2606.46,-392.17"/>
|
||||
<polygon fill="black" stroke="black" points="2607.89,-395.37 2615.98,-388.54 2605.39,-388.83 2607.89,-395.37"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="3384.36" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3384.36" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:network -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:mifospay-shared->:core:network</title>
|
||||
<path fill="none" stroke="black" d="M2797.5,-520.54C3207.8,-518.25 4880.71,-506.56 4918.36,-468 4936.24,-449.69 4921.52,-374.67 4905.36,-360 4798.55,-263.04 3772.76,-240.59 3468.82,-236.04"/>
|
||||
<polygon fill="black" stroke="black" points="3468.79,-232.54 3458.74,-235.9 3468.69,-239.54 3468.79,-232.54"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="2542.36" cy="-306" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="2542.36" y="-302.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:designsystem -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:mifospay-shared->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2616.97,-520.87C2164.34,-519.99 163.98,-513.54 119.36,-468 26.71,-373.44 -222.74,-438.21 485.36,-360 867.48,-317.8 2061.1,-309.09 2431.56,-307.39"/>
|
||||
<polygon fill="black" stroke="black" points="2431.76,-310.89 2441.75,-307.35 2431.73,-303.89 2431.76,-310.89"/>
|
||||
</g>
|
||||
<!-- :core:domain -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:domain</title>
|
||||
<ellipse fill="none" stroke="black" cx="4825.36" cy="-378" rx="70.69" ry="18"/>
|
||||
<text text-anchor="middle" x="4825.36" y="-374.3" font-family="Times,serif" font-size="14.00">:core:domain</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:domain -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:mifospay-shared->:core:domain</title>
|
||||
<path fill="none" stroke="black" d="M2797.44,-520.53C3205.58,-518.16 4863.04,-506.23 4900.36,-468 4911.54,-456.55 4907.72,-446.21 4900.36,-432 4893.27,-418.31 4880.84,-407.4 4868.11,-399.13"/>
|
||||
<polygon fill="black" stroke="black" points="4869.68,-395.99 4859.31,-393.81 4866.06,-401.98 4869.68,-395.99"/>
|
||||
</g>
|
||||
<!-- :feature:auth -->
|
||||
<g id="node8" class="node">
|
||||
<title>:feature:auth</title>
|
||||
<ellipse fill="none" stroke="black" cx="4787.36" cy="-450" rx="71.49" ry="18"/>
|
||||
<text text-anchor="middle" x="4787.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:auth</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:auth -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:mifospay-shared->:feature:auth</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2797.53,-520.8C3135.89,-519.72 4329.88,-512.73 4707.36,-468 4713.99,-467.21 4720.89,-466.14 4727.72,-464.92"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="4728.49,-468.34 4737.66,-463.03 4727.19,-461.46 4728.49,-468.34"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode -->
|
||||
<g id="node9" class="node">
|
||||
<title>:libs:mifos-passcode</title>
|
||||
<ellipse fill="none" stroke="black" cx="2219.36" cy="-450" rx="103.98" ry="18"/>
|
||||
<text text-anchor="middle" x="2219.36" y="-446.3" font-family="Times,serif" font-size="14.00">:libs:mifos-passcode</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:libs:mifos-passcode -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:mifospay-shared->:libs:mifos-passcode</title>
|
||||
<path fill="none" stroke="black" d="M2635.44,-511.03C2559.93,-500.52 2437.76,-483.38 2332.36,-468 2323.42,-466.7 2314.09,-465.32 2304.78,-463.93"/>
|
||||
<polygon fill="black" stroke="black" points="2305.12,-460.45 2294.72,-462.43 2304.09,-467.37 2305.12,-460.45"/>
|
||||
</g>
|
||||
<!-- :feature:home -->
|
||||
<g id="node10" class="node">
|
||||
<title>:feature:home</title>
|
||||
<ellipse fill="none" stroke="black" cx="3720.36" cy="-450" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="3720.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:home</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:home -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:mifospay-shared->:feature:home</title>
|
||||
<path fill="none" stroke="black" d="M2797.43,-520.12C2963.83,-517.56 3330.34,-507.49 3636.36,-468 3643.1,-467.13 3650.11,-466.03 3657.08,-464.81"/>
|
||||
<polygon fill="black" stroke="black" points="3658.02,-468.19 3667.23,-462.94 3656.76,-461.31 3658.02,-468.19"/>
|
||||
</g>
|
||||
<!-- :feature:settings -->
|
||||
<g id="node11" class="node">
|
||||
<title>:feature:settings</title>
|
||||
<ellipse fill="none" stroke="black" cx="4462.36" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="4462.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:settings</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:settings -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:mifospay-shared->:feature:settings</title>
|
||||
<path fill="none" stroke="black" d="M2797.16,-519.83C3096.39,-515.66 4058.06,-500.05 4366.36,-468 4374.65,-467.14 4383.3,-465.98 4391.87,-464.67"/>
|
||||
<polygon fill="black" stroke="black" points="4392.54,-468.11 4401.86,-463.07 4391.43,-461.19 4392.54,-468.11"/>
|
||||
</g>
|
||||
<!-- :feature:faq -->
|
||||
<g id="node12" class="node">
|
||||
<title>:feature:faq</title>
|
||||
<ellipse fill="none" stroke="black" cx="4633.36" cy="-450" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="4633.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:faq</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:faq -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:mifospay-shared->:feature:faq</title>
|
||||
<path fill="none" stroke="black" d="M2797.71,-520.77C3120.04,-519.59 4212.68,-512.34 4559.36,-468 4565.31,-467.24 4571.48,-466.21 4577.6,-465.04"/>
|
||||
<polygon fill="black" stroke="black" points="4578.73,-468.38 4587.82,-462.94 4577.32,-461.52 4578.73,-468.38"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword -->
|
||||
<g id="node13" class="node">
|
||||
<title>:feature:editpassword</title>
|
||||
<ellipse fill="none" stroke="black" cx="240.36" cy="-450" rx="112.38" ry="18"/>
|
||||
<text text-anchor="middle" x="240.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:editpassword</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:editpassword -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:mifospay-shared->:feature:editpassword</title>
|
||||
<path fill="none" stroke="black" d="M2617.11,-520.37C2242.89,-517.56 811.7,-504.6 361.36,-468 350.32,-467.1 338.75,-465.86 327.33,-464.46"/>
|
||||
<polygon fill="black" stroke="black" points="327.71,-460.98 317.34,-463.19 326.82,-467.93 327.71,-460.98"/>
|
||||
</g>
|
||||
<!-- :feature:profile -->
|
||||
<g id="node14" class="node">
|
||||
<title>:feature:profile</title>
|
||||
<ellipse fill="none" stroke="black" cx="450.36" cy="-450" rx="79.89" ry="18"/>
|
||||
<text text-anchor="middle" x="450.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:profile</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:profile -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:mifospay-shared->:feature:profile</title>
|
||||
<path fill="none" stroke="black" d="M2617.06,-520.77C2260.75,-519.56 951.86,-512.14 539.36,-468 531.66,-467.18 523.63,-466.04 515.69,-464.74"/>
|
||||
<polygon fill="black" stroke="black" points="516.14,-461.27 505.7,-463.03 514.96,-468.17 516.14,-461.27"/>
|
||||
</g>
|
||||
<!-- :feature:history -->
|
||||
<g id="node15" class="node">
|
||||
<title>:feature:history</title>
|
||||
<ellipse fill="none" stroke="black" cx="631.36" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="631.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:history</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:history -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:mifospay-shared->:feature:history</title>
|
||||
<path fill="none" stroke="black" d="M2617.08,-520.46C2280.39,-518.16 1098.06,-507.38 723.36,-468 715.44,-467.17 707.17,-466.03 698.98,-464.73"/>
|
||||
<polygon fill="black" stroke="black" points="699.51,-461.27 689.07,-463.09 698.36,-468.18 699.51,-461.27"/>
|
||||
</g>
|
||||
<!-- :feature:payments -->
|
||||
<g id="node16" class="node">
|
||||
<title>:feature:payments</title>
|
||||
<ellipse fill="none" stroke="black" cx="828.36" cy="-450" rx="95.58" ry="18"/>
|
||||
<text text-anchor="middle" x="828.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:payments</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:payments -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:mifospay-shared->:feature:payments</title>
|
||||
<path fill="none" stroke="black" d="M2617.4,-519.87C2304.61,-515.69 1265.39,-499.7 933.36,-468 924.01,-467.11 914.24,-465.9 904.57,-464.54"/>
|
||||
<polygon fill="black" stroke="black" points="904.97,-461.06 894.56,-463.06 903.95,-467.98 904.97,-461.06"/>
|
||||
</g>
|
||||
<!-- :feature:finance -->
|
||||
<g id="node17" class="node">
|
||||
<title>:feature:finance</title>
|
||||
<ellipse fill="none" stroke="black" cx="1025.36" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="1025.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:finance</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:finance -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:mifospay-shared->:feature:finance</title>
|
||||
<path fill="none" stroke="black" d="M2617.5,-519.77C2326.44,-515.52 1411.42,-499.89 1117.36,-468 1109.44,-467.14 1101.17,-465.99 1092.99,-464.68"/>
|
||||
<polygon fill="black" stroke="black" points="1093.52,-461.22 1083.08,-463.03 1092.36,-468.13 1093.52,-461.22"/>
|
||||
</g>
|
||||
<!-- :feature:accounts -->
|
||||
<g id="node18" class="node">
|
||||
<title>:feature:accounts</title>
|
||||
<ellipse fill="none" stroke="black" cx="1217.36" cy="-450" rx="90.98" ry="18"/>
|
||||
<text text-anchor="middle" x="1217.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:accounts</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:accounts -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:mifospay-shared->:feature:accounts</title>
|
||||
<path fill="none" stroke="black" d="M2616.82,-521.62C2394.75,-522.26 1805.58,-518.59 1317.36,-468 1308.64,-467.1 1299.53,-465.9 1290.52,-464.56"/>
|
||||
<polygon fill="black" stroke="black" points="1290.82,-461.07 1280.4,-463 1289.75,-467.99 1290.82,-461.07"/>
|
||||
</g>
|
||||
<!-- :feature:invoices -->
|
||||
<g id="node19" class="node">
|
||||
<title>:feature:invoices</title>
|
||||
<ellipse fill="none" stroke="black" cx="1414.36" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="1414.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:invoices</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:invoices -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>:mifospay-shared->:feature:invoices</title>
|
||||
<path fill="none" stroke="black" d="M2616.95,-521.03C2416.89,-520.22 1921.82,-513.34 1510.36,-468 1502.14,-467.09 1493.55,-465.91 1485.05,-464.6"/>
|
||||
<polygon fill="black" stroke="black" points="1485.56,-461.13 1475.13,-463 1484.44,-468.05 1485.56,-461.13"/>
|
||||
</g>
|
||||
<!-- :feature:kyc -->
|
||||
<g id="node20" class="node">
|
||||
<title>:feature:kyc</title>
|
||||
<ellipse fill="none" stroke="black" cx="1585.36" cy="-450" rx="65.79" ry="18"/>
|
||||
<text text-anchor="middle" x="1585.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:kyc</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:kyc -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>:mifospay-shared->:feature:kyc</title>
|
||||
<path fill="none" stroke="black" d="M2616.79,-521.74C2434.56,-522.06 2010.99,-516.9 1659.36,-468 1653.5,-467.19 1647.43,-466.14 1641.39,-464.96"/>
|
||||
<polygon fill="black" stroke="black" points="1641.81,-461.47 1631.31,-462.87 1640.4,-468.32 1641.81,-461.47"/>
|
||||
</g>
|
||||
<!-- :feature:notification -->
|
||||
<g id="node21" class="node">
|
||||
<title>:feature:notification</title>
|
||||
<ellipse fill="none" stroke="black" cx="1771.36" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="1771.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:notification</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:notification -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>:mifospay-shared->:feature:notification</title>
|
||||
<path fill="none" stroke="black" d="M2619.23,-517.88C2468.1,-511.96 2149.9,-497.02 1882.36,-468 1872.94,-466.98 1863.09,-465.73 1853.32,-464.38"/>
|
||||
<polygon fill="black" stroke="black" points="1853.58,-460.88 1843.19,-462.94 1852.6,-467.81 1853.58,-460.88"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards -->
|
||||
<g id="node22" class="node">
|
||||
<title>:feature:savedcards</title>
|
||||
<ellipse fill="none" stroke="black" cx="1994.36" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="1994.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:savedcards</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:savedcards -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>:mifospay-shared->:feature:savedcards</title>
|
||||
<path fill="none" stroke="black" d="M2623.08,-515.24C2506.66,-506.91 2290.18,-490.03 2106.36,-468 2096.94,-466.87 2087.09,-465.56 2077.31,-464.19"/>
|
||||
<polygon fill="black" stroke="black" points="2077.56,-460.69 2067.17,-462.73 2076.57,-467.61 2077.56,-460.69"/>
|
||||
</g>
|
||||
<!-- :feature:receipt -->
|
||||
<g id="node23" class="node">
|
||||
<title>:feature:receipt</title>
|
||||
<ellipse fill="none" stroke="black" cx="2424.36" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="2424.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:receipt</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:receipt -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>:mifospay-shared->:feature:receipt</title>
|
||||
<path fill="none" stroke="black" d="M2653.13,-507.59C2605.68,-495.85 2536.75,-478.8 2486.97,-466.49"/>
|
||||
<polygon fill="black" stroke="black" points="2487.52,-463.02 2476.97,-464.01 2485.84,-469.81 2487.52,-463.02"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction -->
|
||||
<g id="node24" class="node">
|
||||
<title>:feature:standing-instruction</title>
|
||||
<ellipse fill="none" stroke="black" cx="2707.36" cy="-450" rx="144.07" ry="18"/>
|
||||
<text text-anchor="middle" x="2707.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:standing-instruction</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:standing-instruction -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>:mifospay-shared->:feature:standing-instruction</title>
|
||||
<path fill="none" stroke="black" d="M2707.36,-503.7C2707.36,-495.98 2707.36,-486.71 2707.36,-478.11"/>
|
||||
<polygon fill="black" stroke="black" points="2710.86,-478.1 2707.36,-468.1 2703.86,-478.1 2710.86,-478.1"/>
|
||||
</g>
|
||||
<!-- :feature:request-money -->
|
||||
<g id="node25" class="node">
|
||||
<title>:feature:request-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="3027.36" cy="-450" rx="119.68" ry="18"/>
|
||||
<text text-anchor="middle" x="3027.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:request-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:request-money -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>:mifospay-shared->:feature:request-money</title>
|
||||
<path fill="none" stroke="black" d="M2765.68,-508.24C2818.14,-496.77 2895.51,-479.84 2952.52,-467.37"/>
|
||||
<polygon fill="black" stroke="black" points="2953.54,-470.73 2962.56,-465.17 2952.04,-463.89 2953.54,-470.73"/>
|
||||
</g>
|
||||
<!-- :feature:send-money -->
|
||||
<g id="node26" class="node">
|
||||
<title>:feature:send-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="3271.36" cy="-450" rx="105.88" ry="18"/>
|
||||
<text text-anchor="middle" x="3271.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:send-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:send-money -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>:mifospay-shared->:feature:send-money</title>
|
||||
<path fill="none" stroke="black" d="M2784.51,-512.59C2874.03,-502.67 3026.03,-485.32 3156.36,-468 3165.71,-466.76 3175.49,-465.4 3185.22,-464.01"/>
|
||||
<polygon fill="black" stroke="black" points="3185.92,-467.45 3195.32,-462.56 3184.92,-460.52 3185.92,-467.45"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer -->
|
||||
<g id="node27" class="node">
|
||||
<title>:feature:make-transfer</title>
|
||||
<ellipse fill="none" stroke="black" cx="3511.36" cy="-450" rx="115.88" ry="18"/>
|
||||
<text text-anchor="middle" x="3511.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:make-transfer</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:make-transfer -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>:mifospay-shared->:feature:make-transfer</title>
|
||||
<path fill="none" stroke="black" d="M2792.45,-515.93C2921.2,-507.9 3173.12,-490.8 3386.36,-468 3397.11,-466.85 3408.37,-465.51 3419.53,-464.1"/>
|
||||
<polygon fill="black" stroke="black" points="3420.27,-467.53 3429.75,-462.78 3419.38,-460.59 3420.27,-467.53"/>
|
||||
</g>
|
||||
<!-- :feature:qr -->
|
||||
<g id="node28" class="node">
|
||||
<title>:feature:qr</title>
|
||||
<ellipse fill="none" stroke="black" cx="3874.36" cy="-450" rx="60.39" ry="18"/>
|
||||
<text text-anchor="middle" x="3874.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:qr</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:qr -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>:mifospay-shared->:feature:qr</title>
|
||||
<path fill="none" stroke="black" d="M2796.36,-518.88C3021.69,-513.17 3610.57,-495.95 3804.36,-468 3809.85,-467.21 3815.54,-466.18 3821.2,-465.02"/>
|
||||
<polygon fill="black" stroke="black" points="3822.27,-468.37 3831.29,-462.82 3820.78,-461.53 3822.27,-468.37"/>
|
||||
</g>
|
||||
<!-- :feature:merchants -->
|
||||
<g id="node29" class="node">
|
||||
<title>:feature:merchants</title>
|
||||
<ellipse fill="none" stroke="black" cx="4052.36" cy="-450" rx="99.38" ry="18"/>
|
||||
<text text-anchor="middle" x="4052.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:merchants</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:merchants -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>:mifospay-shared->:feature:merchants</title>
|
||||
<path fill="none" stroke="black" d="M2797.55,-520.58C3001.95,-518.88 3515.89,-510.37 3943.36,-468 3953.08,-467.04 3963.25,-465.78 3973.31,-464.39"/>
|
||||
<polygon fill="black" stroke="black" points="3973.91,-467.84 3983.31,-462.96 3972.92,-460.91 3973.91,-467.84"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup -->
|
||||
<g id="node30" class="node">
|
||||
<title>:feature:upi-setup</title>
|
||||
<ellipse fill="none" stroke="black" cx="4263.36" cy="-450" rx="93.68" ry="18"/>
|
||||
<text text-anchor="middle" x="4263.36" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:upi-setup</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:upi-setup -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>:mifospay-shared->:feature:upi-setup</title>
|
||||
<path fill="none" stroke="black" d="M2797.75,-521.69C3026.51,-522.56 3646.73,-519.54 4160.36,-468 4169.43,-467.09 4178.91,-465.88 4188.3,-464.53"/>
|
||||
<polygon fill="black" stroke="black" points="4189.05,-467.95 4198.42,-463 4188.01,-461.03 4189.05,-467.95"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3149.49,-294.14C3196.49,-282.31 3271.99,-263.3 3324.66,-250.03"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3325.7,-253.38 3334.54,-247.54 3323.99,-246.59 3325.7,-253.38"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node31" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="3220.36" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="3220.36" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M3099.43,-288C3083.9,-246.91 3051.08,-140.6 3096.36,-72 3109.11,-52.68 3130.51,-40.38 3151.97,-32.56"/>
|
||||
<polygon fill="black" stroke="black" points="3153.11,-35.87 3161.48,-29.37 3150.88,-29.23 3153.11,-35.87"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node32" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="3275.36" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="3275.36" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M3125.42,-288.99C3155.31,-263.87 3213.34,-215.11 3247.79,-186.17"/>
|
||||
<polygon fill="black" stroke="black" points="3250.18,-188.72 3255.59,-179.61 3245.68,-183.37 3250.18,-188.72"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node33" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="3170.36" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3170.36" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M3110.92,-288C3118.89,-258.54 3136.06,-196.16 3152.36,-144 3155.04,-135.43 3158.13,-126.14 3160.98,-117.76"/>
|
||||
<polygon fill="black" stroke="black" points="3164.36,-118.71 3164.31,-108.12 3157.74,-116.43 3164.36,-118.71"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node34" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="2956.36" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2956.36" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M3075.64,-290.67C3053.37,-280.27 3022.99,-266.09 2998.46,-254.65"/>
|
||||
<polygon fill="black" stroke="black" points="2999.92,-251.47 2989.38,-250.41 2996.96,-257.81 2999.92,-251.47"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2630.09,-362.33C2614.82,-352.7 2594.58,-339.93 2577.38,-329.09"/>
|
||||
<polygon fill="black" stroke="black" points="2579.04,-325.99 2568.71,-323.62 2575.3,-331.91 2579.04,-325.99"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2658.62,-359.7C2666.22,-333.14 2679.36,-280.61 2679.36,-235 2679.36,-235 2679.36,-235 2679.36,-161 2679.36,-67.44 2985.89,-34.27 3137.48,-23.59"/>
|
||||
<polygon fill="black" stroke="black" points="3137.94,-27.07 3147.68,-22.89 3137.46,-20.08 3137.94,-27.07"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2671.08,-361.38C2706.68,-330.54 2790.28,-260.97 2869.36,-216 2953.23,-168.31 3058.9,-128.69 3120.13,-107.55"/>
|
||||
<polygon fill="black" stroke="black" points="3121.61,-110.75 3129.93,-104.2 3119.34,-104.13 3121.61,-110.75"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M2693.54,-369.54C2731.45,-361.54 2789.18,-346.81 2835.36,-324 2870.91,-306.44 2906.93,-278.34 2930.3,-258.41"/>
|
||||
<polygon fill="black" stroke="black" points="2932.75,-260.92 2938.02,-251.74 2928.17,-255.63 2932.75,-260.92"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M3389.86,-215.9C3394.84,-197.18 3399.82,-166.8 3388.36,-144 3362.92,-93.37 3306.19,-58.06 3265.69,-38.17"/>
|
||||
<polygon fill="black" stroke="black" points="3267.08,-34.96 3256.55,-33.81 3264.06,-41.28 3267.08,-34.96"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3359.35,-216.94C3344.5,-207.4 3325.47,-195.18 3309.28,-184.79"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3310.93,-181.69 3300.63,-179.23 3307.15,-187.58 3310.93,-181.69"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M3385.63,-215.87C3386.11,-195.97 3383.71,-163.39 3365.36,-144 3334.62,-111.52 3286.13,-98.24 3245.2,-93.1"/>
|
||||
<polygon fill="black" stroke="black" points="3245.57,-89.62 3235.25,-91.99 3244.8,-96.58 3245.57,-89.62"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2563.17,-288.25C2606.01,-254.74 2708.33,-179.64 2807.36,-144 2903.08,-109.55 3020.68,-97.46 3095.58,-93.23"/>
|
||||
<polygon fill="black" stroke="black" points="3096.06,-96.71 3105.86,-92.69 3095.69,-89.72 3096.06,-96.71"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:data -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>:core:domain->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M4774.8,-365.38C4763.52,-363.21 4751.58,-361.24 4740.36,-360 4049.72,-283.57 3866.43,-413.4 3177.36,-324 3171.01,-323.18 3164.4,-322.01 3157.88,-320.68"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3158.27,-317.19 3147.76,-318.47 3156.78,-324.02 3158.27,-317.19"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:common -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>:core:domain->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M4766.62,-367.88C4601.19,-341.78 4143.36,-266.71 4143.36,-235 4143.36,-235 4143.36,-235 4143.36,-161 4143.36,-76.47 3530.84,-35.43 3303.75,-23.12"/>
|
||||
<polygon fill="black" stroke="black" points="3303.73,-19.61 3293.56,-22.57 3303.35,-26.6 3303.73,-19.61"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:model -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>:core:domain->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M4767.36,-367.53C4748.86,-364.77 4728.29,-361.97 4709.36,-360 4084.68,-294.95 3895.94,-451.36 3300.36,-252 3243.18,-232.86 3218.87,-230.13 3185.36,-180 3173.22,-161.84 3169.85,-137.06 3169.31,-118.26"/>
|
||||
<polygon fill="black" stroke="black" points="3172.81,-118.23 3169.26,-108.25 3165.81,-118.26 3172.81,-118.23"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:data -->
|
||||
<g id="edge53" class="edge">
|
||||
<title>:feature:auth->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4759.61,-433.22C4720.44,-411.91 4646.05,-374.88 4577.36,-360 4273.2,-294.12 3485.93,-364.46 3177.36,-324 3171.01,-323.17 3164.4,-322 3157.88,-320.67"/>
|
||||
<polygon fill="black" stroke="black" points="3158.28,-317.17 3147.76,-318.45 3156.78,-324.01 3158.28,-317.17"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:ui -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>:feature:auth->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4737.66,-436.96C4727.68,-434.97 4717.23,-433.17 4707.36,-432 4304.5,-384.41 2996.21,-379.55 2709.31,-379.05"/>
|
||||
<polygon fill="black" stroke="black" points="2709.15,-375.55 2699.14,-379.04 2709.14,-382.55 2709.15,-375.55"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:designsystem -->
|
||||
<g id="edge52" class="edge">
|
||||
<title>:feature:auth->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4736.76,-437.15C4727.04,-435.19 4716.92,-433.35 4707.36,-432 4303.09,-374.73 3029.73,-324.77 2650.16,-310.85"/>
|
||||
<polygon fill="black" stroke="black" points="2650.13,-307.35 2640.01,-310.48 2649.87,-314.34 2650.13,-307.35"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:domain -->
|
||||
<g id="edge54" class="edge">
|
||||
<title>:feature:auth->:core:domain</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M4796.56,-432.05C4800.93,-424.01 4806.25,-414.2 4811.12,-405.23"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="4814.29,-406.73 4815.98,-396.28 4808.13,-403.39 4814.29,-406.73"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:data -->
|
||||
<g id="edge57" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2289.27,-436.64C2342.06,-426.86 2416.14,-412.2 2480.36,-396 2533.94,-382.49 2545.19,-370.92 2599.36,-360 2755.42,-328.53 2942.49,-315.12 3039.94,-309.92"/>
|
||||
<polygon fill="black" stroke="black" points="3040.14,-313.42 3049.94,-309.4 3039.77,-306.43 3040.14,-313.42"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:ui -->
|
||||
<g id="edge55" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2294.71,-437.54C2363.05,-427.05 2466.53,-410.93 2556.36,-396 2571.43,-393.49 2587.8,-390.67 2602.73,-388.05"/>
|
||||
<polygon fill="black" stroke="black" points="2603.56,-391.45 2612.8,-386.27 2602.34,-384.56 2603.56,-391.45"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:designsystem -->
|
||||
<g id="edge56" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2255.78,-432.99C2314.95,-406.98 2431.81,-355.6 2496.53,-327.15"/>
|
||||
<polygon fill="black" stroke="black" points="2498.32,-330.18 2506.07,-322.95 2495.5,-323.78 2498.32,-330.18"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:data -->
|
||||
<g id="edge60" class="edge">
|
||||
<title>:feature:home->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3667.52,-437C3570.41,-414.9 3357,-366.18 3177.36,-324 3171.75,-322.68 3165.89,-321.3 3160.05,-319.91"/>
|
||||
<polygon fill="black" stroke="black" points="3160.82,-316.49 3150.28,-317.58 3159.2,-323.3 3160.82,-316.49"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:ui -->
|
||||
<g id="edge58" class="edge">
|
||||
<title>:feature:home->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3667.69,-437.04C3657.35,-435.06 3646.55,-433.25 3636.36,-432 3278.68,-388.13 3185.8,-421.63 2826.36,-396 2786.26,-393.14 2741.04,-388.65 2706.9,-385.01"/>
|
||||
<polygon fill="black" stroke="black" points="2706.99,-381.5 2696.67,-383.91 2706.24,-388.46 2706.99,-381.5"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:designsystem -->
|
||||
<g id="edge59" class="edge">
|
||||
<title>:feature:home->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3667.69,-437.06C3657.35,-435.08 3646.55,-433.26 3636.36,-432 3465.92,-410.9 3025.68,-454.91 2864.36,-396 2839.64,-386.97 2841.36,-370.78 2817.36,-360 2762.67,-335.44 2696.86,-322.25 2643.34,-315.16"/>
|
||||
<polygon fill="black" stroke="black" points="2643.51,-311.66 2633.15,-313.87 2642.63,-318.6 2643.51,-311.66"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:data -->
|
||||
<g id="edge63" class="edge">
|
||||
<title>:feature:settings->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4399.43,-437.43C4388.42,-435.53 4377.07,-433.65 4366.36,-432 4122.26,-394.46 4061.26,-382.97 3815.36,-360 3532.58,-333.58 3458.36,-365.23 3177.36,-324 3171.1,-323.08 3164.59,-321.88 3158.16,-320.53"/>
|
||||
<polygon fill="black" stroke="black" points="3158.69,-317.06 3148.17,-318.32 3157.17,-323.9 3158.69,-317.06"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:ui -->
|
||||
<g id="edge61" class="edge">
|
||||
<title>:feature:settings->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4401.87,-436.87C4390.13,-434.92 4377.89,-433.16 4366.36,-432 3752.38,-370.03 3594.98,-420.12 2978.36,-396 2883.43,-392.29 2773,-386.12 2708.38,-382.32"/>
|
||||
<polygon fill="black" stroke="black" points="2708.22,-378.8 2698.03,-381.71 2707.8,-385.79 2708.22,-378.8"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:designsystem -->
|
||||
<g id="edge62" class="edge">
|
||||
<title>:feature:settings->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4401.87,-436.88C4390.13,-434.93 4377.89,-433.17 4366.36,-432 4217.07,-416.88 3157.82,-446.06 3016.36,-396 2991.55,-387.22 2993.71,-369.97 2969.36,-360 2912.6,-336.76 2752.98,-321.53 2645.8,-313.59"/>
|
||||
<polygon fill="black" stroke="black" points="2645.83,-310.09 2635.6,-312.85 2645.32,-317.07 2645.83,-310.09"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:data -->
|
||||
<g id="edge66" class="edge">
|
||||
<title>:feature:faq->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4586.53,-437.49C4577.54,-435.5 4568.19,-433.56 4559.36,-432 4306.63,-387.21 4242.11,-381.72 3986.36,-360 3627.74,-329.54 3533.76,-374.13 3177.36,-324 3171.1,-323.12 3164.58,-321.94 3158.15,-320.6"/>
|
||||
<polygon fill="black" stroke="black" points="3158.67,-317.13 3148.15,-318.4 3157.17,-323.97 3158.67,-317.13"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:ui -->
|
||||
<g id="edge64" class="edge">
|
||||
<title>:feature:faq->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4587.83,-437.02C4578.47,-434.99 4568.65,-433.16 4559.36,-432 4219.03,-389.39 3359.13,-408.02 3016.36,-396 2906.99,-392.16 2779.16,-385.72 2708.11,-381.97"/>
|
||||
<polygon fill="black" stroke="black" points="2708.22,-378.47 2698.05,-381.43 2707.85,-385.46 2708.22,-378.47"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:designsystem -->
|
||||
<g id="edge65" class="edge">
|
||||
<title>:feature:faq->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4587.39,-437.21C4578.16,-435.19 4568.49,-433.32 4559.36,-432 4556.36,-431.57 3057.55,-338.86 2645.89,-313.4"/>
|
||||
<polygon fill="black" stroke="black" points="2645.98,-309.9 2635.78,-312.78 2645.54,-316.89 2645.98,-309.9"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:data -->
|
||||
<g id="edge69" class="edge">
|
||||
<title>:feature:editpassword->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M318.34,-436.95C332.62,-435.05 347.42,-433.29 361.36,-432 635.48,-406.56 2646.99,-325.37 3039.91,-309.65"/>
|
||||
<polygon fill="black" stroke="black" points="3040.13,-313.14 3049.98,-309.25 3039.85,-306.15 3040.13,-313.14"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:ui -->
|
||||
<g id="edge67" class="edge">
|
||||
<title>:feature:editpassword->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M317.02,-436.82C331.7,-434.89 346.98,-433.15 361.36,-432 1148.78,-368.94 1348.7,-417.03 2138.36,-396 2305.79,-391.54 2503.79,-384.51 2598.08,-381.06"/>
|
||||
<polygon fill="black" stroke="black" points="2598.38,-384.55 2608.24,-380.68 2598.12,-377.55 2598.38,-384.55"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:designsystem -->
|
||||
<g id="edge68" class="edge">
|
||||
<title>:feature:editpassword->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M299.25,-434.64C387.37,-413.87 559.05,-376.17 707.36,-360 1044.35,-323.26 2088.33,-310.98 2431.66,-307.88"/>
|
||||
<polygon fill="black" stroke="black" points="2431.89,-311.38 2441.86,-307.79 2431.83,-304.38 2431.89,-311.38"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:data -->
|
||||
<g id="edge72" class="edge">
|
||||
<title>:feature:profile->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M505.69,-436.96C516.79,-434.96 528.41,-433.16 539.36,-432 627.72,-422.63 2056.19,-429.82 2138.36,-396 2159.87,-387.15 2155,-369.22 2176.36,-360 2215.89,-342.93 2833.62,-317.57 3039.89,-309.54"/>
|
||||
<polygon fill="black" stroke="black" points="3040.12,-313.03 3049.98,-309.14 3039.85,-306.03 3040.12,-313.03"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:ui -->
|
||||
<g id="edge70" class="edge">
|
||||
<title>:feature:profile->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M505.69,-436.95C516.79,-434.95 528.41,-433.16 539.36,-432 901.21,-393.73 1812.64,-406.48 2176.36,-396 2329.14,-391.6 2509.38,-384.71 2598.2,-381.21"/>
|
||||
<polygon fill="black" stroke="black" points="2598.46,-384.7 2608.32,-380.81 2598.19,-377.71 2598.46,-384.7"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:designsystem -->
|
||||
<g id="edge71" class="edge">
|
||||
<title>:feature:profile->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M504,-436.55C593.73,-416.34 780.22,-376.94 940.36,-360 1230.32,-329.34 2119.03,-313.36 2431.94,-308.57"/>
|
||||
<polygon fill="black" stroke="black" points="2432.44,-312.07 2442.38,-308.41 2432.33,-305.07 2432.44,-312.07"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:data -->
|
||||
<g id="edge75" class="edge">
|
||||
<title>:feature:history->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M689.07,-436.9C700.39,-434.93 712.21,-433.16 723.36,-432 883.98,-415.28 2027.09,-457.63 2176.36,-396 2197.86,-387.12 2193.01,-369.25 2214.36,-360 2252.09,-343.65 2839.4,-318.02 3039.89,-309.7"/>
|
||||
<polygon fill="black" stroke="black" points="3040.14,-313.2 3049.99,-309.28 3039.85,-306.2 3040.14,-313.2"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:ui -->
|
||||
<g id="edge73" class="edge">
|
||||
<title>:feature:history->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M689.07,-436.89C700.39,-434.93 712.21,-433.16 723.36,-432 1053.02,-397.78 1883.09,-406.41 2214.36,-396 2352.35,-391.66 2514.68,-384.96 2597.94,-381.41"/>
|
||||
<polygon fill="black" stroke="black" points="2598.34,-384.89 2608.18,-380.97 2598.04,-377.9 2598.34,-384.89"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:designsystem -->
|
||||
<g id="edge74" class="edge">
|
||||
<title>:feature:history->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M692.2,-437.57C702.59,-435.67 713.28,-433.75 723.36,-432 772.38,-423.48 1115.85,-364.97 1165.36,-360 1634.18,-312.97 2196.64,-306.94 2431.19,-306.65"/>
|
||||
<polygon fill="black" stroke="black" points="2431.43,-310.15 2441.43,-306.64 2431.43,-303.15 2431.43,-310.15"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:data -->
|
||||
<g id="edge78" class="edge">
|
||||
<title>:feature:payments->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M894.28,-436.96C907.2,-434.99 920.67,-433.2 933.36,-432 1075.12,-418.59 2082.84,-450.56 2214.36,-396 2235.85,-387.09 2231.02,-369.28 2252.36,-360 2288.31,-344.37 2845.66,-318.48 3040.07,-309.88"/>
|
||||
<polygon fill="black" stroke="black" points="3040.32,-313.37 3050.16,-309.43 3040.01,-306.38 3040.32,-313.37"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:ui -->
|
||||
<g id="edge76" class="edge">
|
||||
<title>:feature:payments->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M894.28,-436.95C907.2,-434.98 920.67,-433.19 933.36,-432 1517.22,-377.01 1666.27,-416.42 2252.36,-396 2375.99,-391.69 2520.99,-385.18 2598.27,-381.6"/>
|
||||
<polygon fill="black" stroke="black" points="2598.44,-385.09 2608.26,-381.13 2598.11,-378.1 2598.44,-385.09"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:designsystem -->
|
||||
<g id="edge77" class="edge">
|
||||
<title>:feature:payments->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M898.1,-437.64C909.87,-435.75 921.96,-433.81 933.36,-432 1036.42,-415.66 1063.23,-417.38 1165.36,-396 1226.56,-383.19 1239.54,-369.39 1301.36,-360 1517.67,-327.15 2170.75,-313.08 2432.3,-308.65"/>
|
||||
<polygon fill="black" stroke="black" points="2432.63,-312.15 2442.57,-308.48 2432.52,-305.15 2432.63,-312.15"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:data -->
|
||||
<g id="edge81" class="edge">
|
||||
<title>:feature:finance->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1083.07,-436.96C1094.4,-434.99 1106.22,-433.2 1117.36,-432 1242.81,-418.5 2135.9,-444.56 2252.36,-396 2273.83,-387.05 2269.04,-369.31 2290.36,-360 2324.51,-345.09 2851.79,-318.97 3040.13,-310.07"/>
|
||||
<polygon fill="black" stroke="black" points="3040.35,-313.57 3050.17,-309.6 3040.02,-306.57 3040.35,-313.57"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:ui -->
|
||||
<g id="edge79" class="edge">
|
||||
<title>:feature:finance->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1083.07,-436.95C1094.4,-434.98 1106.22,-433.19 1117.36,-432 1635.97,-376.45 1769.17,-416.2 2290.36,-396 2399.57,-391.77 2527.19,-385.48 2598.31,-381.85"/>
|
||||
<polygon fill="black" stroke="black" points="2598.57,-385.35 2608.38,-381.34 2598.21,-378.35 2598.57,-385.35"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:designsystem -->
|
||||
<g id="edge80" class="edge">
|
||||
<title>:feature:finance->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1086.13,-437.59C1160.96,-423.51 1280.72,-400.81 1301.36,-396 1360.16,-382.3 1372.73,-369.5 1432.36,-360 1622.65,-329.69 2191.81,-314.41 2432.72,-309.16"/>
|
||||
<polygon fill="black" stroke="black" points="2432.97,-312.66 2442.9,-308.94 2432.82,-305.66 2432.97,-312.66"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:data -->
|
||||
<g id="edge84" class="edge">
|
||||
<title>:feature:accounts->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1280.4,-436.99C1292.62,-435.03 1305.36,-433.24 1317.36,-432 1424.97,-420.91 2190.62,-437.9 2290.36,-396 2311.81,-386.99 2307.05,-369.34 2328.36,-360 2392.6,-331.83 2862.72,-314.54 3039.45,-308.97"/>
|
||||
<polygon fill="black" stroke="black" points="3039.77,-312.46 3049.65,-308.65 3039.55,-305.47 3039.77,-312.46"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:ui -->
|
||||
<g id="edge82" class="edge">
|
||||
<title>:feature:accounts->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1280.4,-436.98C1292.62,-435.02 1305.36,-433.23 1317.36,-432 1764.64,-386.22 1879.17,-415.74 2328.36,-396 2423.27,-391.83 2533.7,-385.8 2598.33,-382.16"/>
|
||||
<polygon fill="black" stroke="black" points="2598.9,-385.63 2608.69,-381.57 2598.5,-378.64 2598.9,-385.63"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:designsystem -->
|
||||
<g id="edge83" class="edge">
|
||||
<title>:feature:accounts->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1269.13,-435.07C1346.6,-414.85 1497.61,-377.84 1628.36,-360 1916.34,-320.71 2259.25,-310.51 2431.68,-307.89"/>
|
||||
<polygon fill="black" stroke="black" points="2431.84,-311.38 2441.78,-307.74 2431.73,-304.38 2431.84,-311.38"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:data -->
|
||||
<g id="edge87" class="edge">
|
||||
<title>:feature:invoices->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1475.13,-437C1486.78,-435.05 1498.92,-433.26 1510.36,-432 1600.79,-422.05 2244.61,-431.53 2328.36,-396 2349.78,-386.92 2345.07,-369.38 2366.36,-360 2427.07,-333.25 2869.41,-315.23 3039.75,-309.21"/>
|
||||
<polygon fill="black" stroke="black" points="3039.97,-312.71 3049.84,-308.86 3039.72,-305.71 3039.97,-312.71"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:ui -->
|
||||
<g id="edge85" class="edge">
|
||||
<title>:feature:invoices->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1475.13,-436.98C1486.78,-435.03 1498.92,-433.25 1510.36,-432 1888.89,-390.71 1986.07,-415.26 2366.36,-396 2447.24,-391.9 2540.89,-386.17 2598.63,-382.52"/>
|
||||
<polygon fill="black" stroke="black" points="2598.87,-386.01 2608.63,-381.89 2598.43,-379.03 2598.87,-386.01"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:designsystem -->
|
||||
<g id="edge86" class="edge">
|
||||
<title>:feature:invoices->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1465.91,-435.33C1543.05,-415.44 1693.37,-378.84 1823.36,-360 2038.32,-328.85 2292.23,-315.58 2433.51,-310.26"/>
|
||||
<polygon fill="black" stroke="black" points="2434.04,-313.74 2443.9,-309.87 2433.78,-306.75 2434.04,-313.74"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:data -->
|
||||
<g id="edge90" class="edge">
|
||||
<title>:feature:kyc->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1631.31,-437.13C1640.55,-435.12 1650.22,-433.27 1659.36,-432 1815.17,-410.31 2221.75,-457.93 2366.36,-396 2387.75,-386.84 2383.09,-369.42 2404.36,-360 2461.5,-334.7 2875.35,-316 3039.52,-309.5"/>
|
||||
<polygon fill="black" stroke="black" points="3040.11,-312.98 3049.97,-309.09 3039.84,-305.98 3040.11,-312.98"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:ui -->
|
||||
<g id="edge88" class="edge">
|
||||
<title>:feature:kyc->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1631.31,-437.11C1640.54,-435.1 1650.22,-433.26 1659.36,-432 1987.75,-386.71 2073.42,-415.29 2404.36,-396 2471.33,-392.1 2548.38,-386.7 2598.81,-383.04"/>
|
||||
<polygon fill="black" stroke="black" points="2599.13,-386.52 2608.85,-382.31 2598.62,-379.54 2599.13,-386.52"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:designsystem -->
|
||||
<g id="edge89" class="edge">
|
||||
<title>:feature:kyc->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1633.48,-437.74C1642.09,-435.78 1650.98,-433.8 1659.36,-432 1818.89,-397.73 1858,-384.25 2019.36,-360 2165.15,-338.09 2335.19,-322.72 2440.83,-314.37"/>
|
||||
<polygon fill="black" stroke="black" points="2441.16,-317.86 2450.85,-313.59 2440.61,-310.88 2441.16,-317.86"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:data -->
|
||||
<g id="edge93" class="edge">
|
||||
<title>:feature:notification->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1843.19,-437.11C1856.2,-435.21 1869.67,-433.41 1882.36,-432 1997.93,-419.19 2297.89,-442.73 2404.36,-396 2425.66,-386.65 2421.11,-369.47 2442.36,-360 2496.01,-336.1 2882.71,-316.76 3040.04,-309.79"/>
|
||||
<polygon fill="black" stroke="black" points="3040.23,-313.28 3050.06,-309.35 3039.92,-306.29 3040.23,-313.28"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:ui -->
|
||||
<g id="edge91" class="edge">
|
||||
<title>:feature:notification->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1843.19,-437.06C1856.2,-435.16 1869.66,-433.38 1882.36,-432 2130.31,-405.1 2193.61,-414.02 2442.36,-396 2495.69,-392.14 2556.56,-387.17 2599.17,-383.61"/>
|
||||
<polygon fill="black" stroke="black" points="2599.65,-387.08 2609.33,-382.76 2599.07,-380.11 2599.65,-387.08"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:designsystem -->
|
||||
<g id="edge92" class="edge">
|
||||
<title>:feature:notification->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1831.77,-435.41C1914.48,-417.04 2067.74,-383.84 2199.36,-360 2286.25,-344.26 2386.05,-329.18 2455.52,-319.15"/>
|
||||
<polygon fill="black" stroke="black" points="2456.14,-322.6 2465.54,-317.71 2455.14,-315.67 2456.14,-322.6"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:data -->
|
||||
<g id="edge96" class="edge">
|
||||
<title>:feature:savedcards->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2067.79,-437.38C2080.63,-435.49 2093.88,-433.62 2106.36,-432 2255.31,-412.73 2306,-458.96 2442.36,-396 2463.48,-386.25 2459.13,-369.52 2480.36,-360 2578.67,-315.93 2898.05,-308.31 3038.75,-307.13"/>
|
||||
<polygon fill="black" stroke="black" points="3039,-310.63 3048.97,-307.06 3038.94,-303.63 3039,-310.63"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:ui -->
|
||||
<g id="edge94" class="edge">
|
||||
<title>:feature:savedcards->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2067.48,-437.31C2080.42,-435.41 2093.77,-433.56 2106.36,-432 2272.08,-411.46 2314.15,-412.17 2480.36,-396 2520.24,-392.12 2565.28,-387.69 2599.41,-384.33"/>
|
||||
<polygon fill="black" stroke="black" points="2600.03,-387.79 2609.63,-383.32 2599.34,-380.82 2600.03,-387.79"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:designsystem -->
|
||||
<g id="edge95" class="edge">
|
||||
<title>:feature:savedcards->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2049.41,-434.73C2151.4,-408.31 2369.21,-351.87 2477.9,-323.7"/>
|
||||
<polygon fill="black" stroke="black" points="2478.95,-327.05 2487.75,-321.15 2477.19,-320.27 2478.95,-327.05"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:data -->
|
||||
<g id="edge99" class="edge">
|
||||
<title>:feature:receipt->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2486.59,-437.98C2544.01,-427.66 2631.58,-411.54 2707.36,-396 2830.95,-370.65 2975.3,-337.59 3051.98,-319.75"/>
|
||||
<polygon fill="black" stroke="black" points="3052.94,-323.12 3061.89,-317.44 3051.35,-316.3 3052.94,-323.12"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:ui -->
|
||||
<g id="edge97" class="edge">
|
||||
<title>:feature:receipt->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2470.43,-434.92C2510.76,-422.59 2568.99,-404.79 2608.86,-392.6"/>
|
||||
<polygon fill="black" stroke="black" points="2610.03,-395.9 2618.57,-389.63 2607.99,-389.21 2610.03,-395.9"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:designsystem -->
|
||||
<g id="edge98" class="edge">
|
||||
<title>:feature:receipt->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2438.36,-432.15C2458.92,-407.41 2497.42,-361.08 2521.37,-332.25"/>
|
||||
<polygon fill="black" stroke="black" points="2524.31,-334.2 2528.01,-324.27 2518.93,-329.72 2524.31,-334.2"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:data -->
|
||||
<g id="edge102" class="edge">
|
||||
<title>:feature:standing-instruction->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2822.57,-439.11C2925.49,-429.26 3062.96,-413.15 3082.36,-396 3099.64,-380.73 3105.07,-354.45 3106.51,-334.39"/>
|
||||
<polygon fill="black" stroke="black" points="3110.02,-334.43 3106.95,-324.28 3103.02,-334.12 3110.02,-334.43"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:ui -->
|
||||
<g id="edge100" class="edge">
|
||||
<title>:feature:standing-instruction->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2694.29,-432.05C2687.62,-423.42 2679.4,-412.76 2672.08,-403.27"/>
|
||||
<polygon fill="black" stroke="black" points="2674.82,-401.09 2665.94,-395.31 2669.28,-405.36 2674.82,-401.09"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:designsystem -->
|
||||
<g id="edge101" class="edge">
|
||||
<title>:feature:standing-instruction->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2661.2,-432.92C2640.69,-424.21 2617.2,-411.92 2599.36,-396 2579.69,-378.44 2564.14,-352.55 2554.28,-333.21"/>
|
||||
<polygon fill="black" stroke="black" points="2557.33,-331.48 2549.78,-324.04 2551.05,-334.56 2557.33,-331.48"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:data -->
|
||||
<g id="edge105" class="edge">
|
||||
<title>:feature:request-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3075.54,-433.28C3092.82,-425.05 3110.46,-413.03 3120.36,-396 3131.42,-376.97 3126.09,-351.97 3119.05,-333.31"/>
|
||||
<polygon fill="black" stroke="black" points="3122.23,-331.84 3115.17,-323.94 3115.76,-334.52 3122.23,-331.84"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:ui -->
|
||||
<g id="edge103" class="edge">
|
||||
<title>:feature:request-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2941.95,-437.32C2878.29,-427.96 2789.42,-413.52 2712.36,-396 2707.67,-394.93 2702.8,-393.71 2697.96,-392.43"/>
|
||||
<polygon fill="black" stroke="black" points="2698.7,-389 2688.13,-389.73 2696.85,-395.75 2698.7,-389"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:designsystem -->
|
||||
<g id="edge104" class="edge">
|
||||
<title>:feature:request-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2941.62,-437.41C2873.23,-427.28 2783.59,-411.77 2750.36,-396 2727.84,-385.32 2729.19,-372.03 2707.36,-360 2678.12,-343.88 2643.24,-331.78 2613.09,-323.24"/>
|
||||
<polygon fill="black" stroke="black" points="2613.63,-319.76 2603.06,-320.48 2611.77,-326.51 2613.63,-319.76"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:data -->
|
||||
<g id="edge108" class="edge">
|
||||
<title>:feature:send-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3251.78,-432.15C3222.27,-406.76 3166.31,-358.6 3133.08,-329.99"/>
|
||||
<polygon fill="black" stroke="black" points="3135.01,-327.04 3125.15,-323.17 3130.44,-332.35 3135.01,-327.04"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:ui -->
|
||||
<g id="edge106" class="edge">
|
||||
<title>:feature:send-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3196.28,-437.26C3183,-435.36 3169.29,-433.53 3156.36,-432 2976.46,-410.75 2929.96,-419.66 2750.36,-396 2735.07,-393.99 2718.52,-391.28 2703.49,-388.62"/>
|
||||
<polygon fill="black" stroke="black" points="2703.82,-385.13 2693.36,-386.8 2702.58,-392.02 2703.82,-385.13"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:designsystem -->
|
||||
<g id="edge107" class="edge">
|
||||
<title>:feature:send-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3195.96,-437.31C3182.78,-435.42 3169.18,-433.57 3156.36,-432 2993.25,-411.98 2940.6,-457.89 2788.36,-396 2764.63,-386.35 2766.24,-371.51 2743.36,-360 2706.52,-341.46 2662.51,-328.91 2625.08,-320.7"/>
|
||||
<polygon fill="black" stroke="black" points="2625.72,-317.25 2615.21,-318.6 2624.26,-324.1 2625.72,-317.25"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:data -->
|
||||
<g id="edge111" class="edge">
|
||||
<title>:feature:make-transfer->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3466.47,-433.26C3389.05,-406.12 3231.19,-350.77 3152.74,-323.26"/>
|
||||
<polygon fill="black" stroke="black" points="3153.72,-319.9 3143.13,-319.89 3151.41,-326.5 3153.72,-319.9"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:ui -->
|
||||
<g id="edge109" class="edge">
|
||||
<title>:feature:make-transfer->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3430.44,-437.09C3415.79,-435.19 3400.64,-433.4 3386.36,-432 3121.37,-406.04 3053.47,-420.65 2788.36,-396 2760.97,-393.45 2730.56,-389.71 2705.55,-386.38"/>
|
||||
<polygon fill="black" stroke="black" points="2705.92,-382.9 2695.54,-385.03 2704.98,-389.83 2705.92,-382.9"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:designsystem -->
|
||||
<g id="edge110" class="edge">
|
||||
<title>:feature:make-transfer->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3430.1,-437.1C3415.55,-435.21 3400.52,-433.42 3386.36,-432 3262.28,-419.59 2942.88,-440.41 2826.36,-396 2802.1,-386.75 2803.83,-371.09 2780.36,-360 2735.08,-338.6 2680.83,-325.66 2635.56,-317.93"/>
|
||||
<polygon fill="black" stroke="black" points="2635.89,-314.44 2625.45,-316.26 2634.75,-321.34 2635.89,-314.44"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:data -->
|
||||
<g id="edge114" class="edge">
|
||||
<title>:feature:qr->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3829.62,-437.79C3821.24,-435.79 3812.55,-433.78 3804.36,-432 3638.08,-395.91 3596.17,-388.09 3428.36,-360 3317.21,-341.4 3288.06,-345.14 3177.36,-324 3171.54,-322.89 3165.47,-321.61 3159.45,-320.28"/>
|
||||
<polygon fill="black" stroke="black" points="3159.93,-316.8 3149.4,-317.98 3158.37,-323.62 3159.93,-316.8"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:ui -->
|
||||
<g id="edge112" class="edge">
|
||||
<title>:feature:qr->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3831.68,-437.2C3822.72,-435.13 3813.28,-433.24 3804.36,-432 3390.26,-374.38 3281.71,-420.79 2864.36,-396 2810.98,-392.83 2750.12,-387.77 2707.52,-384"/>
|
||||
<polygon fill="black" stroke="black" points="2707.64,-380.49 2697.37,-383.09 2707.02,-387.46 2707.64,-380.49"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:designsystem -->
|
||||
<g id="edge113" class="edge">
|
||||
<title>:feature:qr->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3831.68,-437.21C3822.72,-435.14 3813.28,-433.25 3804.36,-432 3605.69,-404.19 3091.02,-464.18 2902.36,-396 2877.61,-387.06 2879.48,-370.5 2855.36,-360 2790.26,-331.65 2711.42,-318.41 2649.15,-312.26"/>
|
||||
<polygon fill="black" stroke="black" points="2649.19,-308.75 2638.91,-311.29 2648.53,-315.71 2649.19,-308.75"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:data -->
|
||||
<g id="edge117" class="edge">
|
||||
<title>:feature:merchants->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3988.32,-436.21C3892.07,-417.35 3704.24,-381.95 3543.36,-360 3381.41,-337.91 3338.55,-351.09 3177.36,-324 3171.43,-323 3165.27,-321.79 3159.15,-320.48"/>
|
||||
<polygon fill="black" stroke="black" points="3159.49,-316.97 3148.97,-318.2 3157.96,-323.8 3159.49,-316.97"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:ui -->
|
||||
<g id="edge115" class="edge">
|
||||
<title>:feature:merchants->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3983.32,-436.95C3970.09,-435.01 3956.32,-433.23 3943.36,-432 3482.49,-388.25 3364.69,-419.77 2902.36,-396 2835.36,-392.56 2758.32,-387.06 2707.89,-383.25"/>
|
||||
<polygon fill="black" stroke="black" points="2708.1,-379.76 2697.86,-382.49 2707.57,-386.74 2708.1,-379.76"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:designsystem -->
|
||||
<g id="edge116" class="edge">
|
||||
<title>:feature:merchants->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3983.32,-436.97C3970.09,-435.02 3956.32,-433.24 3943.36,-432 3832.35,-421.39 3045.31,-433.69 2940.36,-396 2915.6,-387.11 2917.58,-370.29 2893.36,-360 2816.86,-327.5 2723.55,-314.53 2652.37,-309.54"/>
|
||||
<polygon fill="black" stroke="black" points="2652.24,-306.02 2642.03,-308.86 2651.78,-313.01 2652.24,-306.02"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:data -->
|
||||
<g id="edge120" class="edge">
|
||||
<title>:feature:upi-setup->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4195.24,-437.58C4183.61,-435.68 4171.64,-433.76 4160.36,-432 3942.87,-398.08 3889.16,-384.03 3670.36,-360 3451.98,-336.01 3394.46,-357.69 3177.36,-324 3171.19,-323.04 3164.78,-321.83 3158.43,-320.48"/>
|
||||
<polygon fill="black" stroke="black" points="3159.08,-317.04 3148.56,-318.29 3157.56,-323.88 3159.08,-317.04"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:ui -->
|
||||
<g id="edge118" class="edge">
|
||||
<title>:feature:upi-setup->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4198.7,-436.97C4186.03,-435 4172.81,-433.21 4160.36,-432 3620.43,-379.71 3482.28,-420.04 2940.36,-396 2859.45,-392.41 2765.81,-386.54 2708.08,-382.73"/>
|
||||
<polygon fill="black" stroke="black" points="2708.29,-379.23 2698.08,-382.06 2707.82,-386.22 2708.29,-379.23"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:designsystem -->
|
||||
<g id="edge119" class="edge">
|
||||
<title>:feature:upi-setup->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4198.7,-436.98C4186.03,-435 4172.81,-433.21 4160.36,-432 4029.58,-419.27 3102.14,-440.07 2978.36,-396 2953.57,-387.17 2955.65,-370.11 2931.36,-360 2880.84,-338.97 2740.66,-323.47 2643.17,-314.84"/>
|
||||
<polygon fill="black" stroke="black" points="2643.25,-311.33 2632.98,-313.95 2642.64,-318.3 2643.25,-311.33"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M3269.87,-143.77C3264,-125.72 3254.2,-96.61 3244.36,-72 3240.82,-63.14 3236.62,-53.6 3232.74,-45.1"/>
|
||||
<polygon fill="black" stroke="black" points="3235.91,-43.62 3228.54,-36.02 3229.56,-46.56 3235.91,-43.62"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3251.01,-144.76C3236.59,-135.15 3218.16,-122.87 3202.55,-112.46"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3204.48,-109.54 3194.22,-106.91 3200.6,-115.37 3204.48,-109.54"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3182.46,-72.05C3188.48,-63.63 3195.87,-53.28 3202.53,-43.97"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3205.4,-45.96 3208.37,-35.79 3199.71,-41.89 3205.4,-45.96"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 60 KiB |
949
docs/images/graphs-kmp/dep_graph_mifospay_desktop.svg
Normal file
@ -0,0 +1,949 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="4987pt" height="620pt"
|
||||
viewBox="0.00 0.00 4987.00 620.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 616)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-616 4983,-616 4983,4 -4,4"/>
|
||||
<!-- :mifospay-desktop -->
|
||||
<g id="node1" class="node">
|
||||
<title>:mifospay-desktop</title>
|
||||
<ellipse fill="none" stroke="black" cx="114" cy="-594" rx="94.78" ry="18"/>
|
||||
<text text-anchor="middle" x="114" y="-590.3" font-family="Times,serif" font-size="14.00">:mifospay-desktop</text>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="2124" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="2124" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :mifospay-desktop->:core:common -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:mifospay-desktop->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M87.85,-576.57C54.19,-553.16 0,-506.8 0,-451 0,-451 0,-451 0,-161 0,-5.23 184.82,-94.23 339,-72 672.94,-23.85 1729.33,-19.26 2038.32,-18.97"/>
|
||||
<polygon fill="black" stroke="black" points="2038.56,-22.47 2048.56,-18.96 2038.56,-15.47 2038.56,-22.47"/>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="1967" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="1967" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :mifospay-desktop->:core:data -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:mifospay-desktop->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M114.31,-575.9C115.71,-544.34 122.68,-476.16 156,-432 174.96,-406.87 190.27,-412.62 217,-396 241.81,-380.57 244.14,-368.78 272,-360 428.87,-310.54 1603.52,-307.04 1899.47,-306.95"/>
|
||||
<polygon fill="black" stroke="black" points="1899.62,-310.45 1909.62,-306.95 1899.62,-303.45 1899.62,-310.45"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="2217" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2217" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :mifospay-desktop->:core:model -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:mifospay-desktop->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M101.17,-576.14C71.11,-534.47 2.62,-425.27 57,-360 454.07,116.64 818.86,-207.1 1436,-144 1695.34,-117.48 2004.54,-100.95 2143.26,-94.32"/>
|
||||
<polygon fill="black" stroke="black" points="2143.53,-97.81 2153.35,-93.84 2143.2,-90.82 2143.53,-97.81"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="2402" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="2402" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :mifospay-desktop->:core:datastore -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:mifospay-desktop->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M208.73,-592.79C887.06,-590.99 4979,-574.99 4979,-451 4979,-451 4979,-451 4979,-305 4979,-177.85 2952.45,-164.54 2493.6,-163.16"/>
|
||||
<polygon fill="black" stroke="black" points="2493.39,-159.66 2483.38,-163.13 2493.37,-166.66 2493.39,-159.66"/>
|
||||
</g>
|
||||
<!-- :mifospay-shared -->
|
||||
<g id="node6" class="node">
|
||||
<title>:mifospay-shared</title>
|
||||
<ellipse fill="none" stroke="black" cx="2536" cy="-522" rx="90.18" ry="18"/>
|
||||
<text text-anchor="middle" x="2536" y="-518.3" font-family="Times,serif" font-size="14.00">:mifospay-shared</text>
|
||||
</g>
|
||||
<!-- :mifospay-desktop->:mifospay-shared -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:mifospay-desktop->:mifospay-shared</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M207.09,-590.31C590.19,-579.24 2043.26,-537.24 2437.05,-525.86"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2437.38,-529.35 2447.28,-525.56 2437.18,-522.35 2437.38,-529.35"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M1958.77,-288.11C1951.04,-269.84 1941.92,-240.09 1951,-216 1979.53,-140.29 2051.85,-74.74 2093.39,-41.74"/>
|
||||
<polygon fill="black" stroke="black" points="2095.79,-44.31 2101.51,-35.39 2091.48,-38.79 2095.79,-44.31"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M1961.13,-287.82C1955.74,-268.75 1950.46,-237.8 1964,-216 2005.21,-149.68 2093.17,-117.49 2153.69,-102.63"/>
|
||||
<polygon fill="black" stroke="black" points="2154.61,-106.02 2163.53,-100.31 2153,-99.2 2154.61,-106.02"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M1965.3,-287.77C1964.34,-267.46 1966.23,-234.18 1986,-216 2009.77,-194.14 2200.35,-177.13 2315.15,-168.74"/>
|
||||
<polygon fill="black" stroke="black" points="2315.61,-172.22 2325.33,-168 2315.1,-165.23 2315.61,-172.22"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node7" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="2402" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2402" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2016.9,-296.97C2094.26,-284.52 2243.39,-260.52 2331.65,-246.32"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2332.26,-249.77 2341.57,-244.72 2331.14,-242.86 2332.26,-249.77"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node8" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="2073" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2073" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M1990.52,-289.46C2005.04,-279.88 2023.87,-267.44 2039.88,-256.87"/>
|
||||
<polygon fill="black" stroke="black" points="2042.02,-259.65 2048.44,-251.22 2038.16,-253.81 2042.02,-259.65"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2195.43,-72.76C2183.08,-63.47 2167.39,-51.66 2153.87,-41.48"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2155.87,-38.61 2145.78,-35.39 2151.66,-44.2 2155.87,-38.61"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2385.37,-144.33C2364.82,-124.56 2328.02,-91.82 2291,-72 2258.68,-54.69 2219.77,-41.94 2187.65,-33.28"/>
|
||||
<polygon fill="black" stroke="black" points="2188.47,-29.88 2177.91,-30.72 2186.69,-36.65 2188.47,-29.88"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2362.77,-146.15C2333.67,-135.15 2293.91,-120.1 2263.27,-108.51"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2264.25,-105.14 2253.66,-104.87 2261.77,-111.68 2264.25,-105.14"/>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:data -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:mifospay-shared->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2445.73,-520.69C2017.68,-519 211.49,-509.41 171,-468 128.53,-424.57 216.99,-395.94 504,-360 779.5,-325.5 1650.39,-311.28 1899.71,-307.86"/>
|
||||
<polygon fill="black" stroke="black" points="1900.11,-311.35 1910.06,-307.72 1900.02,-304.35 1900.11,-311.35"/>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:network -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:mifospay-shared->:core:network</title>
|
||||
<path fill="none" stroke="black" d="M2626.31,-520.69C3054.54,-519 4861.49,-509.43 4902,-468 4913.19,-456.56 4911.94,-444.54 4902,-432 4748.73,-238.76 2907.99,-233.27 2487.26,-234.55"/>
|
||||
<polygon fill="black" stroke="black" points="2486.99,-231.05 2477,-234.59 2487.01,-238.05 2486.99,-231.05"/>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node9" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="2534" cy="-378" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="2534" y="-374.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:ui -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:mifospay-shared->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2535.76,-503.87C2535.42,-479.67 2534.79,-435.21 2534.39,-406.39"/>
|
||||
<polygon fill="black" stroke="black" points="2537.88,-406.14 2534.24,-396.19 2530.88,-406.24 2537.88,-406.14"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node10" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="2741" cy="-306" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="2741" y="-302.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:designsystem -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>:mifospay-shared->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2626.33,-520.67C3052.58,-518.91 4843.83,-509.09 4884,-468 4895.19,-456.56 4894.57,-444.01 4884,-432 4716.7,-242.02 4571.33,-380.27 4319,-360 3769.63,-315.87 3109.81,-308.36 2851.92,-307.18"/>
|
||||
<polygon fill="black" stroke="black" points="2851.81,-303.68 2841.8,-307.13 2851.78,-310.68 2851.81,-303.68"/>
|
||||
</g>
|
||||
<!-- :core:domain -->
|
||||
<g id="node11" class="node">
|
||||
<title>:core:domain</title>
|
||||
<ellipse fill="none" stroke="black" cx="137" cy="-378" rx="70.69" ry="18"/>
|
||||
<text text-anchor="middle" x="137" y="-374.3" font-family="Times,serif" font-size="14.00">:core:domain</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:domain -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>:mifospay-shared->:core:domain</title>
|
||||
<path fill="none" stroke="black" d="M2445.55,-520.71C2013.55,-519.09 179.33,-509.78 138,-468 122.27,-452.1 124.01,-425.72 128.49,-405.8"/>
|
||||
<polygon fill="black" stroke="black" points="131.9,-406.62 131.01,-396.06 125.12,-404.87 131.9,-406.62"/>
|
||||
</g>
|
||||
<!-- :feature:auth -->
|
||||
<g id="node12" class="node">
|
||||
<title>:feature:auth</title>
|
||||
<ellipse fill="none" stroke="black" cx="251" cy="-450" rx="71.49" ry="18"/>
|
||||
<text text-anchor="middle" x="251" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:auth</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:auth -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>:mifospay-shared->:feature:auth</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2445.71,-521.03C2085.64,-520.81 751.53,-516.65 332,-468 325.19,-467.21 318.11,-466.12 311.09,-464.88"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="311.36,-461.37 300.89,-462.96 310.07,-468.25 311.36,-461.37"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode -->
|
||||
<g id="node13" class="node">
|
||||
<title>:libs:mifos-passcode</title>
|
||||
<ellipse fill="none" stroke="black" cx="4453" cy="-450" rx="103.98" ry="18"/>
|
||||
<text text-anchor="middle" x="4453" y="-446.3" font-family="Times,serif" font-size="14.00">:libs:mifos-passcode</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:libs:mifos-passcode -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>:mifospay-shared->:libs:mifos-passcode</title>
|
||||
<path fill="none" stroke="black" d="M2625.82,-519.79C2941.84,-515.3 4001.59,-498.32 4340,-468 4350.18,-467.09 4360.84,-465.85 4371.38,-464.47"/>
|
||||
<polygon fill="black" stroke="black" points="4371.99,-467.91 4381.42,-463.09 4371.04,-460.98 4371.99,-467.91"/>
|
||||
</g>
|
||||
<!-- :feature:home -->
|
||||
<g id="node14" class="node">
|
||||
<title>:feature:home</title>
|
||||
<ellipse fill="none" stroke="black" cx="4800" cy="-450" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="4800" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:home</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:home -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>:mifospay-shared->:feature:home</title>
|
||||
<path fill="none" stroke="black" d="M2626.21,-520.92C2983.65,-520.26 4301.23,-514.65 4716,-468 4723.12,-467.2 4730.52,-466.1 4737.86,-464.84"/>
|
||||
<polygon fill="black" stroke="black" points="4738.58,-468.27 4747.8,-463.04 4737.33,-461.38 4738.58,-468.27"/>
|
||||
</g>
|
||||
<!-- :feature:settings -->
|
||||
<g id="node15" class="node">
|
||||
<title>:feature:settings</title>
|
||||
<ellipse fill="none" stroke="black" cx="1125" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="1125" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:settings</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:settings -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>:mifospay-shared->:feature:settings</title>
|
||||
<path fill="none" stroke="black" d="M2445.61,-521.55C2231.96,-521.93 1679.29,-517.58 1221,-468 1212.78,-467.11 1204.19,-465.94 1195.69,-464.63"/>
|
||||
<polygon fill="black" stroke="black" points="1196.19,-461.17 1185.76,-463.04 1195.08,-468.08 1196.19,-461.17"/>
|
||||
</g>
|
||||
<!-- :feature:faq -->
|
||||
<g id="node16" class="node">
|
||||
<title>:feature:faq</title>
|
||||
<ellipse fill="none" stroke="black" cx="1553" cy="-450" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="1553" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:faq</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:faq -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>:mifospay-shared->:feature:faq</title>
|
||||
<path fill="none" stroke="black" d="M2445.83,-520.73C2281.96,-519.14 1924.72,-510.57 1627,-468 1621.15,-467.16 1615.08,-466.1 1609.04,-464.91"/>
|
||||
<polygon fill="black" stroke="black" points="1609.46,-461.42 1598.96,-462.81 1608.04,-468.28 1609.46,-461.42"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword -->
|
||||
<g id="node17" class="node">
|
||||
<title>:feature:editpassword</title>
|
||||
<ellipse fill="none" stroke="black" cx="1972" cy="-450" rx="112.38" ry="18"/>
|
||||
<text text-anchor="middle" x="1972" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:editpassword</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:editpassword -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>:mifospay-shared->:feature:editpassword</title>
|
||||
<path fill="none" stroke="black" d="M2459.51,-512.33C2371.16,-502.21 2221.47,-484.71 2093,-468 2083.22,-466.73 2073,-465.36 2062.82,-463.97"/>
|
||||
<polygon fill="black" stroke="black" points="2063.06,-460.47 2052.68,-462.57 2062.11,-467.4 2063.06,-460.47"/>
|
||||
</g>
|
||||
<!-- :feature:profile -->
|
||||
<g id="node18" class="node">
|
||||
<title>:feature:profile</title>
|
||||
<ellipse fill="none" stroke="black" cx="3117" cy="-450" rx="79.89" ry="18"/>
|
||||
<text text-anchor="middle" x="3117" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:profile</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:profile -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>:mifospay-shared->:feature:profile</title>
|
||||
<path fill="none" stroke="black" d="M2617.66,-514.25C2715.48,-505.7 2884.19,-489.44 3028,-468 3035.06,-466.95 3042.41,-465.73 3049.73,-464.45"/>
|
||||
<polygon fill="black" stroke="black" points="3050.44,-467.88 3059.67,-462.66 3049.2,-460.99 3050.44,-467.88"/>
|
||||
</g>
|
||||
<!-- :feature:history -->
|
||||
<g id="node19" class="node">
|
||||
<title>:feature:history</title>
|
||||
<ellipse fill="none" stroke="black" cx="3437" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="3437" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:history</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:history -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>:mifospay-shared->:feature:history</title>
|
||||
<path fill="none" stroke="black" d="M2624.79,-518.52C2773.89,-513.62 3083.81,-500.21 3344,-468 3351.87,-467.03 3360.09,-465.81 3368.24,-464.49"/>
|
||||
<polygon fill="black" stroke="black" points="3368.84,-467.93 3378.12,-462.82 3367.68,-461.03 3368.84,-467.93"/>
|
||||
</g>
|
||||
<!-- :feature:payments -->
|
||||
<g id="node20" class="node">
|
||||
<title>:feature:payments</title>
|
||||
<ellipse fill="none" stroke="black" cx="3834" cy="-450" rx="95.58" ry="18"/>
|
||||
<text text-anchor="middle" x="3834" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:payments</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:payments -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>:mifospay-shared->:feature:payments</title>
|
||||
<path fill="none" stroke="black" d="M2626.06,-520.56C2825.35,-518.82 3318.59,-510.2 3729,-468 3738.27,-467.05 3747.97,-465.81 3757.56,-464.44"/>
|
||||
<polygon fill="black" stroke="black" points="3758.12,-467.89 3767.5,-462.96 3757.09,-460.97 3758.12,-467.89"/>
|
||||
</g>
|
||||
<!-- :feature:finance -->
|
||||
<g id="node21" class="node">
|
||||
<title>:feature:finance</title>
|
||||
<ellipse fill="none" stroke="black" cx="936" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="936" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:finance</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:finance -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>:mifospay-shared->:feature:finance</title>
|
||||
<path fill="none" stroke="black" d="M2446.13,-519.58C2165.12,-514.88 1305.34,-498.33 1028,-468 1020.08,-467.13 1011.82,-465.98 1003.63,-464.67"/>
|
||||
<polygon fill="black" stroke="black" points="1004.16,-461.21 993.72,-463.01 1003,-468.11 1004.16,-461.21"/>
|
||||
</g>
|
||||
<!-- :feature:accounts -->
|
||||
<g id="node22" class="node">
|
||||
<title>:feature:accounts</title>
|
||||
<ellipse fill="none" stroke="black" cx="3629" cy="-450" rx="90.98" ry="18"/>
|
||||
<text text-anchor="middle" x="3629" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:accounts</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:accounts -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>:mifospay-shared->:feature:accounts</title>
|
||||
<path fill="none" stroke="black" d="M2625.63,-519.67C2800.07,-516.31 3197.2,-504.93 3529,-468 3537.58,-467.04 3546.55,-465.83 3555.43,-464.49"/>
|
||||
<polygon fill="black" stroke="black" points="3556.07,-467.94 3565.41,-462.94 3554.99,-461.02 3556.07,-467.94"/>
|
||||
</g>
|
||||
<!-- :feature:invoices -->
|
||||
<g id="node23" class="node">
|
||||
<title>:feature:invoices</title>
|
||||
<ellipse fill="none" stroke="black" cx="2420" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2420" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:invoices</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:invoices -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>:mifospay-shared->:feature:invoices</title>
|
||||
<path fill="none" stroke="black" d="M2509.1,-504.76C2493.14,-495.13 2472.72,-482.81 2455.46,-472.4"/>
|
||||
<polygon fill="black" stroke="black" points="2457.13,-469.32 2446.76,-467.15 2453.51,-475.31 2457.13,-469.32"/>
|
||||
</g>
|
||||
<!-- :feature:kyc -->
|
||||
<g id="node24" class="node">
|
||||
<title>:feature:kyc</title>
|
||||
<ellipse fill="none" stroke="black" cx="4641" cy="-450" rx="65.79" ry="18"/>
|
||||
<text text-anchor="middle" x="4641" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:kyc</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:kyc -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>:mifospay-shared->:feature:kyc</title>
|
||||
<path fill="none" stroke="black" d="M2626.37,-521C2968.28,-520.65 4182.73,-515.97 4566,-468 4572.17,-467.23 4578.58,-466.17 4584.94,-464.96"/>
|
||||
<polygon fill="black" stroke="black" points="4585.74,-468.37 4594.84,-462.96 4584.35,-461.51 4585.74,-468.37"/>
|
||||
</g>
|
||||
<!-- :feature:notification -->
|
||||
<g id="node25" class="node">
|
||||
<title>:feature:notification</title>
|
||||
<ellipse fill="none" stroke="black" cx="1739" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="1739" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:notification</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:notification -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>:mifospay-shared->:feature:notification</title>
|
||||
<path fill="none" stroke="black" d="M2450.11,-516.38C2320.16,-508.94 2065.94,-492.59 1851,-468 1841.4,-466.9 1831.36,-465.6 1821.4,-464.21"/>
|
||||
<polygon fill="black" stroke="black" points="1821.89,-460.74 1811.49,-462.8 1820.9,-467.67 1821.89,-460.74"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards -->
|
||||
<g id="node26" class="node">
|
||||
<title>:feature:savedcards</title>
|
||||
<ellipse fill="none" stroke="black" cx="2916" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="2916" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:savedcards</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:savedcards -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>:mifospay-shared->:feature:savedcards</title>
|
||||
<path fill="none" stroke="black" d="M2600.03,-509.2C2665.55,-497.13 2767.45,-478.36 2837.72,-465.42"/>
|
||||
<polygon fill="black" stroke="black" points="2838.65,-468.81 2847.85,-463.55 2837.38,-461.92 2838.65,-468.81"/>
|
||||
</g>
|
||||
<!-- :feature:receipt -->
|
||||
<g id="node27" class="node">
|
||||
<title>:feature:receipt</title>
|
||||
<ellipse fill="none" stroke="black" cx="4248" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="4248" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:receipt</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:receipt -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>:mifospay-shared->:feature:receipt</title>
|
||||
<path fill="none" stroke="black" d="M2625.69,-519.81C2920.04,-515.65 3854.93,-500.16 4155,-468 4163.21,-467.12 4171.79,-465.93 4180.27,-464.58"/>
|
||||
<polygon fill="black" stroke="black" points="4180.86,-468.03 4190.15,-462.94 4179.71,-461.13 4180.86,-468.03"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction -->
|
||||
<g id="node28" class="node">
|
||||
<title>:feature:standing-instruction</title>
|
||||
<ellipse fill="none" stroke="black" cx="485" cy="-450" rx="144.07" ry="18"/>
|
||||
<text text-anchor="middle" x="485" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:standing-instruction</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:standing-instruction -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>:mifospay-shared->:feature:standing-instruction</title>
|
||||
<path fill="none" stroke="black" d="M2445.48,-521.13C2172.32,-520.94 1332.29,-516.18 638,-468 623.7,-467.01 608.68,-465.69 593.87,-464.21"/>
|
||||
<polygon fill="black" stroke="black" points="593.96,-460.71 583.66,-463.17 593.25,-467.67 593.96,-460.71"/>
|
||||
</g>
|
||||
<!-- :feature:request-money -->
|
||||
<g id="node29" class="node">
|
||||
<title>:feature:request-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="1350" cy="-450" rx="119.68" ry="18"/>
|
||||
<text text-anchor="middle" x="1350" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:request-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:request-money -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>:mifospay-shared->:feature:request-money</title>
|
||||
<path fill="none" stroke="black" d="M2446.74,-518.96C2264.52,-514.26 1836.73,-500.49 1479,-468 1467.4,-466.95 1455.24,-465.63 1443.22,-464.19"/>
|
||||
<polygon fill="black" stroke="black" points="1443.51,-460.7 1433.16,-462.96 1442.66,-467.65 1443.51,-460.7"/>
|
||||
</g>
|
||||
<!-- :feature:send-money -->
|
||||
<g id="node30" class="node">
|
||||
<title>:feature:send-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="2208" cy="-450" rx="105.88" ry="18"/>
|
||||
<text text-anchor="middle" x="2208" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:send-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:send-money -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>:mifospay-shared->:feature:send-money</title>
|
||||
<path fill="none" stroke="black" d="M2476.6,-508.32C2421.72,-496.61 2340.01,-479.17 2281.13,-466.61"/>
|
||||
<polygon fill="black" stroke="black" points="2281.66,-463.14 2271.15,-464.48 2280.2,-469.99 2281.66,-463.14"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer -->
|
||||
<g id="node31" class="node">
|
||||
<title>:feature:make-transfer</title>
|
||||
<ellipse fill="none" stroke="black" cx="2680" cy="-450" rx="115.88" ry="18"/>
|
||||
<text text-anchor="middle" x="2680" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:make-transfer</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:make-transfer -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>:mifospay-shared->:feature:make-transfer</title>
|
||||
<path fill="none" stroke="black" d="M2568.68,-505.12C2589.01,-495.23 2615.37,-482.42 2637.34,-471.74"/>
|
||||
<polygon fill="black" stroke="black" points="2638.99,-474.83 2646.45,-467.31 2635.93,-468.53 2638.99,-474.83"/>
|
||||
</g>
|
||||
<!-- :feature:qr -->
|
||||
<g id="node32" class="node">
|
||||
<title>:feature:qr</title>
|
||||
<ellipse fill="none" stroke="black" cx="3275" cy="-450" rx="60.39" ry="18"/>
|
||||
<text text-anchor="middle" x="3275" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:qr</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:qr -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>:mifospay-shared->:feature:qr</title>
|
||||
<path fill="none" stroke="black" d="M2624.88,-518.56C2753.71,-514 2999.53,-501.37 3206,-468 3211.33,-467.14 3216.85,-466.08 3222.35,-464.9"/>
|
||||
<polygon fill="black" stroke="black" points="3223.17,-468.31 3232.16,-462.7 3221.63,-461.48 3223.17,-468.31"/>
|
||||
</g>
|
||||
<!-- :feature:merchants -->
|
||||
<g id="node33" class="node">
|
||||
<title>:feature:merchants</title>
|
||||
<ellipse fill="none" stroke="black" cx="4047" cy="-450" rx="99.38" ry="18"/>
|
||||
<text text-anchor="middle" x="4047" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:merchants</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:merchants -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>:mifospay-shared->:feature:merchants</title>
|
||||
<path fill="none" stroke="black" d="M2626.53,-521.28C2849.95,-521.18 3445.3,-516.01 3939,-468 3948.46,-467.08 3958.36,-465.87 3968.16,-464.52"/>
|
||||
<polygon fill="black" stroke="black" points="3968.91,-467.94 3978.31,-463.06 3967.91,-461.01 3968.91,-467.94"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup -->
|
||||
<g id="node34" class="node">
|
||||
<title>:feature:upi-setup</title>
|
||||
<ellipse fill="none" stroke="black" cx="741" cy="-450" rx="93.68" ry="18"/>
|
||||
<text text-anchor="middle" x="741" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:upi-setup</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:upi-setup -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>:mifospay-shared->:feature:upi-setup</title>
|
||||
<path fill="none" stroke="black" d="M2446.28,-519.76C2143.28,-515.31 1159.26,-498.82 844,-468 834.86,-467.11 825.3,-465.9 815.85,-464.54"/>
|
||||
<polygon fill="black" stroke="black" points="816.07,-461.04 805.66,-463.01 815.03,-467.96 816.07,-461.04"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2444.41,-218.95C2462.44,-210.64 2481.65,-198.1 2492,-180 2499.94,-166.11 2500.72,-157.42 2492,-144 2431.81,-51.39 2298.14,-26.11 2209.56,-19.91"/>
|
||||
<polygon fill="black" stroke="black" points="2209.73,-16.42 2199.53,-19.28 2209.29,-23.4 2209.73,-16.42"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2371.77,-217.39C2353.79,-207.57 2330.87,-194.12 2312,-180 2285.56,-160.21 2258.35,-134.02 2239.87,-115.18"/>
|
||||
<polygon fill="black" stroke="black" points="2241.98,-112.33 2232.51,-107.59 2236.96,-117.2 2241.98,-112.33"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2402,-215.7C2402,-207.98 2402,-198.71 2402,-190.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="2405.5,-190.1 2402,-180.1 2398.5,-190.1 2405.5,-190.1"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2493.3,-369.52C2439.72,-359.24 2348.83,-340.17 2319,-324 2210.13,-264.98 2191.94,-221.75 2143,-108 2134.48,-88.2 2129.64,-64.22 2126.99,-46.14"/>
|
||||
<polygon fill="black" stroke="black" points="2130.42,-45.45 2125.63,-36 2123.49,-46.38 2130.42,-45.45"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2497.95,-366.95C2444.1,-350.44 2341.86,-313.17 2275,-252 2247.5,-226.84 2244.87,-214.98 2232,-180 2224.66,-160.06 2220.89,-136.27 2218.96,-118.3"/>
|
||||
<polygon fill="black" stroke="black" points="2222.43,-117.84 2218.01,-108.21 2215.46,-118.5 2222.43,-117.84"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M2499.61,-366.06C2491.59,-363.8 2483.05,-361.62 2475,-360 2339.01,-332.71 2290.36,-383.36 2165,-324 2134.46,-309.54 2107.74,-280.86 2091.08,-259.95"/>
|
||||
<polygon fill="black" stroke="black" points="2093.67,-257.58 2084.78,-251.81 2088.13,-261.86 2093.67,-257.58"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2567.72,-365.6C2599.79,-354.75 2648.61,-338.24 2686.26,-325.51"/>
|
||||
<polygon fill="black" stroke="black" points="2687.71,-328.71 2696.07,-322.2 2685.47,-322.08 2687.71,-328.71"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2642.77,-301.95C2535.16,-297.01 2370.8,-284.29 2318,-252 2267.7,-221.23 2238.41,-154.97 2225.31,-117.76"/>
|
||||
<polygon fill="black" stroke="black" points="2228.56,-116.44 2222.04,-108.09 2221.92,-118.68 2228.56,-116.44"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:common -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>:core:domain->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M137,-359.95C137,-333.29 137,-280.11 137,-235 137,-235 137,-235 137,-161 137,-64.13 1659.42,-28.05 2039.04,-20.55"/>
|
||||
<polygon fill="black" stroke="black" points="2039.21,-24.05 2049.13,-20.36 2039.07,-17.05 2039.21,-24.05"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:data -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>:core:domain->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M188.02,-365.36C199.17,-363.22 210.94,-361.27 222,-360 555.72,-321.83 1619.69,-310.03 1899.2,-307.54"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="1899.63,-311.04 1909.59,-307.45 1899.56,-304.04 1899.63,-311.04"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:model -->
|
||||
<g id="edge52" class="edge">
|
||||
<title>:core:domain->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M187.16,-365.14C195.75,-363.29 204.61,-361.5 213,-360 966.21,-225.47 1889.55,-125.02 2147.31,-98.14"/>
|
||||
<polygon fill="black" stroke="black" points="2147.7,-101.62 2157.28,-97.1 2146.97,-94.66 2147.7,-101.62"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:data -->
|
||||
<g id="edge55" class="edge">
|
||||
<title>:feature:auth->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M301.51,-437.23C389.16,-417.36 575.35,-377.62 735,-360 1177.23,-311.2 1713.37,-306.71 1899.51,-306.74"/>
|
||||
<polygon fill="black" stroke="black" points="1899.68,-310.24 1909.69,-306.75 1899.69,-303.24 1899.68,-310.24"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:ui -->
|
||||
<g id="edge53" class="edge">
|
||||
<title>:feature:auth->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M300.89,-437.02C311.12,-434.99 321.86,-433.16 332,-432 696.14,-390.18 1614.59,-405.63 1981,-396 2163.23,-391.21 2379.19,-384.18 2478.72,-380.86"/>
|
||||
<polygon fill="black" stroke="black" points="2478.97,-384.36 2488.84,-380.52 2478.73,-377.36 2478.97,-384.36"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:designsystem -->
|
||||
<g id="edge54" class="edge">
|
||||
<title>:feature:auth->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M301.35,-437.17C311.45,-435.16 322.03,-433.3 332,-432 786.57,-372.87 2225.34,-323.46 2632.62,-310.39"/>
|
||||
<polygon fill="black" stroke="black" points="2632.74,-313.88 2642.63,-310.07 2632.52,-306.89 2632.74,-313.88"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:domain -->
|
||||
<g id="edge56" class="edge">
|
||||
<title>:feature:auth->:core:domain</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M225.13,-433.12C209.24,-423.36 188.7,-410.75 171.45,-400.15"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="173.12,-397.07 162.77,-394.82 169.46,-403.04 173.12,-397.07"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:data -->
|
||||
<g id="edge59" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4381.43,-436.86C4367.71,-434.92 4353.44,-433.17 4340,-432 4180.23,-418.04 3048.51,-448.61 2897,-396 2871.81,-387.25 2874.03,-369.19 2849,-360 2773.3,-332.22 2226.99,-314.32 2034.17,-308.81"/>
|
||||
<polygon fill="black" stroke="black" points="2033.98,-305.3 2023.89,-308.52 2033.79,-312.3 2033.98,-305.3"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:ui -->
|
||||
<g id="edge57" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4381.43,-436.85C4367.71,-434.92 4353.44,-433.17 4340,-432 3684.06,-374.91 3516.93,-421.2 2859,-396 2764.07,-392.36 2653.64,-386.17 2589.02,-382.35"/>
|
||||
<polygon fill="black" stroke="black" points="2588.86,-378.83 2578.67,-381.73 2588.44,-385.82 2588.86,-378.83"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:designsystem -->
|
||||
<g id="edge58" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4378.28,-437.41C4365.52,-435.53 4352.39,-433.66 4340,-432 4068.99,-395.66 4001.44,-383.34 3729,-360 3409.85,-332.66 3031.43,-317.03 2849.42,-310.56"/>
|
||||
<polygon fill="black" stroke="black" points="2849.42,-307.05 2839.31,-310.2 2849.18,-314.05 2849.42,-307.05"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:data -->
|
||||
<g id="edge62" class="edge">
|
||||
<title>:feature:home->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4747.33,-437.05C4736.99,-435.07 4726.19,-433.26 4716,-432 4578.75,-415.09 2440.5,-326.49 2033.59,-309.74"/>
|
||||
<polygon fill="black" stroke="black" points="2033.6,-306.23 2023.46,-309.32 2033.31,-313.23 2033.6,-306.23"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:ui -->
|
||||
<g id="edge60" class="edge">
|
||||
<title>:feature:home->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4747.8,-436.94C4737.32,-434.94 4726.35,-433.15 4716,-432 4345.08,-390.82 3410.05,-406.3 3037,-396 2874.26,-391.51 2681.97,-384.55 2589.34,-381.09"/>
|
||||
<polygon fill="black" stroke="black" points="2589.21,-377.59 2579.08,-380.71 2588.95,-384.58 2589.21,-377.59"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:designsystem -->
|
||||
<g id="edge61" class="edge">
|
||||
<title>:feature:home->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4745.89,-437.4C4735.97,-435.46 4725.69,-433.57 4716,-432 4456.11,-389.86 4390.44,-381.05 4128,-360 3654.04,-321.99 3086.71,-311.09 2851.52,-308.09"/>
|
||||
<polygon fill="black" stroke="black" points="2851.29,-304.58 2841.25,-307.96 2851.21,-311.58 2851.29,-304.58"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:data -->
|
||||
<g id="edge65" class="edge">
|
||||
<title>:feature:settings->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1180.62,-436.03C1262.17,-417.34 1419.15,-382.61 1554,-360 1677.24,-339.34 1822.35,-322.42 1903.6,-313.6"/>
|
||||
<polygon fill="black" stroke="black" points="1904.11,-317.07 1913.67,-312.52 1903.36,-310.11 1904.11,-317.07"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:ui -->
|
||||
<g id="edge63" class="edge">
|
||||
<title>:feature:settings->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1185.76,-436.93C1197.42,-434.99 1209.55,-433.22 1221,-432 1657.94,-385.58 1770.03,-415.48 2209,-396 2303.91,-391.79 2414.34,-385.78 2478.97,-382.14"/>
|
||||
<polygon fill="black" stroke="black" points="2479.54,-385.62 2489.33,-381.56 2479.14,-378.63 2479.54,-385.62"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:designsystem -->
|
||||
<g id="edge64" class="edge">
|
||||
<title>:feature:settings->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1185.76,-436.94C1197.42,-435 1209.56,-433.22 1221,-432 1326.03,-420.76 2073.63,-436.95 2171,-396 2192.44,-386.98 2187.84,-369.67 2209,-360 2281.86,-326.69 2498.37,-314.2 2631.66,-309.6"/>
|
||||
<polygon fill="black" stroke="black" points="2632.03,-313.09 2641.9,-309.26 2631.79,-306.1 2632.03,-313.09"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:data -->
|
||||
<g id="edge68" class="edge">
|
||||
<title>:feature:faq->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1592.32,-435.51C1668.93,-409.24 1837.88,-351.29 1920.14,-323.07"/>
|
||||
<polygon fill="black" stroke="black" points="1921.41,-326.34 1929.74,-319.78 1919.14,-319.72 1921.41,-326.34"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:ui -->
|
||||
<g id="edge66" class="edge">
|
||||
<title>:feature:faq->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1598.96,-437.16C1608.19,-435.15 1617.86,-433.29 1627,-432 1917.01,-391.06 1992.67,-413.98 2285,-396 2351.96,-391.88 2429.01,-386.53 2479.45,-382.94"/>
|
||||
<polygon fill="black" stroke="black" points="2479.76,-386.42 2489.48,-382.22 2479.26,-379.44 2479.76,-386.42"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:designsystem -->
|
||||
<g id="edge67" class="edge">
|
||||
<title>:feature:faq->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1598.96,-437.18C1608.19,-435.17 1617.87,-433.31 1627,-432 1763.62,-412.48 2120.33,-450.78 2247,-396 2268.35,-386.77 2263.92,-369.85 2285,-360 2344.97,-331.98 2519.11,-318.01 2634,-311.65"/>
|
||||
<polygon fill="black" stroke="black" points="2634.44,-315.13 2644.24,-311.1 2634.06,-308.14 2634.44,-315.13"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:data -->
|
||||
<g id="edge71" class="edge">
|
||||
<title>:feature:editpassword->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1946.02,-432.38C1934.19,-423.23 1921.42,-410.74 1915,-396 1908.61,-381.33 1908.95,-374.81 1915,-360 1919.76,-348.35 1928.46,-337.87 1937.39,-329.37"/>
|
||||
<polygon fill="black" stroke="black" points="1939.73,-331.98 1944.87,-322.71 1935.08,-326.75 1939.73,-331.98"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:ui -->
|
||||
<g id="edge69" class="edge">
|
||||
<title>:feature:editpassword->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2052.68,-437.44C2066.14,-435.57 2079.96,-433.7 2093,-432 2232.84,-413.78 2397.93,-394.54 2480.84,-385.04"/>
|
||||
<polygon fill="black" stroke="black" points="2481.24,-388.52 2490.77,-383.9 2480.44,-381.56 2481.24,-388.52"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:designsystem -->
|
||||
<g id="edge70" class="edge">
|
||||
<title>:feature:editpassword->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2052.93,-437.39C2154.68,-422.71 2316.93,-398.96 2323,-396 2343.91,-385.79 2340.04,-370.09 2361,-360 2408.68,-337.06 2543.54,-322.18 2639.01,-314.19"/>
|
||||
<polygon fill="black" stroke="black" points="2639.31,-317.68 2648.99,-313.37 2638.73,-310.7 2639.31,-317.68"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:data -->
|
||||
<g id="edge74" class="edge">
|
||||
<title>:feature:profile->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3060.16,-437.28C3049.51,-435.33 3038.44,-433.47 3028,-432 2852.55,-407.35 2794.61,-463.97 2631,-396 2607.98,-386.44 2611.04,-369.5 2588,-360 2489.31,-319.31 2173.84,-309.86 2034.39,-307.66"/>
|
||||
<polygon fill="black" stroke="black" points="2034.3,-304.16 2024.25,-307.51 2034.2,-311.16 2034.3,-304.16"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:ui -->
|
||||
<g id="edge72" class="edge">
|
||||
<title>:feature:profile->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3060.17,-437.21C3049.52,-435.27 3038.44,-433.43 3028,-432 2835.79,-405.76 2783.81,-431.03 2593,-396 2588.02,-395.09 2582.85,-393.92 2577.74,-392.64"/>
|
||||
<polygon fill="black" stroke="black" points="2578.61,-389.25 2568.04,-390.05 2576.8,-396.01 2578.61,-389.25"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:designsystem -->
|
||||
<g id="edge73" class="edge">
|
||||
<title>:feature:profile->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3077.83,-434.21C3009.19,-408.29 2867.31,-354.7 2791.44,-326.05"/>
|
||||
<polygon fill="black" stroke="black" points="2792.67,-322.77 2782.08,-322.51 2790.2,-329.32 2792.67,-322.77"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:data -->
|
||||
<g id="edge77" class="edge">
|
||||
<title>:feature:history->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3378.13,-437.1C3366.84,-435.14 3355.08,-433.32 3344,-432 3203.21,-415.22 2839.94,-445.29 2707,-396 2682.33,-386.85 2684.58,-369.39 2660,-360 2546.92,-316.79 2185.41,-308.76 2034.34,-307.3"/>
|
||||
<polygon fill="black" stroke="black" points="2034.3,-303.8 2024.27,-307.21 2034.24,-310.8 2034.3,-303.8"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:ui -->
|
||||
<g id="edge75" class="edge">
|
||||
<title>:feature:history->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3378.63,-437.16C3367.19,-435.17 3355.25,-433.32 3344,-432 3045.63,-396.92 2968.23,-422.78 2669,-396 2641.5,-393.54 2610.96,-389.78 2585.9,-386.42"/>
|
||||
<polygon fill="black" stroke="black" points="2586.25,-382.94 2575.87,-385.06 2585.31,-389.88 2586.25,-382.94"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:designsystem -->
|
||||
<g id="edge76" class="edge">
|
||||
<title>:feature:history->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3381.1,-436.65C3301.16,-419.09 3149.53,-386.12 3020,-360 2951.95,-346.28 2874.36,-331.62 2818.31,-321.2"/>
|
||||
<polygon fill="black" stroke="black" points="2818.92,-317.76 2808.45,-319.37 2817.65,-324.64 2818.92,-317.76"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:data -->
|
||||
<g id="edge80" class="edge">
|
||||
<title>:feature:payments->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3767.79,-437.02C3754.96,-435.05 3741.59,-433.25 3729,-432 3624.33,-421.57 2882.14,-431.15 2783,-396 2757.87,-387.09 2759.99,-369.3 2735,-360 2607.6,-312.6 2197.79,-307.06 2034.79,-306.79"/>
|
||||
<polygon fill="black" stroke="black" points="2034.42,-303.29 2024.42,-306.78 2034.41,-310.29 2034.42,-303.29"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:ui -->
|
||||
<g id="edge78" class="edge">
|
||||
<title>:feature:payments->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3767.79,-437C3754.96,-435.04 3741.59,-433.24 3729,-432 3293.5,-388.95 3181.88,-421.58 2745,-396 2691.62,-392.87 2630.76,-387.81 2588.16,-384.02"/>
|
||||
<polygon fill="black" stroke="black" points="2588.28,-380.52 2578.01,-383.11 2587.66,-387.49 2588.28,-380.52"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:designsystem -->
|
||||
<g id="edge79" class="edge">
|
||||
<title>:feature:payments->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3764.55,-437.61C3752.7,-435.7 3740.5,-433.77 3729,-432 3511.02,-398.37 3456.81,-387.7 3238,-360 3099.22,-342.43 2938.13,-325.97 2837.87,-316.19"/>
|
||||
<polygon fill="black" stroke="black" points="2838.05,-312.69 2827.76,-315.21 2837.37,-319.66 2838.05,-312.69"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:data -->
|
||||
<g id="edge83" class="edge">
|
||||
<title>:feature:finance->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M988.31,-435.94C1068.16,-416.49 1225.46,-380.05 1361,-360 1556.02,-331.16 1788.85,-316.2 1900.65,-310.21"/>
|
||||
<polygon fill="black" stroke="black" points="1900.96,-313.7 1910.76,-309.67 1900.59,-306.71 1900.96,-313.7"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:ui -->
|
||||
<g id="edge81" class="edge">
|
||||
<title>:feature:finance->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M993.71,-436.96C1005.04,-434.99 1016.86,-433.2 1028,-432 1533.34,-377.67 1663.14,-415.89 2171,-396 2280.21,-391.72 2407.83,-385.45 2478.95,-381.84"/>
|
||||
<polygon fill="black" stroke="black" points="2479.21,-385.33 2489.02,-381.33 2478.85,-378.34 2479.21,-385.33"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:designsystem -->
|
||||
<g id="edge82" class="edge">
|
||||
<title>:feature:finance->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M993.72,-436.97C1005.04,-434.99 1016.86,-433.2 1028,-432 1150.13,-418.8 2019.64,-443.32 2133,-396 2154.47,-387.04 2149.81,-369.6 2171,-360 2250.45,-323.99 2488.94,-312.44 2631.01,-308.74"/>
|
||||
<polygon fill="black" stroke="black" points="2631.16,-312.24 2641.07,-308.49 2630.99,-305.24 2631.16,-312.24"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:data -->
|
||||
<g id="edge86" class="edge">
|
||||
<title>:feature:accounts->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3565.68,-437.03C3553.54,-435.08 3540.91,-433.28 3529,-432 3355.59,-413.35 2909.15,-454.93 2745,-396 2719.9,-386.99 2721.98,-369.34 2697,-360 2576.81,-315.03 2191.84,-308.03 2034.73,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="2034.29,-303.57 2024.27,-307.02 2034.25,-310.57 2034.29,-303.57"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:ui -->
|
||||
<g id="edge84" class="edge">
|
||||
<title>:feature:accounts->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3565.68,-437.01C3553.54,-435.06 3540.91,-433.27 3529,-432 3165.37,-393.28 3071.77,-421.89 2707,-396 2666.9,-393.15 2621.68,-388.67 2587.54,-385.02"/>
|
||||
<polygon fill="black" stroke="black" points="2587.63,-381.51 2577.31,-383.91 2586.88,-388.47 2587.63,-381.51"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:designsystem -->
|
||||
<g id="edge85" class="edge">
|
||||
<title>:feature:accounts->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3565.11,-437.14C3468.63,-419.4 3279.93,-385.32 3119,-360 3020.17,-344.45 2906.44,-328.81 2829.76,-318.59"/>
|
||||
<polygon fill="black" stroke="black" points="2830.04,-315.1 2819.66,-317.25 2829.11,-322.04 2830.04,-315.1"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:data -->
|
||||
<g id="edge89" class="edge">
|
||||
<title>:feature:invoices->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2356.94,-437.46C2345.66,-435.54 2333.99,-433.64 2323,-432 2257.9,-422.32 2085.38,-429.96 2029,-396 2005.05,-381.57 1988.02,-353.94 1977.95,-333.28"/>
|
||||
<polygon fill="black" stroke="black" points="1981.06,-331.67 1973.68,-324.06 1974.71,-334.61 1981.06,-331.67"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:ui -->
|
||||
<g id="edge87" class="edge">
|
||||
<title>:feature:invoices->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2446.44,-432.76C2462.91,-422.65 2484.21,-409.57 2501.67,-398.85"/>
|
||||
<polygon fill="black" stroke="black" points="2503.72,-401.7 2510.41,-393.48 2500.06,-395.73 2503.72,-401.7"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:designsystem -->
|
||||
<g id="edge88" class="edge">
|
||||
<title>:feature:invoices->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2426.69,-431.93C2435.63,-411.47 2453.5,-377.7 2480,-360 2524.42,-330.32 2581.91,-316.64 2631.62,-310.56"/>
|
||||
<polygon fill="black" stroke="black" points="2632.24,-314.01 2641.78,-309.4 2631.45,-307.05 2632.24,-314.01"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:data -->
|
||||
<g id="edge92" class="edge">
|
||||
<title>:feature:kyc->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4594.85,-437.02C4585.37,-434.99 4575.41,-433.17 4566,-432 3891.41,-348.45 3711.05,-483.81 3037,-396 2969.01,-387.14 2954.82,-370.01 2887,-360 2570.41,-313.27 2186.88,-307.21 2034.3,-306.79"/>
|
||||
<polygon fill="black" stroke="black" points="2034.16,-303.29 2024.15,-306.77 2034.15,-310.29 2034.16,-303.29"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:ui -->
|
||||
<g id="edge90" class="edge">
|
||||
<title>:feature:kyc->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4594.85,-437.01C4585.37,-434.98 4575.41,-433.16 4566,-432 4197.79,-386.77 3267.76,-408.68 2897,-396 2787.62,-392.26 2659.8,-385.78 2588.75,-382"/>
|
||||
<polygon fill="black" stroke="black" points="2588.87,-378.5 2578.69,-381.46 2588.49,-385.49 2588.87,-378.5"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:designsystem -->
|
||||
<g id="edge91" class="edge">
|
||||
<title>:feature:kyc->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4593.55,-437.39C4584.44,-435.41 4574.95,-433.5 4566,-432 4277.17,-383.55 4202.99,-382.64 3911,-360 3521.5,-329.8 3057.62,-315.08 2850.41,-309.61"/>
|
||||
<polygon fill="black" stroke="black" points="2850.22,-306.11 2840.13,-309.34 2850.04,-313.1 2850.22,-306.11"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:data -->
|
||||
<g id="edge95" class="edge">
|
||||
<title>:feature:notification->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1765.6,-432.43C1807.34,-406.44 1888.14,-356.11 1933.69,-327.75"/>
|
||||
<polygon fill="black" stroke="black" points="1935.66,-330.64 1942.3,-322.38 1931.96,-324.7 1935.66,-330.64"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:ui -->
|
||||
<g id="edge93" class="edge">
|
||||
<title>:feature:notification->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1811.49,-437.19C1824.62,-435.28 1838.2,-433.46 1851,-432 2060.04,-408.2 2113.26,-412.45 2323,-396 2376.31,-391.82 2437.18,-386.9 2479.8,-383.43"/>
|
||||
<polygon fill="black" stroke="black" points="2480.27,-386.9 2489.95,-382.6 2479.7,-379.93 2480.27,-386.9"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:designsystem -->
|
||||
<g id="edge94" class="edge">
|
||||
<title>:feature:notification->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1811.8,-437.22C1824.83,-435.32 1838.3,-433.49 1851,-432 1947.12,-420.73 2196.66,-435.51 2285,-396 2306.24,-386.5 2301.97,-369.96 2323,-360 2376.72,-334.56 2530.68,-320.06 2635.96,-312.87"/>
|
||||
<polygon fill="black" stroke="black" points="2636.25,-316.35 2646,-312.19 2635.78,-309.37 2636.25,-316.35"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:data -->
|
||||
<g id="edge98" class="edge">
|
||||
<title>:feature:savedcards->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2842.62,-437.32C2830.08,-435.45 2817.18,-433.61 2805,-432 2660.92,-413 2623.02,-421.8 2480,-396 2415.5,-384.37 2401.3,-372.66 2337,-360 2229.98,-338.92 2103.98,-322.67 2030.06,-314"/>
|
||||
<polygon fill="black" stroke="black" points="2030.32,-310.51 2019.99,-312.83 2029.51,-317.46 2030.32,-310.51"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:ui -->
|
||||
<g id="edge96" class="edge">
|
||||
<title>:feature:savedcards->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2842.19,-437.36C2754.45,-423.45 2616.84,-401.37 2593,-396 2588.31,-394.94 2583.44,-393.73 2578.59,-392.45"/>
|
||||
<polygon fill="black" stroke="black" points="2579.34,-389.02 2568.77,-389.75 2577.48,-395.77 2579.34,-389.02"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:designsystem -->
|
||||
<g id="edge97" class="edge">
|
||||
<title>:feature:savedcards->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2895.24,-432.15C2864.06,-406.85 2805.04,-358.96 2769.74,-330.32"/>
|
||||
<polygon fill="black" stroke="black" points="2771.71,-327.41 2761.73,-323.82 2767.29,-332.84 2771.71,-327.41"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:data -->
|
||||
<g id="edge101" class="edge">
|
||||
<title>:feature:receipt->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4190.15,-437.01C4178.56,-435.01 4166.43,-433.2 4155,-432 4011.73,-417 2995.02,-443.45 2859,-396 2833.82,-387.22 2836.02,-369.22 2811,-360 2669.01,-307.67 2208.42,-305.25 2034.41,-306.29"/>
|
||||
<polygon fill="black" stroke="black" points="2034.33,-302.79 2024.36,-306.36 2034.38,-309.79 2034.33,-302.79"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:ui -->
|
||||
<g id="edge99" class="edge">
|
||||
<title>:feature:receipt->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4190.15,-437C4178.56,-435 4166.43,-433.19 4155,-432 3565.09,-370.49 3413.55,-421.54 2821,-396 2740.09,-392.51 2646.45,-386.62 2588.72,-382.77"/>
|
||||
<polygon fill="black" stroke="black" points="2588.93,-379.27 2578.72,-382.1 2588.46,-386.26 2588.93,-379.27"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:designsystem -->
|
||||
<g id="edge100" class="edge">
|
||||
<title>:feature:receipt->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4188.06,-437.46C4177.08,-435.51 4165.71,-433.61 4155,-432 3883.28,-391.28 3814.61,-385.09 3541,-360 3292.7,-337.23 3000.18,-320.38 2846.9,-312.31"/>
|
||||
<polygon fill="black" stroke="black" points="2846.73,-308.79 2836.56,-311.76 2846.36,-315.78 2846.73,-308.79"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:data -->
|
||||
<g id="edge104" class="edge">
|
||||
<title>:feature:standing-instruction->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M550.83,-433.94C642.78,-413.55 815.12,-377.69 964,-360 1314.52,-318.36 1737.85,-309.43 1899.67,-307.52"/>
|
||||
<polygon fill="black" stroke="black" points="1899.99,-311.02 1909.95,-307.4 1899.91,-304.02 1899.99,-311.02"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:ui -->
|
||||
<g id="edge102" class="edge">
|
||||
<title>:feature:standing-instruction->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M583.65,-436.78C601.71,-434.9 620.4,-433.19 638,-432 1284.27,-388.19 1447.57,-416.53 2095,-396 2232.99,-391.62 2395.32,-384.94 2478.58,-381.4"/>
|
||||
<polygon fill="black" stroke="black" points="2478.98,-384.88 2488.82,-380.96 2478.68,-377.89 2478.98,-384.88"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:designsystem -->
|
||||
<g id="edge103" class="edge">
|
||||
<title>:feature:standing-instruction->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M583.65,-436.81C601.71,-434.93 620.4,-433.21 638,-432 935.85,-411.5 1686.57,-445.43 1981,-396 2033.4,-387.2 2042.86,-370.24 2095,-360 2280.72,-323.54 2501.26,-312.11 2630.69,-308.56"/>
|
||||
<polygon fill="black" stroke="black" points="2631.1,-312.05 2641,-308.29 2630.91,-305.05 2631.1,-312.05"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:data -->
|
||||
<g id="edge107" class="edge">
|
||||
<title>:feature:request-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1406.54,-434.04C1476.6,-415.69 1599.75,-384.06 1706,-360 1775.69,-344.22 1856.35,-328.18 1909.35,-317.94"/>
|
||||
<polygon fill="black" stroke="black" points="1910.08,-321.36 1919.24,-316.04 1908.76,-314.49 1910.08,-321.36"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:ui -->
|
||||
<g id="edge105" class="edge">
|
||||
<title>:feature:request-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1433.16,-437C1448.38,-435.1 1464.15,-433.32 1479,-432 1819.36,-401.65 1905.77,-414.1 2247,-396 2327.88,-391.71 2421.53,-386.03 2479.27,-382.44"/>
|
||||
<polygon fill="black" stroke="black" points="2479.51,-385.94 2489.27,-381.82 2479.07,-378.95 2479.51,-385.94"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:designsystem -->
|
||||
<g id="edge106" class="edge">
|
||||
<title>:feature:request-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1433.16,-437.03C1448.38,-435.12 1464.15,-433.34 1479,-432 1559.88,-424.69 2134.32,-427.91 2209,-396 2230.39,-386.86 2225.88,-369.75 2247,-360 2313.36,-329.35 2508.38,-316.06 2632.61,-310.57"/>
|
||||
<polygon fill="black" stroke="black" points="2633.08,-314.05 2642.92,-310.12 2632.78,-307.06 2633.08,-314.05"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:data -->
|
||||
<g id="edge110" class="edge">
|
||||
<title>:feature:send-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2128.1,-438.13C2074.63,-429.29 2010.6,-415.13 1991,-396 1974.67,-380.06 1969.09,-354.26 1967.34,-334.54"/>
|
||||
<polygon fill="black" stroke="black" points="1970.82,-334.07 1966.73,-324.3 1963.84,-334.5 1970.82,-334.07"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:ui -->
|
||||
<g id="edge108" class="edge">
|
||||
<title>:feature:send-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2270.86,-435.5C2333.34,-422.09 2427.89,-401.79 2485.01,-389.52"/>
|
||||
<polygon fill="black" stroke="black" points="2485.84,-392.92 2494.88,-387.4 2484.37,-386.08 2485.84,-392.92"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:designsystem -->
|
||||
<g id="edge109" class="edge">
|
||||
<title>:feature:send-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2255.25,-433.78C2285.68,-423.7 2325.96,-409.83 2361,-396 2397.65,-381.54 2404.33,-371.52 2442,-360 2509.43,-339.37 2588.03,-325.83 2647.71,-317.6"/>
|
||||
<polygon fill="black" stroke="black" points="2648.43,-321.04 2657.87,-316.23 2647.5,-314.1 2648.43,-321.04"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:data -->
|
||||
<g id="edge113" class="edge">
|
||||
<title>:feature:make-transfer->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2611.63,-435.38C2471.65,-407.5 2154.62,-344.37 2024.44,-318.44"/>
|
||||
<polygon fill="black" stroke="black" points="2024.78,-314.94 2014.28,-316.42 2023.41,-321.8 2024.78,-314.94"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:ui -->
|
||||
<g id="edge111" class="edge">
|
||||
<title>:feature:make-transfer->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2646.14,-432.76C2623.63,-421.97 2594.08,-407.8 2570.96,-396.72"/>
|
||||
<polygon fill="black" stroke="black" points="2572.34,-393.5 2561.81,-392.33 2569.31,-399.81 2572.34,-393.5"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:designsystem -->
|
||||
<g id="edge112" class="edge">
|
||||
<title>:feature:make-transfer->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2687.36,-431.87C2697.85,-407.46 2717.19,-362.43 2729.56,-333.64"/>
|
||||
<polygon fill="black" stroke="black" points="2732.88,-334.76 2733.62,-324.19 2726.45,-332 2732.88,-334.76"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:data -->
|
||||
<g id="edge116" class="edge">
|
||||
<title>:feature:qr->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3232.17,-437.22C3223.56,-435.2 3214.53,-433.33 3206,-432 3087.82,-413.62 2780.7,-438.75 2669,-396 2644.75,-386.72 2647.18,-369.44 2623,-360 2517.05,-318.62 2179.12,-309.55 2034.12,-307.56"/>
|
||||
<polygon fill="black" stroke="black" points="2034.07,-304.06 2024.02,-307.43 2033.97,-311.06 2034.07,-304.06"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:ui -->
|
||||
<g id="edge114" class="edge">
|
||||
<title>:feature:qr->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3232.17,-437.19C3223.56,-435.17 3214.54,-433.31 3206,-432 2952.9,-393.22 2885.27,-426.15 2631,-396 2615.55,-394.17 2598.83,-391.49 2583.69,-388.8"/>
|
||||
<polygon fill="black" stroke="black" points="2583.96,-385.29 2573.5,-386.95 2582.71,-392.18 2583.96,-385.29"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:designsystem -->
|
||||
<g id="edge115" class="edge">
|
||||
<title>:feature:qr->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3231.78,-437.33C3168.44,-420.26 3046.68,-387.5 2943,-360 2896.96,-347.79 2844.98,-334.15 2805.28,-323.77"/>
|
||||
<polygon fill="black" stroke="black" points="2806.02,-320.35 2795.46,-321.21 2804.25,-327.12 2806.02,-320.35"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:data -->
|
||||
<g id="edge119" class="edge">
|
||||
<title>:feature:merchants->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3978.6,-436.92C3965.49,-434.98 3951.85,-433.21 3939,-432 3815.26,-420.31 2938.26,-437.2 2821,-396 2795.84,-387.16 2798.01,-369.26 2773,-360 2638.31,-310.13 2203.14,-306.14 2034.57,-306.53"/>
|
||||
<polygon fill="black" stroke="black" points="2034.33,-303.03 2024.34,-306.56 2034.35,-310.03 2034.33,-303.03"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:ui -->
|
||||
<g id="edge117" class="edge">
|
||||
<title>:feature:merchants->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3978.6,-436.91C3965.49,-434.97 3951.85,-433.21 3939,-432 3427.22,-383.94 3296.39,-421.51 2783,-396 2715.79,-392.66 2638.49,-387.12 2588.08,-383.27"/>
|
||||
<polygon fill="black" stroke="black" points="2588.29,-379.78 2578.05,-382.5 2587.75,-386.76 2588.29,-379.78"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:designsystem -->
|
||||
<g id="edge118" class="edge">
|
||||
<title>:feature:merchants->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3975.59,-437.47C3963.39,-435.58 3950.84,-433.69 3939,-432 3690.15,-396.45 3627.99,-386.43 3378,-360 3189.56,-340.08 2969.11,-323.15 2843.18,-314.09"/>
|
||||
<polygon fill="black" stroke="black" points="2843.39,-310.6 2833.16,-313.37 2842.88,-317.58 2843.39,-310.6"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:data -->
|
||||
<g id="edge122" class="edge">
|
||||
<title>:feature:upi-setup->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M794.97,-435.26C875.73,-415.28 1033.08,-378.55 1169,-360 1438.16,-323.26 1762.02,-311.72 1899.75,-308.32"/>
|
||||
<polygon fill="black" stroke="black" points="1900.21,-311.81 1910.13,-308.07 1900.05,-304.81 1900.21,-311.81"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:ui -->
|
||||
<g id="edge120" class="edge">
|
||||
<title>:feature:upi-setup->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M805.66,-436.95C818.33,-434.98 831.55,-433.2 844,-432 1414.49,-377.21 1560.24,-416.14 2133,-396 2256.63,-391.65 2401.63,-385.16 2478.91,-381.59"/>
|
||||
<polygon fill="black" stroke="black" points="2479.08,-385.08 2488.91,-381.12 2478.75,-378.09 2479.08,-385.08"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:designsystem -->
|
||||
<g id="edge121" class="edge">
|
||||
<title>:feature:upi-setup->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M805.66,-436.96C818.33,-434.99 831.55,-433.2 844,-432 982.41,-418.65 1966.57,-449.33 2095,-396 2116.49,-387.08 2111.78,-369.54 2133,-360 2219.08,-321.28 2479.81,-310.79 2630.41,-307.98"/>
|
||||
<polygon fill="black" stroke="black" points="2630.68,-311.48 2640.62,-307.8 2630.56,-304.48 2630.68,-311.48"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 60 KiB |
913
docs/images/graphs-kmp/dep_graph_mifospay_shared.svg
Normal file
@ -0,0 +1,913 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="4929pt" height="548pt"
|
||||
viewBox="0.00 0.00 4928.66 548.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 544)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-544 4924.66,-544 4924.66,4 -4,4"/>
|
||||
<!-- :mifospay-shared -->
|
||||
<g id="node1" class="node">
|
||||
<title>:mifospay-shared</title>
|
||||
<ellipse fill="none" stroke="black" cx="2749.66" cy="-522" rx="90.18" ry="18"/>
|
||||
<text text-anchor="middle" x="2749.66" y="-518.3" font-family="Times,serif" font-size="14.00">:mifospay-shared</text>
|
||||
</g>
|
||||
<!-- :core:data -->
|
||||
<g id="node2" class="node">
|
||||
<title>:core:data</title>
|
||||
<ellipse fill="none" stroke="black" cx="2966.66" cy="-306" rx="57.39" ry="18"/>
|
||||
<text text-anchor="middle" x="2966.66" y="-302.3" font-family="Times,serif" font-size="14.00">:core:data</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:data -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>:mifospay-shared->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2839.83,-520.35C3229.79,-517.35 4753.21,-503.36 4787.66,-468 4798.83,-456.54 4798.26,-443.99 4787.66,-432 4744.75,-383.41 4273.3,-365 4208.66,-360 3689.53,-319.83 3553.77,-392.98 3037.66,-324 3031.4,-323.16 3024.88,-322.01 3018.44,-320.69"/>
|
||||
<polygon fill="black" stroke="black" points="3018.96,-317.22 3008.45,-318.5 3017.47,-324.06 3018.96,-317.22"/>
|
||||
</g>
|
||||
<!-- :core:network -->
|
||||
<g id="node3" class="node">
|
||||
<title>:core:network</title>
|
||||
<ellipse fill="none" stroke="black" cx="3198.66" cy="-234" rx="74.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3198.66" y="-230.3" font-family="Times,serif" font-size="14.00">:core:network</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:network -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>:mifospay-shared->:core:network</title>
|
||||
<path fill="none" stroke="black" d="M2839.76,-520.09C3234.86,-515.93 4796.57,-497.64 4837.66,-468 4865.26,-448.1 4857.8,-429.51 4863.66,-396 4866.42,-380.24 4874.55,-371.73 4863.66,-360 4755.45,-243.36 3608.19,-234.85 3283.72,-234.79"/>
|
||||
<polygon fill="black" stroke="black" points="3283.44,-231.29 3273.44,-234.79 3283.44,-238.29 3283.44,-231.29"/>
|
||||
</g>
|
||||
<!-- :core:ui -->
|
||||
<g id="node4" class="node">
|
||||
<title>:core:ui</title>
|
||||
<ellipse fill="none" stroke="black" cx="2699.66" cy="-378" rx="45.49" ry="18"/>
|
||||
<text text-anchor="middle" x="2699.66" y="-374.3" font-family="Times,serif" font-size="14.00">:core:ui</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:ui -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>:mifospay-shared->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2740.58,-503.65C2735.47,-493.45 2729.22,-480.2 2724.66,-468 2717.02,-447.51 2710.43,-423.62 2705.94,-405.75"/>
|
||||
<polygon fill="black" stroke="black" points="2709.33,-404.88 2703.54,-396 2702.53,-406.55 2709.33,-404.88"/>
|
||||
</g>
|
||||
<!-- :core:designsystem -->
|
||||
<g id="node5" class="node">
|
||||
<title>:core:designsystem</title>
|
||||
<ellipse fill="none" stroke="black" cx="2556.66" cy="-306" rx="100.98" ry="18"/>
|
||||
<text text-anchor="middle" x="2556.66" y="-302.3" font-family="Times,serif" font-size="14.00">:core:designsystem</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:designsystem -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>:mifospay-shared->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2659.34,-520.93C2197.71,-520.35 121.88,-515.14 75.66,-468 -6.69,-384 -132.94,-425.36 394.66,-360 797.6,-310.09 2062.84,-306.68 2445.77,-306.83"/>
|
||||
<polygon fill="black" stroke="black" points="2446.02,-310.33 2456.02,-306.83 2446.02,-303.33 2446.02,-310.33"/>
|
||||
</g>
|
||||
<!-- :core:domain -->
|
||||
<g id="node6" class="node">
|
||||
<title>:core:domain</title>
|
||||
<ellipse fill="none" stroke="black" cx="4783.66" cy="-378" rx="70.69" ry="18"/>
|
||||
<text text-anchor="middle" x="4783.66" y="-374.3" font-family="Times,serif" font-size="14.00">:core:domain</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:core:domain -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>:mifospay-shared->:core:domain</title>
|
||||
<path fill="none" stroke="black" d="M2839.96,-520.39C3234.09,-517.52 4785.61,-503.97 4820.66,-468 4838.01,-450.2 4822.77,-423.1 4806.92,-403.47"/>
|
||||
<polygon fill="black" stroke="black" points="4809.57,-401.18 4800.42,-395.83 4804.24,-405.72 4809.57,-401.18"/>
|
||||
</g>
|
||||
<!-- :feature:auth -->
|
||||
<g id="node7" class="node">
|
||||
<title>:feature:auth</title>
|
||||
<ellipse fill="none" stroke="black" cx="4707.66" cy="-450" rx="71.49" ry="18"/>
|
||||
<text text-anchor="middle" x="4707.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:auth</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:auth -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>:mifospay-shared->:feature:auth</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M2839.8,-520.59C3164.61,-518.77 4274.39,-509.6 4626.66,-468 4633.47,-467.2 4640.55,-466.1 4647.57,-464.85"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="4648.6,-468.22 4657.77,-462.93 4647.3,-461.34 4648.6,-468.22"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode -->
|
||||
<g id="node8" class="node">
|
||||
<title>:libs:mifos-passcode</title>
|
||||
<ellipse fill="none" stroke="black" cx="3566.66" cy="-450" rx="103.98" ry="18"/>
|
||||
<text text-anchor="middle" x="3566.66" y="-446.3" font-family="Times,serif" font-size="14.00">:libs:mifos-passcode</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:libs:mifos-passcode -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>:mifospay-shared->:libs:mifos-passcode</title>
|
||||
<path fill="none" stroke="black" d="M2836.02,-516.57C2968.97,-509.28 3231.69,-493.02 3453.66,-468 3463.35,-466.91 3473.48,-465.61 3483.52,-464.22"/>
|
||||
<polygon fill="black" stroke="black" points="3484.11,-467.68 3493.52,-462.81 3483.13,-460.74 3484.11,-467.68"/>
|
||||
</g>
|
||||
<!-- :feature:home -->
|
||||
<g id="node9" class="node">
|
||||
<title>:feature:home</title>
|
||||
<ellipse fill="none" stroke="black" cx="3369.66" cy="-450" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="3369.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:home</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:home -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>:mifospay-shared->:feature:home</title>
|
||||
<path fill="none" stroke="black" d="M2834.01,-515.31C2939.87,-507.56 3126.84,-491.86 3285.66,-468 3292.29,-467 3299.18,-465.83 3306.04,-464.58"/>
|
||||
<polygon fill="black" stroke="black" points="3306.86,-467.99 3316.03,-462.69 3305.56,-461.11 3306.86,-467.99"/>
|
||||
</g>
|
||||
<!-- :feature:settings -->
|
||||
<g id="node10" class="node">
|
||||
<title>:feature:settings</title>
|
||||
<ellipse fill="none" stroke="black" cx="3776.66" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3776.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:settings</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:settings -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>:mifospay-shared->:feature:settings</title>
|
||||
<path fill="none" stroke="black" d="M2839.09,-519.37C3005.2,-515.57 3372.43,-503.56 3679.66,-468 3687.97,-467.04 3696.63,-465.83 3705.22,-464.49"/>
|
||||
<polygon fill="black" stroke="black" points="3705.93,-467.92 3715.25,-462.88 3704.82,-461.01 3705.93,-467.92"/>
|
||||
</g>
|
||||
<!-- :feature:faq -->
|
||||
<g id="node11" class="node">
|
||||
<title>:feature:faq</title>
|
||||
<ellipse fill="none" stroke="black" cx="3947.66" cy="-450" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3947.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:faq</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:faq -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>:mifospay-shared->:feature:faq</title>
|
||||
<path fill="none" stroke="black" d="M2838.73,-518.86C3067.98,-513.01 3674.32,-495.37 3873.66,-468 3879.52,-467.2 3885.6,-466.15 3891.63,-464.98"/>
|
||||
<polygon fill="black" stroke="black" points="3892.63,-468.34 3901.71,-462.89 3891.21,-461.49 3892.63,-468.34"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword -->
|
||||
<g id="node12" class="node">
|
||||
<title>:feature:editpassword</title>
|
||||
<ellipse fill="none" stroke="black" cx="4505.66" cy="-450" rx="112.38" ry="18"/>
|
||||
<text text-anchor="middle" x="4505.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:editpassword</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:editpassword -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>:mifospay-shared->:feature:editpassword</title>
|
||||
<path fill="none" stroke="black" d="M2840.2,-521.43C3087.81,-521.86 3796.87,-518.26 4383.66,-468 4394.79,-467.05 4406.45,-465.78 4417.97,-464.36"/>
|
||||
<polygon fill="black" stroke="black" points="4418.55,-467.81 4428.03,-463.07 4417.67,-460.87 4418.55,-467.81"/>
|
||||
</g>
|
||||
<!-- :feature:profile -->
|
||||
<g id="node13" class="node">
|
||||
<title>:feature:profile</title>
|
||||
<ellipse fill="none" stroke="black" cx="4110.66" cy="-450" rx="79.89" ry="18"/>
|
||||
<text text-anchor="middle" x="4110.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:profile</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:profile -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>:mifospay-shared->:feature:profile</title>
|
||||
<path fill="none" stroke="black" d="M2840.24,-521.79C3049.21,-522.6 3580.9,-519 4021.66,-468 4029.16,-467.13 4036.97,-465.99 4044.72,-464.71"/>
|
||||
<polygon fill="black" stroke="black" points="4045.58,-468.12 4054.84,-462.96 4044.39,-461.22 4045.58,-468.12"/>
|
||||
</g>
|
||||
<!-- :feature:history -->
|
||||
<g id="node14" class="node">
|
||||
<title>:feature:history</title>
|
||||
<ellipse fill="none" stroke="black" cx="4291.66" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="4291.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:history</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:history -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>:mifospay-shared->:feature:history</title>
|
||||
<path fill="none" stroke="black" d="M2839.44,-519.44C3113.06,-514.41 3934.09,-497.23 4199.66,-468 4207.58,-467.13 4215.85,-465.97 4224.03,-464.66"/>
|
||||
<polygon fill="black" stroke="black" points="4224.66,-468.1 4233.95,-463 4223.5,-461.2 4224.66,-468.1"/>
|
||||
</g>
|
||||
<!-- :feature:payments -->
|
||||
<g id="node15" class="node">
|
||||
<title>:feature:payments</title>
|
||||
<ellipse fill="none" stroke="black" cx="180.66" cy="-450" rx="95.58" ry="18"/>
|
||||
<text text-anchor="middle" x="180.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:payments</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:payments -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>:mifospay-shared->:feature:payments</title>
|
||||
<path fill="none" stroke="black" d="M2659.46,-520.74C2273.6,-519.37 760.11,-511.3 285.66,-468 276.25,-467.14 266.4,-465.94 256.66,-464.58"/>
|
||||
<polygon fill="black" stroke="black" points="256.98,-461.09 246.58,-463.11 255.97,-468.02 256.98,-461.09"/>
|
||||
</g>
|
||||
<!-- :feature:finance -->
|
||||
<g id="node16" class="node">
|
||||
<title>:feature:finance</title>
|
||||
<ellipse fill="none" stroke="black" cx="377.66" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="377.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:finance</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:finance -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>:mifospay-shared->:feature:finance</title>
|
||||
<path fill="none" stroke="black" d="M2659.43,-520.83C2291.76,-519.82 905.48,-513.04 469.66,-468 461.74,-467.18 453.47,-466.05 445.29,-464.76"/>
|
||||
<polygon fill="black" stroke="black" points="445.81,-461.3 435.37,-463.12 444.66,-468.21 445.81,-461.3"/>
|
||||
</g>
|
||||
<!-- :feature:accounts -->
|
||||
<g id="node17" class="node">
|
||||
<title>:feature:accounts</title>
|
||||
<ellipse fill="none" stroke="black" cx="569.66" cy="-450" rx="90.98" ry="18"/>
|
||||
<text text-anchor="middle" x="569.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:accounts</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:accounts -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>:mifospay-shared->:feature:accounts</title>
|
||||
<path fill="none" stroke="black" d="M2659.53,-520.42C2312.76,-517.92 1064.48,-506.39 669.66,-468 660.78,-467.14 651.5,-465.95 642.32,-464.6"/>
|
||||
<polygon fill="black" stroke="black" points="642.84,-461.14 632.43,-463.08 641.78,-468.06 642.84,-461.14"/>
|
||||
</g>
|
||||
<!-- :feature:invoices -->
|
||||
<g id="node18" class="node">
|
||||
<title>:feature:invoices</title>
|
||||
<ellipse fill="none" stroke="black" cx="766.66" cy="-450" rx="87.99" ry="18"/>
|
||||
<text text-anchor="middle" x="766.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:invoices</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:invoices -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>:mifospay-shared->:feature:invoices</title>
|
||||
<path fill="none" stroke="black" d="M2659.65,-520.23C2333.98,-517.17 1217.64,-504.22 862.66,-468 854.37,-467.15 845.72,-466 837.15,-464.7"/>
|
||||
<polygon fill="black" stroke="black" points="837.59,-461.23 827.16,-463.11 836.48,-468.14 837.59,-461.23"/>
|
||||
</g>
|
||||
<!-- :feature:kyc -->
|
||||
<g id="node19" class="node">
|
||||
<title>:feature:kyc</title>
|
||||
<ellipse fill="none" stroke="black" cx="937.66" cy="-450" rx="65.79" ry="18"/>
|
||||
<text text-anchor="middle" x="937.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:kyc</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:kyc -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>:mifospay-shared->:feature:kyc</title>
|
||||
<path fill="none" stroke="black" d="M2659.58,-520.58C2350.61,-518.76 1335.11,-509.68 1011.66,-468 1005.8,-467.24 999.72,-466.23 993.68,-465.08"/>
|
||||
<polygon fill="black" stroke="black" points="994.1,-461.59 983.6,-463.01 992.7,-468.45 994.1,-461.59"/>
|
||||
</g>
|
||||
<!-- :feature:notification -->
|
||||
<g id="node20" class="node">
|
||||
<title>:feature:notification</title>
|
||||
<ellipse fill="none" stroke="black" cx="1123.66" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="1123.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:notification</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:notification -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>:mifospay-shared->:feature:notification</title>
|
||||
<path fill="none" stroke="black" d="M2659.35,-521.52C2424.14,-522.07 1773.47,-518.51 1234.66,-468 1224.84,-467.08 1214.56,-465.86 1204.39,-464.49"/>
|
||||
<polygon fill="black" stroke="black" points="1204.66,-460.99 1194.27,-463.08 1203.69,-467.93 1204.66,-460.99"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards -->
|
||||
<g id="node21" class="node">
|
||||
<title>:feature:savedcards</title>
|
||||
<ellipse fill="none" stroke="black" cx="1346.66" cy="-450" rx="102.88" ry="18"/>
|
||||
<text text-anchor="middle" x="1346.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:savedcards</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:savedcards -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>:mifospay-shared->:feature:savedcards</title>
|
||||
<path fill="none" stroke="black" d="M2659.44,-520.69C2448.72,-519.23 1908.04,-511.2 1458.66,-468 1448.75,-467.05 1438.38,-465.81 1428.12,-464.43"/>
|
||||
<polygon fill="black" stroke="black" points="1428.3,-460.92 1417.92,-463.01 1427.34,-467.85 1428.3,-460.92"/>
|
||||
</g>
|
||||
<!-- :feature:receipt -->
|
||||
<g id="node22" class="node">
|
||||
<title>:feature:receipt</title>
|
||||
<ellipse fill="none" stroke="black" cx="1550.66" cy="-450" rx="83.39" ry="18"/>
|
||||
<text text-anchor="middle" x="1550.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:receipt</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:receipt -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>:mifospay-shared->:feature:receipt</title>
|
||||
<path fill="none" stroke="black" d="M2659.29,-520.79C2470.04,-519.45 2018.48,-511.52 1642.66,-468 1634.95,-467.11 1626.91,-465.95 1618.93,-464.67"/>
|
||||
<polygon fill="black" stroke="black" points="1619.33,-461.19 1608.89,-462.98 1618.17,-468.09 1619.33,-461.19"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction -->
|
||||
<g id="node23" class="node">
|
||||
<title>:feature:standing-instruction</title>
|
||||
<ellipse fill="none" stroke="black" cx="1795.66" cy="-450" rx="144.07" ry="18"/>
|
||||
<text text-anchor="middle" x="1795.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:standing-instruction</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:standing-instruction -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>:mifospay-shared->:feature:standing-instruction</title>
|
||||
<path fill="none" stroke="black" d="M2663.33,-516.55C2516.42,-508.7 2208.44,-491.01 1948.66,-468 1935.17,-466.8 1921.02,-465.42 1907,-463.96"/>
|
||||
<polygon fill="black" stroke="black" points="1907.14,-460.45 1896.83,-462.88 1906.41,-467.41 1907.14,-460.45"/>
|
||||
</g>
|
||||
<!-- :feature:request-money -->
|
||||
<g id="node24" class="node">
|
||||
<title>:feature:request-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="2077.66" cy="-450" rx="119.68" ry="18"/>
|
||||
<text text-anchor="middle" x="2077.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:request-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:request-money -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>:mifospay-shared->:feature:request-money</title>
|
||||
<path fill="none" stroke="black" d="M2668.62,-513.95C2562.41,-504.51 2370.4,-486.77 2206.66,-468 2195.73,-466.75 2184.28,-465.35 2172.92,-463.92"/>
|
||||
<polygon fill="black" stroke="black" points="2173.33,-460.44 2162.96,-462.65 2172.44,-467.39 2173.33,-460.44"/>
|
||||
</g>
|
||||
<!-- :feature:send-money -->
|
||||
<g id="node25" class="node">
|
||||
<title>:feature:send-money</title>
|
||||
<ellipse fill="none" stroke="black" cx="2321.66" cy="-450" rx="105.88" ry="18"/>
|
||||
<text text-anchor="middle" x="2321.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:send-money</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:send-money -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>:mifospay-shared->:feature:send-money</title>
|
||||
<path fill="none" stroke="black" d="M2682.32,-509.99C2607.37,-497.73 2486.17,-477.91 2405.23,-464.67"/>
|
||||
<polygon fill="black" stroke="black" points="2405.5,-461.17 2395.07,-463.01 2404.37,-468.07 2405.5,-461.17"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer -->
|
||||
<g id="node26" class="node">
|
||||
<title>:feature:make-transfer</title>
|
||||
<ellipse fill="none" stroke="black" cx="2561.66" cy="-450" rx="115.88" ry="18"/>
|
||||
<text text-anchor="middle" x="2561.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:make-transfer</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:make-transfer -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>:mifospay-shared->:feature:make-transfer</title>
|
||||
<path fill="none" stroke="black" d="M2708.87,-505.81C2680.9,-495.4 2643.57,-481.5 2613.5,-470.3"/>
|
||||
<polygon fill="black" stroke="black" points="2614.6,-466.98 2604.01,-466.77 2612.16,-473.54 2614.6,-466.98"/>
|
||||
</g>
|
||||
<!-- :feature:qr -->
|
||||
<g id="node27" class="node">
|
||||
<title>:feature:qr</title>
|
||||
<ellipse fill="none" stroke="black" cx="2793.66" cy="-450" rx="60.39" ry="18"/>
|
||||
<text text-anchor="middle" x="2793.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:qr</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:qr -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>:mifospay-shared->:feature:qr</title>
|
||||
<path fill="none" stroke="black" d="M2760.32,-504.05C2765.5,-495.8 2771.85,-485.7 2777.61,-476.54"/>
|
||||
<polygon fill="black" stroke="black" points="2780.75,-478.12 2783.11,-467.79 2774.83,-474.39 2780.75,-478.12"/>
|
||||
</g>
|
||||
<!-- :feature:merchants -->
|
||||
<g id="node28" class="node">
|
||||
<title>:feature:merchants</title>
|
||||
<ellipse fill="none" stroke="black" cx="2971.66" cy="-450" rx="99.38" ry="18"/>
|
||||
<text text-anchor="middle" x="2971.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:merchants</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:merchants -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>:mifospay-shared->:feature:merchants</title>
|
||||
<path fill="none" stroke="black" d="M2795.66,-506.5C2830.17,-495.61 2877.62,-480.65 2914.56,-469.01"/>
|
||||
<polygon fill="black" stroke="black" points="2915.71,-472.31 2924.19,-465.97 2913.6,-465.64 2915.71,-472.31"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup -->
|
||||
<g id="node29" class="node">
|
||||
<title>:feature:upi-setup</title>
|
||||
<ellipse fill="none" stroke="black" cx="3182.66" cy="-450" rx="93.68" ry="18"/>
|
||||
<text text-anchor="middle" x="3182.66" y="-446.3" font-family="Times,serif" font-size="14.00">:feature:upi-setup</text>
|
||||
</g>
|
||||
<!-- :mifospay-shared->:feature:upi-setup -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>:mifospay-shared->:feature:upi-setup</title>
|
||||
<path fill="none" stroke="black" d="M2817.94,-510.12C2884.68,-499.47 2989.18,-482.73 3079.66,-468 3087.61,-466.71 3095.91,-465.35 3104.18,-463.99"/>
|
||||
<polygon fill="black" stroke="black" points="3104.95,-467.41 3114.25,-462.33 3103.81,-460.5 3104.95,-467.41"/>
|
||||
</g>
|
||||
<!-- :core:data->:core:network -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>:core:data->:core:network</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3006.55,-292.97C3044.45,-281.53 3101.76,-264.24 3143.93,-251.52"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3145.19,-254.79 3153.76,-248.55 3143.17,-248.09 3145.19,-254.79"/>
|
||||
</g>
|
||||
<!-- :core:common -->
|
||||
<g id="node30" class="node">
|
||||
<title>:core:common</title>
|
||||
<ellipse fill="none" stroke="black" cx="3124.66" cy="-18" rx="75.29" ry="18"/>
|
||||
<text text-anchor="middle" x="3124.66" y="-14.3" font-family="Times,serif" font-size="14.00">:core:common</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:common -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>:core:data->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2963.37,-287.94C2956.35,-246.27 2944.38,-137.92 2994.66,-72 3009.54,-52.5 3032.81,-40.14 3055.57,-32.32"/>
|
||||
<polygon fill="black" stroke="black" points="3056.8,-35.6 3065.27,-29.24 3054.68,-28.93 3056.8,-35.6"/>
|
||||
</g>
|
||||
<!-- :core:datastore -->
|
||||
<g id="node31" class="node">
|
||||
<title>:core:datastore</title>
|
||||
<ellipse fill="none" stroke="black" cx="3198.66" cy="-162" rx="81.49" ry="18"/>
|
||||
<text text-anchor="middle" x="3198.66" y="-158.3" font-family="Times,serif" font-size="14.00">:core:datastore</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:datastore -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>:core:data->:core:datastore</title>
|
||||
<path fill="none" stroke="black" d="M2991.93,-289.53C3033.53,-264.07 3116.5,-213.29 3163.7,-184.4"/>
|
||||
<polygon fill="black" stroke="black" points="3165.66,-187.31 3172.36,-179.1 3162,-181.34 3165.66,-187.31"/>
|
||||
</g>
|
||||
<!-- :core:model -->
|
||||
<g id="node32" class="node">
|
||||
<title>:core:model</title>
|
||||
<ellipse fill="none" stroke="black" cx="3068.66" cy="-90" rx="64.99" ry="18"/>
|
||||
<text text-anchor="middle" x="3068.66" y="-86.3" font-family="Times,serif" font-size="14.00">:core:model</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:model -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>:core:data->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2974,-288.08C2990.7,-249.58 3030.66,-157.7 3037.66,-144 3042.29,-134.94 3047.78,-125.26 3052.84,-116.69"/>
|
||||
<polygon fill="black" stroke="black" points="3055.97,-118.29 3058.11,-107.91 3049.97,-114.69 3055.97,-118.29"/>
|
||||
</g>
|
||||
<!-- :core:analytics -->
|
||||
<g id="node33" class="node">
|
||||
<title>:core:analytics</title>
|
||||
<ellipse fill="none" stroke="black" cx="2869.66" cy="-234" rx="77.99" ry="18"/>
|
||||
<text text-anchor="middle" x="2869.66" y="-230.3" font-family="Times,serif" font-size="14.00">:core:analytics</text>
|
||||
</g>
|
||||
<!-- :core:data->:core:analytics -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>:core:data->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M2944.65,-289.12C2931.57,-279.67 2914.78,-267.56 2900.4,-257.18"/>
|
||||
<polygon fill="black" stroke="black" points="2902.42,-254.32 2892.26,-251.31 2898.32,-260 2902.42,-254.32"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:common -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>:core:network->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M3241.08,-218.95C3259.1,-210.64 3278.32,-198.1 3288.66,-180 3296.61,-166.11 3295.76,-158.34 3288.66,-144 3263.96,-94.1 3208.74,-58.7 3169.2,-38.59"/>
|
||||
<polygon fill="black" stroke="black" points="3170.53,-35.35 3160.02,-34.05 3167.43,-41.62 3170.53,-35.35"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:datastore -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>:core:network->:core:datastore</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3198.66,-215.7C3198.66,-207.98 3198.66,-198.71 3198.66,-190.11"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3202.16,-190.1 3198.66,-180.1 3195.16,-190.1 3202.16,-190.1"/>
|
||||
</g>
|
||||
<!-- :core:network->:core:model -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>:core:network->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M3162.64,-218.18C3144.56,-209.29 3123.43,-196.48 3108.66,-180 3092.66,-162.14 3082.13,-136.82 3075.91,-117.75"/>
|
||||
<polygon fill="black" stroke="black" points="3079.24,-116.68 3072.96,-108.15 3072.55,-118.74 3079.24,-116.68"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:designsystem -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>:core:ui->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2672.09,-363.5C2651.24,-353.3 2622.26,-339.11 2598.55,-327.5"/>
|
||||
<polygon fill="black" stroke="black" points="2599.94,-324.29 2589.42,-323.03 2596.86,-330.57 2599.94,-324.29"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:common -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>:core:ui->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M2700.49,-359.89C2701.76,-341.69 2704.9,-312.24 2712.66,-288 2723.64,-253.74 2727.89,-244.64 2749.66,-216 2828.76,-111.96 2978.76,-57.43 3063.1,-33.81"/>
|
||||
<polygon fill="black" stroke="black" points="3064.08,-37.17 3072.8,-31.15 3062.23,-30.42 3064.08,-37.17"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:model -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>:core:ui->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2704.38,-359.59C2713.96,-327.22 2738.63,-257.31 2782.66,-216 2847.47,-155.21 2946.6,-121.01 3009.49,-104.28"/>
|
||||
<polygon fill="black" stroke="black" points="3010.46,-107.64 3019.26,-101.74 3008.7,-100.87 3010.46,-107.64"/>
|
||||
</g>
|
||||
<!-- :core:ui->:core:analytics -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>:core:ui->:core:analytics</title>
|
||||
<path fill="none" stroke="black" d="M2723.28,-362.46C2739.15,-352.34 2760.26,-338.15 2777.66,-324 2802.56,-303.76 2828.63,-278.04 2846.64,-259.46"/>
|
||||
<polygon fill="black" stroke="black" points="2849.43,-261.61 2853.84,-251.97 2844.39,-256.76 2849.43,-261.61"/>
|
||||
</g>
|
||||
<!-- :core:designsystem->:core:model -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>:core:designsystem->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M2571.14,-287.97C2600.82,-254.32 2672.32,-179.47 2749.66,-144 2827.94,-108.11 2926.92,-96.2 2993.71,-92.42"/>
|
||||
<polygon fill="black" stroke="black" points="2993.93,-95.91 3003.73,-91.9 2993.57,-88.92 2993.93,-95.91"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:data -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>:core:domain->:core:data</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M4733.1,-365.37C4721.83,-363.2 4709.88,-361.23 4698.66,-360 3964.69,-279.28 3769.99,-418.51 3037.66,-324 3031.31,-323.18 3024.7,-322.02 3018.18,-320.69"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3018.58,-317.19 3008.06,-318.48 3017.08,-324.03 3018.58,-317.19"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:common -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>:core:domain->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M4815.44,-361.73C4855.91,-339.8 4920.66,-295.29 4920.66,-235 4920.66,-235 4920.66,-235 4920.66,-161 4920.66,-74.06 3565.55,-31.02 3209.51,-21.21"/>
|
||||
<polygon fill="black" stroke="black" points="3209.36,-17.7 3199.27,-20.93 3209.17,-24.7 3209.36,-17.7"/>
|
||||
</g>
|
||||
<!-- :core:domain->:core:model -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>:core:domain->:core:model</title>
|
||||
<path fill="none" stroke="black" d="M4715.59,-372.85C4406.41,-353.91 3148,-275.48 3114.66,-252 3072.38,-222.21 3066.65,-156.05 3067.09,-118.47"/>
|
||||
<polygon fill="black" stroke="black" points="3070.6,-118.33 3067.37,-108.24 3063.6,-118.14 3070.6,-118.33"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:data -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>:feature:auth->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4655.94,-437.42C4646.24,-435.45 4636.17,-433.55 4626.66,-432 4354.18,-387.6 4284.94,-381.13 4009.66,-360 3578.64,-326.92 3465.97,-382.62 3037.66,-324 3031.4,-323.14 3024.88,-321.97 3018.45,-320.65"/>
|
||||
<polygon fill="black" stroke="black" points="3018.97,-317.18 3008.45,-318.46 3017.47,-324.02 3018.97,-317.18"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:ui -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>:feature:auth->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4657.77,-437.07C4647.54,-435.03 4636.8,-433.19 4626.66,-432 4436.86,-409.66 3051.65,-384.99 2755.35,-379.94"/>
|
||||
<polygon fill="black" stroke="black" points="2755.33,-376.43 2745.27,-379.76 2755.21,-383.43 2755.33,-376.43"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:designsystem -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>:feature:auth->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4657.31,-437.22C4647.21,-435.2 4636.64,-433.33 4626.66,-432 4352.62,-395.51 4280.63,-424.79 4005.66,-396 3899.7,-384.91 3874.71,-370.22 3768.66,-360 3384.34,-322.95 3286.38,-341.53 2900.66,-324 2820.7,-320.37 2730.29,-315.88 2662.23,-312.43"/>
|
||||
<polygon fill="black" stroke="black" points="2662.1,-308.92 2651.93,-311.91 2661.74,-315.91 2662.1,-308.92"/>
|
||||
</g>
|
||||
<!-- :feature:auth->:core:domain -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>:feature:auth->:core:domain</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M4725.68,-432.41C4735.42,-423.43 4747.63,-412.19 4758.32,-402.34"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="4760.8,-404.82 4765.78,-395.47 4756.06,-399.67 4760.8,-404.82"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:data -->
|
||||
<g id="edge54" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3507.55,-435.09C3409.76,-412.07 3208.2,-364.56 3037.66,-324 3032.06,-322.67 3026.2,-321.27 3020.36,-319.87"/>
|
||||
<polygon fill="black" stroke="black" points="3021.13,-316.46 3010.59,-317.54 3019.51,-323.27 3021.13,-316.46"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:ui -->
|
||||
<g id="edge52" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3493.53,-437.13C3480.29,-435.23 3466.58,-433.42 3453.66,-432 3318.01,-417.05 2905.01,-391.4 2754.92,-382.31"/>
|
||||
<polygon fill="black" stroke="black" points="2754.77,-378.8 2744.58,-381.69 2754.35,-385.79 2754.77,-378.8"/>
|
||||
</g>
|
||||
<!-- :libs:mifos-passcode->:core:designsystem -->
|
||||
<g id="edge53" class="edge">
|
||||
<title>:libs:mifos-passcode->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3492.58,-437.29C3479.63,-435.4 3466.27,-433.56 3453.66,-432 3290.14,-411.74 3246.94,-424.6 3084.66,-396 3021.39,-384.85 3007.71,-372.37 2944.66,-360 2845.54,-340.55 2730.78,-325.83 2651.92,-316.89"/>
|
||||
<polygon fill="black" stroke="black" points="2651.85,-313.36 2641.52,-315.72 2651.07,-320.32 2651.85,-313.36"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:data -->
|
||||
<g id="edge57" class="edge">
|
||||
<title>:feature:home->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3329.18,-434.73C3253.86,-408.19 3092.64,-351.39 3013.06,-323.35"/>
|
||||
<polygon fill="black" stroke="black" points="3013.91,-319.93 3003.31,-319.91 3011.58,-326.54 3013.91,-319.93"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:ui -->
|
||||
<g id="edge55" class="edge">
|
||||
<title>:feature:home->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3316.04,-437.24C3305.98,-435.29 3295.53,-433.44 3285.66,-432 3233.88,-424.44 2889.55,-395.03 2754.18,-383.59"/>
|
||||
<polygon fill="black" stroke="black" points="2754.29,-380.08 2744.03,-382.73 2753.7,-387.06 2754.29,-380.08"/>
|
||||
</g>
|
||||
<!-- :feature:home->:core:designsystem -->
|
||||
<g id="edge56" class="edge">
|
||||
<title>:feature:home->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3315.56,-437.39C3305.64,-435.45 3295.36,-433.56 3285.66,-432 3153.52,-410.71 3117.46,-424.44 2986.66,-396 2935.16,-384.8 2924.9,-372.38 2873.66,-360 2797.73,-341.65 2710.03,-327.52 2646.16,-318.48"/>
|
||||
<polygon fill="black" stroke="black" points="2646.5,-315 2636.11,-317.08 2645.53,-321.93 2646.5,-315"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:data -->
|
||||
<g id="edge60" class="edge">
|
||||
<title>:feature:settings->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3714.65,-437.2C3621,-419.54 3437.85,-385.56 3281.66,-360 3173.49,-342.3 3145.3,-344.78 3037.66,-324 3031.84,-322.88 3025.78,-321.6 3019.76,-320.25"/>
|
||||
<polygon fill="black" stroke="black" points="3020.24,-316.77 3009.71,-317.95 3018.68,-323.6 3020.24,-316.77"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:ui -->
|
||||
<g id="edge58" class="edge">
|
||||
<title>:feature:settings->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3715.25,-437.1C3703.47,-435.14 3691.22,-433.32 3679.66,-432 3587.88,-421.51 2948.21,-390.75 2754.88,-381.6"/>
|
||||
<polygon fill="black" stroke="black" points="2754.82,-378.09 2744.67,-381.12 2754.49,-385.09 2754.82,-378.09"/>
|
||||
</g>
|
||||
<!-- :feature:settings->:core:designsystem -->
|
||||
<g id="edge59" class="edge">
|
||||
<title>:feature:settings->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3714.7,-437.22C3703.09,-435.28 3691.03,-433.43 3679.66,-432 3472.68,-405.96 3418.37,-424.18 3211.66,-396 3129.53,-384.8 3110.59,-372.64 3028.66,-360 2900.3,-340.2 2751.21,-324.7 2655.5,-315.71"/>
|
||||
<polygon fill="black" stroke="black" points="2655.53,-312.19 2645.25,-314.75 2654.88,-319.16 2655.53,-312.19"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:data -->
|
||||
<g id="edge63" class="edge">
|
||||
<title>:feature:faq->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3900.41,-437.58C3891.54,-435.6 3882.34,-433.65 3873.66,-432 3663.47,-392.02 3609.96,-386.65 3397.66,-360 3238.12,-339.97 3196.22,-350.78 3037.66,-324 3031.74,-323 3025.58,-321.79 3019.46,-320.47"/>
|
||||
<polygon fill="black" stroke="black" points="3019.8,-316.96 3009.27,-318.19 3018.27,-323.79 3019.8,-316.96"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:ui -->
|
||||
<g id="edge61" class="edge">
|
||||
<title>:feature:faq->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3901.72,-437.09C3892.48,-435.08 3882.81,-433.25 3873.66,-432 3762.28,-416.82 2972.57,-388.5 2755.03,-380.91"/>
|
||||
<polygon fill="black" stroke="black" points="2754.92,-377.4 2744.8,-380.55 2754.68,-384.4 2754.92,-377.4"/>
|
||||
</g>
|
||||
<!-- :feature:faq->:core:designsystem -->
|
||||
<g id="edge62" class="edge">
|
||||
<title>:feature:faq->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3901.29,-437.2C3892.18,-435.2 3882.66,-433.35 3873.66,-432 3652.01,-398.81 3593.4,-420.92 3370.66,-396 3265.22,-384.2 3239.99,-372.85 3134.66,-360 2968.15,-339.68 2773.77,-323.38 2658.19,-314.46"/>
|
||||
<polygon fill="black" stroke="black" points="2658.18,-310.95 2647.94,-313.67 2657.65,-317.93 2658.18,-310.95"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:data -->
|
||||
<g id="edge66" class="edge">
|
||||
<title>:feature:editpassword->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4423.97,-437.56C4410.51,-435.69 4396.7,-433.78 4383.66,-432 4145.96,-399.44 4087.64,-381.34 3848.66,-360 3489.3,-327.91 3394.95,-374.24 3037.66,-324 3031.4,-323.12 3024.89,-321.94 3018.46,-320.6"/>
|
||||
<polygon fill="black" stroke="black" points="3018.98,-317.14 3008.46,-318.41 3017.47,-323.97 3018.98,-317.14"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:ui -->
|
||||
<g id="edge64" class="edge">
|
||||
<title>:feature:editpassword->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4428.03,-436.91C4413.33,-434.99 4398.05,-433.22 4383.66,-432 4056.67,-404.15 3009.11,-384.4 2755.39,-379.95"/>
|
||||
<polygon fill="black" stroke="black" points="2755.36,-376.45 2745.31,-379.77 2755.24,-383.45 2755.36,-376.45"/>
|
||||
</g>
|
||||
<!-- :feature:editpassword->:core:designsystem -->
|
||||
<g id="edge65" class="edge">
|
||||
<title>:feature:editpassword->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4426.35,-437.22C4412.15,-435.32 4397.48,-433.49 4383.66,-432 4175.81,-409.56 4122.79,-415.69 3914.66,-396 3772.18,-382.52 3737.31,-371.65 3594.66,-360 3548.83,-356.25 2917.51,-324.85 2662.44,-312.23"/>
|
||||
<polygon fill="black" stroke="black" points="2662.59,-308.73 2652.43,-311.73 2662.24,-315.72 2662.59,-308.73"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:data -->
|
||||
<g id="edge69" class="edge">
|
||||
<title>:feature:profile->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4052.32,-437.52C4042.11,-435.61 4031.59,-433.7 4021.66,-432 3811.21,-395.96 3758.88,-383.55 3546.66,-360 3321.26,-334.99 3261.81,-358.52 3037.66,-324 3031.5,-323.05 3025.08,-321.84 3018.73,-320.5"/>
|
||||
<polygon fill="black" stroke="black" points="3019.38,-317.06 3008.86,-318.31 3017.87,-323.89 3019.38,-317.06"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:ui -->
|
||||
<g id="edge67" class="edge">
|
||||
<title>:feature:profile->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4054.84,-437.02C4043.88,-435.05 4032.45,-433.24 4021.66,-432 3770.48,-403.14 2973.69,-384.72 2755.42,-380.13"/>
|
||||
<polygon fill="black" stroke="black" points="2755.24,-376.62 2745.16,-379.91 2755.09,-383.62 2755.24,-376.62"/>
|
||||
</g>
|
||||
<!-- :feature:profile->:core:designsystem -->
|
||||
<g id="edge68" class="edge">
|
||||
<title>:feature:profile->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4053.85,-437.16C4043.19,-435.22 4032.11,-433.39 4021.66,-432 3814.44,-404.34 3760.66,-417.06 3552.66,-396 3425.2,-383.09 3394.14,-372.77 3266.66,-360 3051.74,-338.46 2799.4,-321.63 2660.87,-313.12"/>
|
||||
<polygon fill="black" stroke="black" points="2660.88,-309.61 2650.69,-312.5 2660.46,-316.6 2660.88,-309.61"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:data -->
|
||||
<g id="edge72" class="edge">
|
||||
<title>:feature:history->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M4231.35,-437.48C4220.8,-435.57 4209.92,-433.67 4199.66,-432 3974.17,-395.23 3918.05,-382.31 3690.66,-360 3401.39,-331.62 3325.28,-366.01 3037.66,-324 3031.41,-323.09 3024.9,-321.88 3018.46,-320.54"/>
|
||||
<polygon fill="black" stroke="black" points="3018.99,-317.07 3008.47,-318.33 3017.48,-323.91 3018.99,-317.07"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:ui -->
|
||||
<g id="edge70" class="edge">
|
||||
<title>:feature:history->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M4233.95,-436.99C4222.62,-435.02 4210.81,-433.22 4199.66,-432 3911.57,-400.47 2991.61,-383.72 2755.38,-379.87"/>
|
||||
<polygon fill="black" stroke="black" points="2755.36,-376.37 2745.3,-379.7 2755.24,-383.37 2755.36,-376.37"/>
|
||||
</g>
|
||||
<!-- :feature:history->:core:designsystem -->
|
||||
<g id="edge71" class="edge">
|
||||
<title>:feature:history->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M4232.92,-437.2C4221.9,-435.25 4210.46,-433.41 4199.66,-432 3995.9,-405.29 3943.23,-415.67 3738.66,-396 3598.4,-382.51 3564.04,-372.3 3423.66,-360 3278.59,-347.28 2858.92,-323.59 2661.57,-312.72"/>
|
||||
<polygon fill="black" stroke="black" points="2661.66,-309.22 2651.48,-312.16 2661.27,-316.21 2661.66,-309.22"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:data -->
|
||||
<g id="edge75" class="edge">
|
||||
<title>:feature:payments->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M250.09,-437.52C337.64,-422.97 478.23,-399.38 489.66,-396 528.62,-384.49 533.95,-368.51 573.66,-360 801.09,-311.28 2434.23,-332.58 2666.66,-324 2747.48,-321.02 2840.44,-315.41 2901.19,-311.45"/>
|
||||
<polygon fill="black" stroke="black" points="2901.65,-314.93 2911.4,-310.79 2901.2,-307.95 2901.65,-314.93"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:ui -->
|
||||
<g id="edge73" class="edge">
|
||||
<title>:feature:payments->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M246.58,-436.9C259.5,-434.93 272.98,-433.16 285.66,-432 765.25,-388.12 2328.54,-380.31 2643.92,-379.17"/>
|
||||
<polygon fill="black" stroke="black" points="2644.19,-382.67 2654.17,-379.14 2644.16,-375.67 2644.19,-382.67"/>
|
||||
</g>
|
||||
<!-- :feature:payments->:core:designsystem -->
|
||||
<g id="edge74" class="edge">
|
||||
<title>:feature:payments->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M231.47,-434.72C308.28,-413.87 458.91,-375.85 589.66,-360 952.97,-315.97 2085.93,-308.52 2445.78,-307.26"/>
|
||||
<polygon fill="black" stroke="black" points="2445.96,-310.76 2455.94,-307.22 2445.93,-303.76 2445.96,-310.76"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:data -->
|
||||
<g id="edge78" class="edge">
|
||||
<title>:feature:finance->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M424.85,-435.1C498.39,-414.18 645.13,-375.42 772.66,-360 1190.59,-309.48 2246,-339.91 2666.66,-324 2747.48,-320.94 2840.44,-315.35 2901.19,-311.42"/>
|
||||
<polygon fill="black" stroke="black" points="2901.65,-314.9 2911.4,-310.76 2901.2,-307.91 2901.65,-314.9"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:ui -->
|
||||
<g id="edge76" class="edge">
|
||||
<title>:feature:finance->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M435.37,-436.89C446.7,-434.92 458.52,-433.16 469.66,-432 910.07,-386.37 2342.9,-379.97 2643.88,-379.12"/>
|
||||
<polygon fill="black" stroke="black" points="2644.11,-382.62 2654.1,-379.1 2644.09,-375.62 2644.11,-382.62"/>
|
||||
</g>
|
||||
<!-- :feature:finance->:core:designsystem -->
|
||||
<g id="edge77" class="edge">
|
||||
<title>:feature:finance->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M426.09,-435.28C501.56,-414.6 652.1,-376.15 782.66,-360 1106.7,-319.91 2110.01,-309.87 2445.85,-307.61"/>
|
||||
<polygon fill="black" stroke="black" points="2446.1,-311.11 2456.07,-307.54 2446.05,-304.11 2446.1,-311.11"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:data -->
|
||||
<g id="edge81" class="edge">
|
||||
<title>:feature:accounts->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M619.51,-434.89C696.01,-413.97 847.32,-375.54 978.66,-360 1351.26,-315.91 2291.75,-338.62 2666.66,-324 2747.48,-320.85 2840.43,-315.28 2901.19,-311.38"/>
|
||||
<polygon fill="black" stroke="black" points="2901.65,-314.85 2911.4,-310.72 2901.2,-307.87 2901.65,-314.85"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:ui -->
|
||||
<g id="edge79" class="edge">
|
||||
<title>:feature:accounts->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M632.43,-436.93C644.73,-434.96 657.57,-433.18 669.66,-432 1068.47,-393.09 2359.61,-381.49 2643.94,-379.38"/>
|
||||
<polygon fill="black" stroke="black" points="2644.04,-382.88 2654.02,-379.31 2643.99,-375.88 2644.04,-382.88"/>
|
||||
</g>
|
||||
<!-- :feature:accounts->:core:designsystem -->
|
||||
<g id="edge80" class="edge">
|
||||
<title>:feature:accounts->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M620.04,-434.92C696.58,-414.22 847.09,-376.3 977.66,-360 1262.34,-324.47 2136.09,-311.62 2446.13,-308.1"/>
|
||||
<polygon fill="black" stroke="black" points="2446.52,-311.6 2456.48,-307.99 2446.44,-304.6 2446.52,-311.6"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:data -->
|
||||
<g id="edge84" class="edge">
|
||||
<title>:feature:invoices->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M815.83,-435.01C891.67,-414.17 1042.1,-375.74 1172.66,-360 1502.38,-320.26 2334.84,-337.4 2666.66,-324 2747.47,-320.74 2840.43,-315.19 2901.19,-311.33"/>
|
||||
<polygon fill="black" stroke="black" points="2901.64,-314.8 2911.4,-310.67 2901.2,-307.82 2901.64,-314.8"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:ui -->
|
||||
<g id="edge82" class="edge">
|
||||
<title>:feature:invoices->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M827.16,-436.9C838.9,-434.95 851.13,-433.18 862.66,-432 1220.9,-395.31 2375.69,-382.12 2643.73,-379.51"/>
|
||||
<polygon fill="black" stroke="black" points="2644.03,-383.01 2653.99,-379.41 2643.96,-376.01 2644.03,-383.01"/>
|
||||
</g>
|
||||
<!-- :feature:invoices->:core:designsystem -->
|
||||
<g id="edge83" class="edge">
|
||||
<title>:feature:invoices->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M816.23,-435.07C891.93,-414.49 1041.19,-376.6 1170.66,-360 1416.47,-328.48 2163,-313.38 2446.16,-308.68"/>
|
||||
<polygon fill="black" stroke="black" points="2446.5,-312.17 2456.44,-308.51 2446.39,-305.17 2446.5,-312.17"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:data -->
|
||||
<g id="edge87" class="edge">
|
||||
<title>:feature:kyc->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M983.69,-437.1C1064.41,-416.84 1237.08,-376.28 1385.66,-360 1951.83,-297.96 2097.62,-348.11 2666.66,-324 2747.34,-320.58 2840.14,-315.08 2900.9,-311.27"/>
|
||||
<polygon fill="black" stroke="black" points="2901.36,-314.75 2911.12,-310.62 2900.92,-307.76 2901.36,-314.75"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:ui -->
|
||||
<g id="edge85" class="edge">
|
||||
<title>:feature:kyc->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M983.6,-436.99C992.83,-434.99 1002.51,-433.18 1011.66,-432 1338.08,-389.79 2390.26,-380.85 2644.15,-379.29"/>
|
||||
<polygon fill="black" stroke="black" points="2644.27,-382.79 2654.25,-379.23 2644.22,-375.79 2644.27,-382.79"/>
|
||||
</g>
|
||||
<!-- :feature:kyc->:core:designsystem -->
|
||||
<g id="edge86" class="edge">
|
||||
<title>:feature:kyc->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M983.94,-437.2C1064.25,-417.29 1234.9,-377.49 1381.66,-360 1770.69,-313.63 2236.57,-307 2445.6,-306.58"/>
|
||||
<polygon fill="black" stroke="black" points="2445.67,-310.08 2455.66,-306.57 2445.66,-303.08 2445.67,-310.08"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:data -->
|
||||
<g id="edge90" class="edge">
|
||||
<title>:feature:notification->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1183.83,-435.38C1277.05,-414.94 1462.27,-376.9 1621.66,-360 2083.79,-311 2202.43,-345.15 2666.66,-324 2747.33,-320.33 2840.13,-314.88 2900.9,-311.15"/>
|
||||
<polygon fill="black" stroke="black" points="2901.35,-314.63 2911.12,-310.52 2900.92,-307.64 2901.35,-314.63"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:ui -->
|
||||
<g id="edge88" class="edge">
|
||||
<title>:feature:notification->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1194.57,-436.89C1207.86,-434.98 1221.66,-433.23 1234.66,-432 1782.03,-380.36 2448.81,-378.13 2643.7,-378.7"/>
|
||||
<polygon fill="black" stroke="black" points="2643.96,-382.2 2653.97,-378.73 2643.98,-375.2 2643.96,-382.2"/>
|
||||
</g>
|
||||
<!-- :feature:notification->:core:designsystem -->
|
||||
<g id="edge89" class="edge">
|
||||
<title>:feature:notification->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1184.66,-435.47C1277.29,-415.5 1459.21,-378.49 1615.66,-360 1914.94,-324.64 2270.65,-312.73 2446.68,-308.82"/>
|
||||
<polygon fill="black" stroke="black" points="2446.81,-312.32 2456.73,-308.61 2446.66,-305.32 2446.81,-312.32"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:data -->
|
||||
<g id="edge93" class="edge">
|
||||
<title>:feature:savedcards->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1409.39,-435.72C1507.06,-415.62 1701.62,-377.94 1868.66,-360 2221.66,-322.09 2312.1,-342.04 2666.66,-324 2747.31,-319.9 2840.12,-314.54 2900.89,-310.95"/>
|
||||
<polygon fill="black" stroke="black" points="2901.33,-314.43 2911.11,-310.34 2900.92,-307.44 2901.33,-314.43"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:ui -->
|
||||
<g id="edge91" class="edge">
|
||||
<title>:feature:savedcards->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1417.92,-437.01C1431.42,-435.07 1445.45,-433.28 1458.66,-432 1914.85,-387.77 2468.93,-380.45 2643.94,-379.24"/>
|
||||
<polygon fill="black" stroke="black" points="2644.21,-382.74 2654.18,-379.17 2644.16,-375.74 2644.21,-382.74"/>
|
||||
</g>
|
||||
<!-- :feature:savedcards->:core:designsystem -->
|
||||
<g id="edge92" class="edge">
|
||||
<title>:feature:savedcards->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1408.35,-435.56C1500.61,-415.94 1680.25,-379.69 1834.66,-360 2051.78,-332.31 2307.6,-317.77 2449.01,-311.3"/>
|
||||
<polygon fill="black" stroke="black" points="2449.57,-314.78 2459.41,-310.83 2449.26,-307.78 2449.57,-314.78"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:data -->
|
||||
<g id="edge96" class="edge">
|
||||
<title>:feature:receipt->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1610.98,-437.47C1621.52,-435.57 1632.4,-433.67 1642.66,-432 1869.48,-395.11 1926.08,-383.5 2154.66,-360 2298.94,-345.17 2734.13,-320.03 2900.77,-310.66"/>
|
||||
<polygon fill="black" stroke="black" points="2901.09,-314.15 2910.88,-310.1 2900.7,-307.16 2901.09,-314.15"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:ui -->
|
||||
<g id="edge94" class="edge">
|
||||
<title>:feature:receipt->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1608.89,-437.04C1620.06,-435.08 1631.69,-433.28 1642.66,-432 2023.54,-387.46 2485.92,-380.32 2643.76,-379.2"/>
|
||||
<polygon fill="black" stroke="black" points="2644.18,-382.7 2654.16,-379.13 2644.13,-375.7 2644.18,-382.7"/>
|
||||
</g>
|
||||
<!-- :feature:receipt->:core:designsystem -->
|
||||
<g id="edge95" class="edge">
|
||||
<title>:feature:receipt->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1611.51,-437.64C1621.9,-435.73 1632.59,-433.79 1642.66,-432 1829.12,-398.79 1875.08,-386.11 2062.66,-360 2199.57,-340.94 2358.64,-324.98 2458.49,-315.7"/>
|
||||
<polygon fill="black" stroke="black" points="2458.93,-319.17 2468.56,-314.77 2458.28,-312.2 2458.93,-319.17"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:data -->
|
||||
<g id="edge99" class="edge">
|
||||
<title>:feature:standing-instruction->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M1880.58,-435.44C1999.38,-416.76 2222.06,-382.85 2412.66,-360 2589.3,-338.82 2798.42,-320.69 2901.94,-312.18"/>
|
||||
<polygon fill="black" stroke="black" points="2902.24,-315.67 2911.92,-311.36 2901.67,-308.69 2902.24,-315.67"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:ui -->
|
||||
<g id="edge97" class="edge">
|
||||
<title>:feature:standing-instruction->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M1897.25,-437.13C1914.4,-435.3 1932.03,-433.51 1948.66,-432 2208.85,-408.37 2520.57,-389.33 2644.73,-382.12"/>
|
||||
<polygon fill="black" stroke="black" points="2644.97,-385.61 2654.75,-381.54 2644.56,-378.62 2644.97,-385.61"/>
|
||||
</g>
|
||||
<!-- :feature:standing-instruction->:core:designsystem -->
|
||||
<g id="edge98" class="edge">
|
||||
<title>:feature:standing-instruction->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M1869.05,-434.46C1959.96,-416.54 2119.6,-385.34 2256.66,-360 2331.3,-346.2 2416.54,-331.22 2477.03,-320.71"/>
|
||||
<polygon fill="black" stroke="black" points="2477.64,-324.16 2486.9,-319 2476.45,-317.26 2477.64,-324.16"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:data -->
|
||||
<g id="edge102" class="edge">
|
||||
<title>:feature:request-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2156.56,-436.4C2331.86,-408.4 2750.57,-341.52 2906.66,-316.59"/>
|
||||
<polygon fill="black" stroke="black" points="2907.67,-319.97 2916.99,-314.93 2906.57,-313.06 2907.67,-319.97"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:ui -->
|
||||
<g id="edge100" class="edge">
|
||||
<title>:feature:request-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2162.61,-437.31C2177.29,-435.43 2192.41,-433.59 2206.66,-432 2382.31,-412.45 2427.48,-419.27 2602.66,-396 2617.95,-393.97 2634.5,-391.26 2649.54,-388.6"/>
|
||||
<polygon fill="black" stroke="black" points="2650.44,-391.99 2659.67,-386.78 2649.2,-385.1 2650.44,-391.99"/>
|
||||
</g>
|
||||
<!-- :feature:request-money->:core:designsystem -->
|
||||
<g id="edge101" class="edge">
|
||||
<title>:feature:request-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2129.38,-433.67C2218.98,-407.11 2402.56,-352.68 2497.25,-324.61"/>
|
||||
<polygon fill="black" stroke="black" points="2498.37,-327.93 2506.96,-321.73 2496.38,-321.22 2498.37,-327.93"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:data -->
|
||||
<g id="edge105" class="edge">
|
||||
<title>:feature:send-money->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2397.7,-437.39C2410.69,-435.51 2424.06,-433.65 2436.66,-432 2577.26,-413.63 2617.84,-436.71 2753.66,-396 2787.56,-385.84 2792.26,-374.21 2824.66,-360 2855.82,-346.34 2891.71,-332.96 2919.62,-323.07"/>
|
||||
<polygon fill="black" stroke="black" points="2920.87,-326.34 2929.14,-319.71 2918.54,-319.73 2920.87,-326.34"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:ui -->
|
||||
<g id="edge103" class="edge">
|
||||
<title>:feature:send-money->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2390.56,-436.24C2465.24,-422.41 2582.66,-400.67 2649.21,-388.34"/>
|
||||
<polygon fill="black" stroke="black" points="2650.25,-391.71 2659.45,-386.45 2648.98,-384.83 2650.25,-391.71"/>
|
||||
</g>
|
||||
<!-- :feature:send-money->:core:designsystem -->
|
||||
<g id="edge104" class="edge">
|
||||
<title>:feature:send-money->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2349.08,-432.43C2391.62,-406.73 2473.53,-357.23 2520.75,-328.7"/>
|
||||
<polygon fill="black" stroke="black" points="2522.67,-331.63 2529.42,-323.46 2519.05,-325.64 2522.67,-331.63"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:data -->
|
||||
<g id="edge108" class="edge">
|
||||
<title>:feature:make-transfer->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2652.85,-438.88C2704.56,-431.12 2769.72,-417.91 2824.66,-396 2867.04,-379.11 2910.77,-349.52 2938.3,-329.13"/>
|
||||
<polygon fill="black" stroke="black" points="2940.41,-331.92 2946.31,-323.12 2936.21,-326.33 2940.41,-331.92"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:ui -->
|
||||
<g id="edge106" class="edge">
|
||||
<title>:feature:make-transfer->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2594.02,-432.59C2614.84,-422.03 2641.93,-408.29 2663.46,-397.36"/>
|
||||
<polygon fill="black" stroke="black" points="2665.28,-400.36 2672.62,-392.72 2662.12,-394.12 2665.28,-400.36"/>
|
||||
</g>
|
||||
<!-- :feature:make-transfer->:core:designsystem -->
|
||||
<g id="edge107" class="edge">
|
||||
<title>:feature:make-transfer->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2561.06,-431.87C2560.21,-407.67 2558.64,-363.21 2557.63,-334.39"/>
|
||||
<polygon fill="black" stroke="black" points="2561.12,-334.06 2557.27,-324.19 2554.12,-334.31 2561.12,-334.06"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:data -->
|
||||
<g id="edge111" class="edge">
|
||||
<title>:feature:qr->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2830.88,-435.68C2852.72,-426.68 2879.99,-413.29 2900.66,-396 2922.07,-378.11 2940.4,-351.92 2952.28,-332.58"/>
|
||||
<polygon fill="black" stroke="black" points="2955.3,-334.35 2957.42,-323.97 2949.29,-330.76 2955.3,-334.35"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:ui -->
|
||||
<g id="edge109" class="edge">
|
||||
<title>:feature:qr->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2772.33,-433.12C2759.42,-423.5 2742.76,-411.1 2728.66,-400.59"/>
|
||||
<polygon fill="black" stroke="black" points="2730.38,-397.51 2720.26,-394.34 2726.19,-403.12 2730.38,-397.51"/>
|
||||
</g>
|
||||
<!-- :feature:qr->:core:designsystem -->
|
||||
<g id="edge110" class="edge">
|
||||
<title>:feature:qr->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2747.6,-438.17C2717.12,-429.68 2677.14,-415.94 2645.66,-396 2618.37,-378.71 2592.91,-351.7 2576.27,-331.97"/>
|
||||
<polygon fill="black" stroke="black" points="2578.77,-329.49 2569.71,-324 2573.37,-333.94 2578.77,-329.49"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:data -->
|
||||
<g id="edge114" class="edge">
|
||||
<title>:feature:merchants->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M2974.14,-431.91C2976.38,-413.97 2979,-384.96 2976.66,-360 2975.87,-351.48 2974.37,-342.28 2972.76,-333.99"/>
|
||||
<polygon fill="black" stroke="black" points="2976.17,-333.16 2970.72,-324.07 2969.31,-334.57 2976.17,-333.16"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:ui -->
|
||||
<g id="edge112" class="edge">
|
||||
<title>:feature:merchants->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M2914.11,-435.28C2871.17,-424.9 2811.11,-410.08 2758.66,-396 2754.26,-394.82 2749.68,-393.56 2745.11,-392.27"/>
|
||||
<polygon fill="black" stroke="black" points="2745.75,-388.82 2735.17,-389.46 2743.84,-395.55 2745.75,-388.82"/>
|
||||
</g>
|
||||
<!-- :feature:merchants->:core:designsystem -->
|
||||
<g id="edge113" class="edge">
|
||||
<title>:feature:merchants->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M2930.09,-433.52C2902.82,-423.22 2866.46,-409.21 2834.66,-396 2798.28,-380.89 2790.8,-373.16 2753.66,-360 2712.14,-345.29 2664.46,-332.36 2626.41,-322.96"/>
|
||||
<polygon fill="black" stroke="black" points="2627,-319.5 2616.45,-320.52 2625.33,-326.3 2627,-319.5"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:data -->
|
||||
<g id="edge117" class="edge">
|
||||
<title>:feature:upi-setup->:core:data</title>
|
||||
<path fill="none" stroke="black" d="M3157.46,-432.43C3118.11,-406.56 3042.1,-356.59 2998.84,-328.15"/>
|
||||
<polygon fill="black" stroke="black" points="3000.67,-325.16 2990.39,-322.6 2996.82,-331.01 3000.67,-325.16"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:ui -->
|
||||
<g id="edge115" class="edge">
|
||||
<title>:feature:upi-setup->:core:ui</title>
|
||||
<path fill="none" stroke="black" d="M3114.83,-437.56C3103.11,-435.65 3091.04,-433.73 3079.66,-432 2962.84,-414.21 2825.44,-395.63 2752.09,-385.89"/>
|
||||
<polygon fill="black" stroke="black" points="2752.55,-382.42 2742.17,-384.58 2751.63,-389.36 2752.55,-382.42"/>
|
||||
</g>
|
||||
<!-- :feature:upi-setup->:core:designsystem -->
|
||||
<g id="edge116" class="edge">
|
||||
<title>:feature:upi-setup->:core:designsystem</title>
|
||||
<path fill="none" stroke="black" d="M3116.35,-437.23C3048.73,-425.03 2948.56,-406.32 2910.66,-396 2864.28,-383.37 2854.95,-372.98 2808.66,-360 2751.68,-344.03 2686.24,-330.4 2636.34,-320.97"/>
|
||||
<polygon fill="black" stroke="black" points="2636.72,-317.48 2626.25,-319.08 2635.43,-324.36 2636.72,-317.48"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:common -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>:core:datastore->:core:common</title>
|
||||
<path fill="none" stroke="black" d="M3189.74,-143.87C3176.96,-119.35 3153.34,-74.03 3138.35,-45.26"/>
|
||||
<polygon fill="black" stroke="black" points="3141.35,-43.44 3133.62,-36.19 3135.14,-46.67 3141.35,-43.44"/>
|
||||
</g>
|
||||
<!-- :core:datastore->:core:model -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>:core:datastore->:core:model</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3169.17,-145.12C3150.46,-135.04 3126.09,-121.92 3106.03,-111.12"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3107.62,-108 3097.15,-106.34 3104.3,-114.16 3107.62,-108"/>
|
||||
</g>
|
||||
<!-- :core:model->:core:common -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>:core:model->:core:common</title>
|
||||
<path fill="none" stroke="red" stroke-width="2" d="M3082.22,-72.05C3089.03,-63.54 3097.41,-53.07 3104.92,-43.68"/>
|
||||
<polygon fill="red" stroke="red" stroke-width="2" points="3107.72,-45.78 3111.23,-35.79 3102.25,-41.41 3107.72,-45.78"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 57 KiB |
0
docs/images/graphs-kmp/dep_graph_mifospay_web.svg
Normal file
@ -24,3 +24,6 @@
|
||||

|
||||

|
||||

|
||||
# :feature:accounts module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# :feature:auth module
|
||||
## Dependency graph
|
||||

|
||||
# :feature:auth module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -16,3 +16,6 @@ https://github.com/user-attachments/assets/bd667ca1-bd85-4783-95bc-f4567e37011f
|
||||

|
||||

|
||||

|
||||
# :feature:editpassword module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -13,3 +13,6 @@ https://github.com/user-attachments/assets/303b2ddb-5230-4823-a5d7-5fc640117f7e
|
||||
|
||||

|
||||

|
||||
# :feature:faq module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -15,3 +15,6 @@ https://github.com/user-attachments/assets/efe67e85-875b-4dba-ad25-3e0128ab5743
|
||||

|
||||

|
||||
|
||||
# :feature:finance module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -18,3 +18,6 @@ https://github.com/user-attachments/assets/8311217d-d3b7-485d-bab3-a525299a3556
|
||||

|
||||

|
||||

|
||||
# :feature:history module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -17,3 +17,6 @@ https://github.com/user-attachments/assets/32af8978-6bc6-4dff-afc1-2e17215381fc
|
||||
### Web
|
||||

|
||||

|
||||
# :feature:home module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -14,3 +14,6 @@ https://github.com/user-attachments/assets/10b1923d-a332-40af-a8ed-91d204b64f0c
|
||||

|
||||

|
||||
|
||||
# :feature:invoices module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -15,3 +15,6 @@ https://github.com/user-attachments/assets/3a445a2d-5a45-432a-b16d-bbd09b8c64f1
|
||||

|
||||

|
||||

|
||||
# :feature:kyc module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -16,3 +16,6 @@ https://github.com/user-attachments/assets/d60d7fd4-4eae-42c9-9909-03c06b28824f
|
||||

|
||||

|
||||
|
||||
# :feature:make-transfer module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
# :feature:merchants module
|
||||
## Dependency graph
|
||||

|
||||
@ -12,3 +12,6 @@ https://github.com/user-attachments/assets/71c99507-2539-4686-af6d-eefefe5fff22
|
||||
### Web
|
||||

|
||||

|
||||
# :feature:notification module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -14,3 +14,6 @@ https://github.com/user-attachments/assets/4ddbab82-5666-40f1-b7bf-a1878474e05c
|
||||
|
||||

|
||||

|
||||
# :feature:payments module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -16,3 +16,6 @@ https://github.com/user-attachments/assets/8c9f6c34-79d1-4c7e-be46-a58493390542
|
||||

|
||||

|
||||

|
||||
# :feature:profile module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
# QR Scan Feature - In Progress
|
||||
|
||||
This feature allows users to scan QR codes and perform actions to send payment.
|
||||
currently, this feature only available in Android & IoS platform.
|
||||
currently, this feature only available in Android & IoS platform.# :feature:qr module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -176,3 +176,6 @@ And this feature could be merge with `Accounting` feature, to download the trans
|
||||
]
|
||||
}
|
||||
```
|
||||
# :feature:receipt module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -4,4 +4,7 @@
|
||||
```
|
||||
<key>NSCameraUsageDescription</key><string>$(PRODUCT_NAME) camera description.</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key><string>$(PRODUCT_NAME) photos description.</string>
|
||||
```
|
||||
```
|
||||
# :feature:request-money module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -19,3 +19,6 @@ https://github.com/user-attachments/assets/45079430-7297-462f-8b5b-3ac0162dd633
|
||||

|
||||

|
||||
|
||||
# :feature:savedcards module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -16,3 +16,6 @@ https://github.com/user-attachments/assets/835a5b4b-00f9-4680-a095-11cb81b160c1
|
||||
|
||||

|
||||

|
||||
# :feature:send-money module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -16,3 +16,6 @@ https://github.com/user-attachments/assets/d0844712-a176-4cc1-b742-22c0fcbf3696
|
||||

|
||||

|
||||

|
||||
# :feature:settings module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -22,3 +22,6 @@ https://github.com/user-attachments/assets/d53d1d69-d60d-42ab-a377-457baf070262
|
||||

|
||||

|
||||
|
||||
# :feature:standing-instruction module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
# :feature:upi-setup module
|
||||
## Dependency graph
|
||||

|
||||
@ -53,7 +53,7 @@ done
|
||||
module_paths=$(./gradlew -q printModulePaths --no-configuration-cache)
|
||||
|
||||
# Ensure the output directory exists
|
||||
mkdir -p docs/images/graphs/
|
||||
mkdir -p docs/images/graphs-kmp/
|
||||
|
||||
# Function to check and create a README.md for modules which don't have one.
|
||||
check_and_create_readme() {
|
||||
@ -67,7 +67,7 @@ check_and_create_readme() {
|
||||
# Check if README.md exists and create it if not
|
||||
if [[ ! -f "$readme_path" ]]; then
|
||||
echo "Creating README.md for ${module_path}"
|
||||
|
||||
fi
|
||||
# Determine the depth of the module based on the number of colons
|
||||
local depth=$(awk -F: '{print NF-1}' <<< "${module_path}")
|
||||
|
||||
@ -76,12 +76,11 @@ check_and_create_readme() {
|
||||
for ((i=1; i<$depth; i++)); do
|
||||
relative_image_path+="../"
|
||||
done
|
||||
relative_image_path+="docs/images/graphs/${file_name}.svg"
|
||||
relative_image_path+="docs/images/graphs-kmp/${file_name}.svg"
|
||||
|
||||
echo "# ${module_path} module" > "$readme_path"
|
||||
echo "# ${module_path} module" >> "$readme_path"
|
||||
echo "## Dependency graph" >> "$readme_path"
|
||||
echo "" >> "$readme_path"
|
||||
fi
|
||||
}
|
||||
|
||||
# Loop through each module path
|
||||
@ -101,7 +100,7 @@ echo "$module_paths" | while read -r module_path; do
|
||||
-Pmodules.graph.of.module="${module_path}" </dev/null
|
||||
|
||||
# Convert to SVG using dot, remove unnecessary comments, and reformat
|
||||
dot -Tsvg "/tmp/${file_name}.gv" > "docs/images/graphs/${file_name}.svg"
|
||||
dot -Tsvg "/tmp/${file_name}.gv" > "docs/images/graphs-kmp/${file_name}.svg"
|
||||
# Remove the temporary .gv file
|
||||
rm "/tmp/${file_name}.gv"
|
||||
fi
|
||||
|
||||
@ -43,7 +43,7 @@ zxingVersion = "3.5.3"
|
||||
|
||||
# Utility Dependencies
|
||||
dependencyGuard = "0.5.0"
|
||||
moduleGraph = "2.5.0"
|
||||
moduleGraph = "2.7.3"
|
||||
secrets = "2.0.1"
|
||||
protobuf = "4.26.0"
|
||||
protobufPlugin = "0.9.4"
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
# :feature:passcode module
|
||||
## Dependency graph
|
||||

|
||||
# :libs:mifos-passcode module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -15,4 +15,7 @@ graph LR
|
||||
:mifospay-android --> :mifospay-shared
|
||||
:mifospay-android --> :core:data
|
||||
:mifospay-android --> :core:ui
|
||||
```
|
||||
```
|
||||
# :mifospay-android module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -19,4 +19,7 @@ graph LR
|
||||
:mifospay-desktop --> :core:model
|
||||
:mifospay-desktop --> :core:datastore
|
||||
:mifospay-desktop --> :mifospay-shared
|
||||
```
|
||||
```
|
||||
# :mifospay-desktop module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -70,4 +70,7 @@ graph LR
|
||||
:mifospay-shared --> :feature:qr
|
||||
:mifospay-shared --> :feature:merchants
|
||||
:mifospay-shared --> :feature:upi-setup
|
||||
```
|
||||
```
|
||||
# :mifospay-shared module
|
||||
## Dependency graph
|
||||

|
||||
|
||||
@ -19,4 +19,7 @@ graph LR
|
||||
:mifospay-web --> :core:data
|
||||
:mifospay-web --> :core:model
|
||||
:mifospay-web --> :core:datastore
|
||||
```
|
||||
```
|
||||
# :mifospay-web module
|
||||
## Dependency graph
|
||||

|
||||
|
||||