ccs-digitalmarketplace-frameworks 9.0.3 → 9.0.5

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.
@@ -38,3 +38,14 @@
38
38
  plural: social value filters
39
39
  questions:
40
40
  - socialValue
41
+
42
+ -
43
+ name: Cloud deployment model
44
+ slug: cloud-deployment-model
45
+ filter_settings:
46
+ name: cloudDeploymentModel
47
+ item_name:
48
+ singular: cloud deployment model filter
49
+ plural: cloud deployment model filters
50
+ questions:
51
+ - cloudDeploymentModelAll
@@ -0,0 +1,34 @@
1
+ id: cloudDeploymentModel
2
+ name: Cloud deployment model
3
+ question: Which cloud deployment model does the service use?
4
+
5
+ type: checkboxes
6
+ options:
7
+ - label: Public cloud
8
+ value: public
9
+ filter_label: public cloud
10
+ derived_from:
11
+ question: cloudDeploymentModelAmended
12
+ any_of:
13
+ - public
14
+ - label: Private cloud
15
+ value: private
16
+ filter_label: private cloud
17
+ derived_from:
18
+ question: cloudDeploymentModelAmended
19
+ any_of:
20
+ - private
21
+ - label: Community cloud
22
+ value: community
23
+ filter_label: community cloud
24
+ derived_from:
25
+ question: cloudDeploymentModelAmended
26
+ any_of:
27
+ - community
28
+ - label: Hybrid cloud
29
+ value: hybrid
30
+ filter_label: hybrid cloud
31
+ derived_from:
32
+ question: cloudDeploymentModelAmended
33
+ any_of:
34
+ - hybrid
@@ -78,7 +78,7 @@ options:
78
78
  value: sv-create-new-businesses-27
79
79
  - label: 'Policy Outcome 2: Skills for growth'
80
80
  options:
81
- - label: 2a Learning and skills development opportunities relevant to the contract to address skills gaps* [*In-scope organisations to identify the relevant skills gap]
81
+ - label: 2a Learning and skills development opportunities relevant to the contract to address skills gaps* [*In-scope organisations to identify the relevant skills gap]
82
82
  options:
83
83
  - label: 'Understanding of employment and relevant skills issues, and of the education and training issues relating to the contract. Illustrative examples: demographics, skills shortages, new opportunities in high growth sectors, geographic/local community and skills/employment challenges'
84
84
  value: sv-create-new-businesses-28
@@ -134,22 +134,16 @@ options:
134
134
  options:
135
135
  - label: Understanding of opportunities for additional environmental benefits delivery in the performance of the contract, including working towards net zero carbon emissions and use of clean energy and green technologies
136
136
  value: sv-create-new-businesses-48
137
- - label: 'Illustrative examples include:'
138
- value: sv-create-new-businesses-49
139
137
  - label: Collaborative ways of working with the supply chain to deliver additional environmental benefits in the performance of the contract, including working towards net zero carbon emissions and use of clean energy and green technologies
140
138
  value: sv-create-new-businesses-50
141
139
  - label: Delivery of additional environmental benefits through the performance of the contract, including working towards net zero carbon emissions and use of clean energy and green technologies
142
140
  value: sv-create-new-businesses-51
143
- - label: 'Illustrative examples include:'
144
- value: sv-create-new-businesses-52
145
141
  - label: 4b Influence staff, suppliers, customers and communities through the delivery of the contract to support climate and nature protection and improvement
146
142
  options:
147
143
  - label: Understanding of how to influence staff, suppliers, customers, communities and/or any other appropriate stakeholders through the delivery of the contract to support climate and nature protection and improvement
148
144
  value: sv-create-new-businesses-53
149
145
  - label: Activities to reconnect people with the environment and increase awareness of ways to protect and enhance it
150
146
  value: sv-create-new-businesses-54
151
- - label: 'Illustrative examples:'
152
- value: sv-create-new-businesses-55
153
147
  - label: Break down barriers to opportunity
154
148
  options:
155
149
  - label: 'Policy Outcome 6: Employment and training'
@@ -118,6 +118,10 @@
118
118
  "dmfilter_socialValue": {
119
119
  "type": "keyword",
120
120
  "normalizer": "filter_normalizer"
121
+ },
122
+ "dmfilter_cloudDeploymentModel": {
123
+ "type": "keyword",
124
+ "normalizer": "filter_normalizer"
121
125
  }
122
126
  }
123
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.0.3",
3
+ "version": "9.0.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",