metadata_presenter 2.6.0 → 2.7.1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fdd31511c6eb1cc78b19a16d64843881679854e2481c86fd878ce66017b4c3a
|
4
|
+
data.tar.gz: 8e42b7bea3d117b46e049714f44b2ae3140bffeef11dbac9eda34b65a74e4083
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a3f106ada407c1789b53cd6d414fc958eccac06e183a073778aadf8e1708b99876496e5191189f51cf5a2d313a63ef820059bf826ef74c367aa56077e32068e
|
7
|
+
data.tar.gz: b50bb6c4d5652a8a0dfb1b3b3aaee2a52181f4bac04816f51bde201869e37c0a3fc79e1d0496491294f3ccf9ee78a582a92578abc098583dec65ec1aaeb74a36
|
@@ -18,6 +18,12 @@ module MetadataPresenter
|
|
18
18
|
page.checkanswers
|
19
19
|
page.confirmation
|
20
20
|
page.multiplequestions
|
21
|
+
page.exit
|
22
|
+
].freeze
|
23
|
+
END_OF_ROUTE_PAGES = %w[
|
24
|
+
page.checkanswers
|
25
|
+
page.confirmation
|
26
|
+
page.exit
|
21
27
|
].freeze
|
22
28
|
|
23
29
|
def editable_attributes
|
@@ -90,6 +96,10 @@ module MetadataPresenter
|
|
90
96
|
components.first.humanised_title
|
91
97
|
end
|
92
98
|
|
99
|
+
def end_of_route?
|
100
|
+
type.in?(END_OF_ROUTE_PAGES)
|
101
|
+
end
|
102
|
+
|
93
103
|
private
|
94
104
|
|
95
105
|
def heading?
|
@@ -13,6 +13,14 @@ class MetadataPresenter::Service < MetadataPresenter::Metadata
|
|
13
13
|
flow_objects.select { |flow| flow.type == 'flow.branch' }
|
14
14
|
end
|
15
15
|
|
16
|
+
def expressions
|
17
|
+
conditionals.map(&:expressions).flatten
|
18
|
+
end
|
19
|
+
|
20
|
+
def conditionals
|
21
|
+
branches.map(&:conditionals).flatten
|
22
|
+
end
|
23
|
+
|
16
24
|
def flow_object(uuid)
|
17
25
|
MetadataPresenter::Flow.new(uuid, metadata.flow[uuid])
|
18
26
|
rescue StandardError
|
@@ -0,0 +1,134 @@
|
|
1
|
+
{
|
2
|
+
"_id": "service.base",
|
3
|
+
"_type": "service.base",
|
4
|
+
"service_id": "bf0d28cc-d3cf-4511-9589-b360ae34a908",
|
5
|
+
"service_name": "Exit only",
|
6
|
+
"created_by": "81de07c7-461a-4425-9a0f-9ba30294ddfb",
|
7
|
+
"configuration": {
|
8
|
+
"service": {
|
9
|
+
"_id": "config.service",
|
10
|
+
"_type": "config.service"
|
11
|
+
},
|
12
|
+
"meta": {
|
13
|
+
"_id": "config.meta",
|
14
|
+
"_type": "config.meta",
|
15
|
+
"items": [
|
16
|
+
{
|
17
|
+
"_id": "config.meta--link",
|
18
|
+
"_type": "link",
|
19
|
+
"href": "cookies",
|
20
|
+
"text": "Cookies"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"_id": "config.meta--link--2",
|
24
|
+
"_type": "link",
|
25
|
+
"href": "privacy",
|
26
|
+
"text": "Privacy"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"_id": "config.meta--link--3",
|
30
|
+
"_type": "link",
|
31
|
+
"href": "accessibility",
|
32
|
+
"text": "Accessibility"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"flow": {
|
38
|
+
"82f5c5bb-a71c-425c-b29b-3fbac4ad0b87": {
|
39
|
+
"_type": "flow.page",
|
40
|
+
"next": {
|
41
|
+
"default": "db86a329-fa2d-4e36-8343-83bdf559cde0"
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"db86a329-fa2d-4e36-8343-83bdf559cde0": {
|
45
|
+
"_type": "flow.page",
|
46
|
+
"next": {
|
47
|
+
"default": "ea36b7ab-9c05-4a19-8336-30936a681614"
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"ea36b7ab-9c05-4a19-8336-30936a681614": {
|
51
|
+
"_type": "flow.page",
|
52
|
+
"next": {
|
53
|
+
"default": "905c3988-b803-4b01-bc38-e1d27cc6027c"
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"905c3988-b803-4b01-bc38-e1d27cc6027c": {
|
57
|
+
"_type": "flow.page",
|
58
|
+
"next": {
|
59
|
+
"default": ""
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"pages": [
|
64
|
+
{
|
65
|
+
"_id": "page.start",
|
66
|
+
"_type": "page.start",
|
67
|
+
"_uuid": "82f5c5bb-a71c-425c-b29b-3fbac4ad0b87",
|
68
|
+
"heading": "Service name goes here",
|
69
|
+
"lede": "This is your start page first paragraph. You can only have one paragraph here.",
|
70
|
+
"body": "Use this service to:\r\n\r\n* do something\r\n* update your name, address or other details\r\n* do something else\r\n\r\nRegistering takes around 5 minutes.",
|
71
|
+
"url": "/"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"_id": "page.knowhere",
|
75
|
+
"_type": "page.singlequestion",
|
76
|
+
"_uuid": "db86a329-fa2d-4e36-8343-83bdf559cde0",
|
77
|
+
"components": [
|
78
|
+
{
|
79
|
+
"_id": "page.knowhere--text.auto_knowhere__1",
|
80
|
+
"_type": "text",
|
81
|
+
"label": "Road to knowhere",
|
82
|
+
"name": "knowhere",
|
83
|
+
"validation": {
|
84
|
+
"required": true,
|
85
|
+
"max_length": 10,
|
86
|
+
"min_length": 2
|
87
|
+
}
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"heading": "Road to knowhere",
|
91
|
+
"url": "knowhere"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"_id": "page.ghost",
|
95
|
+
"_type": "page.singlequestion",
|
96
|
+
"_uuid": "ea36b7ab-9c05-4a19-8336-30936a681614",
|
97
|
+
"components": [
|
98
|
+
{
|
99
|
+
"_id": "page.ghost--text.auto_ghost__1",
|
100
|
+
"_type": "text",
|
101
|
+
"label": "Ghost town",
|
102
|
+
"name": "ghost",
|
103
|
+
"validation": {
|
104
|
+
"required": true,
|
105
|
+
"max_length": 100,
|
106
|
+
"min_length": 2
|
107
|
+
}
|
108
|
+
}
|
109
|
+
],
|
110
|
+
"heading": "Ghost town",
|
111
|
+
"url": "ghost"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"_id": "page.goodbye",
|
115
|
+
"url": "page-goodbye",
|
116
|
+
"lede": "So long and thanks for all the fish",
|
117
|
+
"_type": "page.exit",
|
118
|
+
"_uuid": "905c3988-b803-4b01-bc38-e1d27cc6027c",
|
119
|
+
"heading": "Goodbye",
|
120
|
+
"components": [
|
121
|
+
{
|
122
|
+
"_id": "exit_content_1",
|
123
|
+
"name": "exit_content_1",
|
124
|
+
"_type": "content",
|
125
|
+
"_uuid": "3b9d2140-888c-4673-907d-5d885ea02143",
|
126
|
+
"content": "Goodbye!"
|
127
|
+
}
|
128
|
+
],
|
129
|
+
"section_heading": "au revoir, auf wiedersehen"
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"standalone_pages": [],
|
133
|
+
"locale": "en"
|
134
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metadata_presenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MoJ Forms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_design_system_formbuilder
|
@@ -398,6 +398,7 @@ files:
|
|
398
398
|
- fixtures/branching_7.png
|
399
399
|
- fixtures/branching_8.json
|
400
400
|
- fixtures/branching_8.png
|
401
|
+
- fixtures/exit_only_service.json
|
401
402
|
- fixtures/invalid_content_page.json
|
402
403
|
- fixtures/no_component_page.json
|
403
404
|
- fixtures/non_finished_service.json
|