ccs-digitalmarketplace-frameworks 6.2.0 → 6.2.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.
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/complyWithMrsCodeOfConduct.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioGreetAndHostingServices.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioPublicTransport.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioPublicTransportInfo.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioRefreshments.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWaitingArea.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/useRasAccreditedSubcontractors.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/search_mappings/services.json +4 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Comply with the Market Research Society (MRS) Code of Conduct
|
|
2
2
|
question: >
|
|
3
3
|
<span class="govuk-fieldset__legend--m">Do you comply with the <a class="govuk-link" href="https://www.mrs.org.uk/standards/code-of-conduct" target="_blank" rel="noopener noreferrer">Market Research Society (MRS) Code of Conduct (opens in a new tab)</a>?</span>
|
|
4
|
-
filter_label:
|
|
4
|
+
filter_label: complies with (MRS) Code of Conduct
|
|
5
5
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
|
@@ -10,9 +10,9 @@ type: radios
|
|
|
10
10
|
|
|
11
11
|
options:
|
|
12
12
|
- label: Yes, included as standard
|
|
13
|
-
filter_label:
|
|
13
|
+
filter_label: a hosting service
|
|
14
14
|
- label: Yes, for an additional cost
|
|
15
|
-
filter_label:
|
|
15
|
+
filter_label: a hosting service (for additional cost)
|
|
16
16
|
- label: "No"
|
|
17
17
|
filter_ignore: true
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: Provide information for public transport
|
|
2
2
|
question: Do you provide information about how to reach your studio by public transport?
|
|
3
|
-
filter_label:
|
|
3
|
+
filter_label: information on how to reach the studio
|
|
4
4
|
|
|
5
5
|
depends:
|
|
6
6
|
- "on": lot
|
|
@@ -10,9 +10,9 @@ type: radios
|
|
|
10
10
|
|
|
11
11
|
options:
|
|
12
12
|
- label: Yes, included as standard
|
|
13
|
-
filter_label:
|
|
13
|
+
filter_label: refreshments
|
|
14
14
|
- label: Yes, for an additional cost
|
|
15
|
-
filter_label:
|
|
15
|
+
filter_label: refreshments (for additional cost)
|
|
16
16
|
- label: "No"
|
|
17
17
|
filter_ignore: true
|
|
18
18
|
|
|
@@ -10,9 +10,9 @@ type: radios
|
|
|
10
10
|
|
|
11
11
|
options:
|
|
12
12
|
- label: Yes, included as standard
|
|
13
|
-
filter_label:
|
|
13
|
+
filter_label: a waiting area
|
|
14
14
|
- label: Yes, for an additional cost
|
|
15
|
-
filter_label:
|
|
15
|
+
filter_label: a waiting area (for additional cost)
|
|
16
16
|
- label: "No"
|
|
17
17
|
filter_ignore: true
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: Use RAS accredited subcontractors in your supply chain
|
|
2
2
|
question: Do you only use RAS accredited subcontractors in your supply chain?
|
|
3
|
-
filter_label:
|
|
3
|
+
filter_label: uses RAS accredited subcontractors
|
|
4
4
|
|
|
5
5
|
depends:
|
|
6
6
|
- "on": lot
|
|
@@ -280,6 +280,10 @@
|
|
|
280
280
|
"type": "keyword",
|
|
281
281
|
"normalizer": "filter_normalizer"
|
|
282
282
|
},
|
|
283
|
+
"dmfilter_minimumLeadTime": {
|
|
284
|
+
"type": "keyword",
|
|
285
|
+
"normalizer": "filter_normalizer"
|
|
286
|
+
},
|
|
283
287
|
"dmfilter_incentivePayments": {
|
|
284
288
|
"type": "keyword",
|
|
285
289
|
"normalizer": "filter_normalizer"
|