metadata_presenter 2.7.2 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/metadata_presenter/branch_destinations.rb +18 -0
- data/app/models/metadata_presenter/column_number.rb +25 -0
- data/app/models/metadata_presenter/coordinates.rb +59 -0
- data/app/models/metadata_presenter/grid.rb +52 -46
- data/app/models/metadata_presenter/row_number.rb +71 -0
- data/default_metadata/flow/conditional.json +1 -0
- data/fixtures/branching.json +11 -0
- data/fixtures/branching_10.json +1271 -0
- data/fixtures/branching_10.png +0 -0
- data/fixtures/branching_2.json +3 -0
- data/fixtures/branching_3.json +2 -0
- data/fixtures/branching_4.json +1 -0
- data/fixtures/branching_5.json +3 -0
- data/fixtures/branching_6.json +1 -0
- data/fixtures/branching_7.json +3 -0
- data/fixtures/branching_8.json +3 -0
- data/fixtures/branching_9.json +1012 -0
- data/fixtures/branching_9.png +0 -0
- data/lib/metadata_presenter/version.rb +1 -1
- data/schemas/flow/branch.json +5 -0
- metadata +10 -2
|
Binary file
|
data/fixtures/branching_2.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"default": "f475d6fd-0ea4-45d5-985e-e1a7c7a5b992",
|
|
22
22
|
"conditionals": [
|
|
23
23
|
{
|
|
24
|
+
"_uuid": "b753b3f0-188e-4435-a84d-894557ba2007",
|
|
24
25
|
"_type": "if",
|
|
25
26
|
"next": "e8708909-922e-4eaf-87a5-096f7a713fcb",
|
|
26
27
|
"expressions": [
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
]
|
|
34
35
|
},
|
|
35
36
|
{
|
|
37
|
+
"_uuid": "2622668f-7ad2-4130-9d4f-274ff540b7e8",
|
|
36
38
|
"_type": "if",
|
|
37
39
|
"next": "3a584d15-6805-4a21-bc05-b61c3be47857",
|
|
38
40
|
"expressions": [
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
"default": "d80a2225-63c3-4944-873f-504b61311a15",
|
|
103
105
|
"conditionals": [
|
|
104
106
|
{
|
|
107
|
+
"_uuid": "f51a3793-53dc-4537-b84b-399a59c103f4",
|
|
105
108
|
"_type": "if",
|
|
106
109
|
"next": "be130ac1-f33d-4845-807d-89b23b90d205",
|
|
107
110
|
"expressions": [
|
data/fixtures/branching_3.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"default": "be130ac1-f33d-4845-807d-89b23b90d205",
|
|
22
22
|
"conditionals": [
|
|
23
23
|
{
|
|
24
|
+
"_uuid": "39bab61b-93d5-486c-8e02-cea0aeb48215",
|
|
24
25
|
"_type": "if",
|
|
25
26
|
"next": "e8708909-922e-4eaf-87a5-096f7a713fcb",
|
|
26
27
|
"expressions": [
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
]
|
|
34
35
|
},
|
|
35
36
|
{
|
|
37
|
+
"_uuid": "96810acb-b5e6-45c1-bacb-6b7a10c0d3a0",
|
|
36
38
|
"_type": "if",
|
|
37
39
|
"next": "3a584d15-6805-4a21-bc05-b61c3be47857",
|
|
38
40
|
"expressions": [
|
data/fixtures/branching_4.json
CHANGED
data/fixtures/branching_5.json
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"default": "f475d6fd-0ea4-45d5-985e-e1a7c7a5b992",
|
|
22
22
|
"conditionals": [
|
|
23
23
|
{
|
|
24
|
+
"_uuid": "91965137-99bd-4bcf-b9c3-61afaa7fc5c0",
|
|
24
25
|
"_type": "if",
|
|
25
26
|
"next": "e8708909-922e-4eaf-87a5-096f7a713fcb",
|
|
26
27
|
"expressions": [
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
]
|
|
34
35
|
},
|
|
35
36
|
{
|
|
37
|
+
"_uuid": "10396fae-c28c-445c-a633-14d6439271a8",
|
|
36
38
|
"_type": "if",
|
|
37
39
|
"next": "3a584d15-6805-4a21-bc05-b61c3be47857",
|
|
38
40
|
"expressions": [
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"default": "d80a2225-63c3-4944-873f-504b61311a15",
|
|
91
93
|
"conditionals": [
|
|
92
94
|
{
|
|
95
|
+
"_uuid": "a2312258-bcbe-48b0-b30c-37d51caaf756",
|
|
93
96
|
"_type": "if",
|
|
94
97
|
"next": "be130ac1-f33d-4845-807d-89b23b90d205",
|
|
95
98
|
"expressions": [
|
data/fixtures/branching_6.json
CHANGED
data/fixtures/branching_7.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"default": "520fde26-8124-4c67-a550-cd38d2ef304d",
|
|
34
34
|
"conditionals": [
|
|
35
35
|
{
|
|
36
|
+
"_uuid": "2d87a4bf-d532-48f5-956c-31ba5d046f63",
|
|
36
37
|
"_type": "if",
|
|
37
38
|
"next": "37a94466-97fa-427f-88b2-09b369435d0d",
|
|
38
39
|
"expressions": [
|
|
@@ -96,6 +97,7 @@
|
|
|
96
97
|
"default": "3a584d15-6805-4a21-bc05-b61c3be47857",
|
|
97
98
|
"conditionals": [
|
|
98
99
|
{
|
|
100
|
+
"_uuid": "daccbe9d-f0dc-41eb-8182-c542bfaa015c",
|
|
99
101
|
"_type": "if",
|
|
100
102
|
"next": "13ecf9bd-5064-4cad-baf8-3dfa091928cb",
|
|
101
103
|
"expressions": [
|
|
@@ -108,6 +110,7 @@
|
|
|
108
110
|
]
|
|
109
111
|
},
|
|
110
112
|
{
|
|
113
|
+
"_uuid": "b4eaf825-a523-4372-a15b-072b016b0ead",
|
|
111
114
|
"_type": "if",
|
|
112
115
|
"next": "be130ac1-f33d-4845-807d-89b23b90d205",
|
|
113
116
|
"expressions": [
|
data/fixtures/branching_8.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"default": "520fde26-8124-4c67-a550-cd38d2ef304d",
|
|
34
34
|
"conditionals": [
|
|
35
35
|
{
|
|
36
|
+
"_uuid": "830295ec-8758-4128-a8ae-c90d2fb3b840",
|
|
36
37
|
"_type": "if",
|
|
37
38
|
"next": "37a94466-97fa-427f-88b2-09b369435d0d",
|
|
38
39
|
"expressions": [
|
|
@@ -84,6 +85,7 @@
|
|
|
84
85
|
"default": "3a584d15-6805-4a21-bc05-b61c3be47857",
|
|
85
86
|
"conditionals": [
|
|
86
87
|
{
|
|
88
|
+
"_uuid": "957e523e-663f-4cc9-9e8a-36b15bcbcaec",
|
|
87
89
|
"_type": "if",
|
|
88
90
|
"next": "13ecf9bd-5064-4cad-baf8-3dfa091928cb",
|
|
89
91
|
"expressions": [
|
|
@@ -96,6 +98,7 @@
|
|
|
96
98
|
]
|
|
97
99
|
},
|
|
98
100
|
{
|
|
101
|
+
"_uuid": "b89817e7-c426-4a9a-8814-6ca2ce56f643",
|
|
99
102
|
"_type": "if",
|
|
100
103
|
"next": "be130ac1-f33d-4845-807d-89b23b90d205",
|
|
101
104
|
"expressions": [
|