ccs-digitalmarketplace-frameworks 4.11.30 → 4.11.32

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.
@@ -67,29 +67,38 @@
67
67
  editable: True
68
68
  prefill: False
69
69
  description: |
70
+ <h2 class="govuk-heading-m">The Social Value Model</h2>
71
+ <p>
70
72
  The purpose of this section is to assess Suppliers’ commitment to delivering social value, including specific actions they plan to take.
71
-
72
- The Government Commercial Function’s
73
- <a class="govuk-link" target="_blank" rel="noopener noreferrer"
73
+ The new <a class="govuk-link" target="_blank" rel="noopener noreferrer"
74
74
  href="https://assets.publishing.service.gov.uk/media/67ae1529e270ceae39f9e1a0/2025-02-11_PPN_002_The_social_value_model.docx.pdf">
75
- Social Value Model Quick Reference Table (opens in new tab)</a>
76
- outlines effective measures to deliver social impact under:
77
-
78
- <ul class="govuk-list govuk-list--bullet">
79
- <li>
80
- Theme 2: Tackling Economic Inequality
81
- </li>
82
- <li>
83
- Theme 3: Fighting Climate Change
84
- </li>
85
- <li>
86
- Theme 4: Equal opportunity
87
- </li>
88
- </ul>
89
-
90
- These are known as Model Award Criteria or MACs. Detail which sit under the MACs are known as Sub-Criteria. Read through the Theme 2, Theme 3 and Theme 4 lists of MACs and Sub-Criteria below and select all the areas which you commit to developing or focussing on as part of a contract. This forms part of your evaluation.
91
-
92
- You must select a minimum of one box across any of the Social Value measures between MAC2.1 and MAC6.3. Failure to select at least one will result in your application being deemed non-compliant. (Selecting multiple options does not equate to a higher score).
75
+ Social Value Model (opens in new tab)</a>
76
+ was introduced in February 2025 and is based around 5 Missions with 8 Outcomes that break down into Model Award Criteria (MACs), model sub-criteria and standard reporting metrics.
77
+
78
+ The following 4 Missions have been identified as relevant to this agreement.
79
+
80
+
81
+ <ul class="govuk-list govuk-list--bullet">
82
+ <li>
83
+ Kickstart economic growth
84
+ </li>
85
+ <li>
86
+ Make Britain a clean energy superpower
87
+ </li>
88
+ <li>
89
+ Break down barriers to opportunity
90
+ </li>
91
+ <li>
92
+ Build an NHS fit for the future
93
+ </li>
94
+ </ul>
95
+ </p>
96
+
97
+ <h2 class="govuk-heading-m">INSTRUCTIONS</h2>
98
+ <p>
99
+ Read through the Missions, MACs and Model Sub-Criteria below and select all the areas which you commit to developing or focussing on as part of a contract. This forms part of your evaluation.
100
+ You must <strong>select a minimum of one box</strong> across any of the activities between model sub-criteria 1a and 8a. Failure to select at least one will result in your application being deemed non-compliant. (Selecting multiple options does not equate to a higher score).
101
+ </p>
93
102
  questions:
94
103
  - socialValueSectionB
95
104
 
@@ -91,6 +91,7 @@
91
91
  - multiqMobile
92
92
  - multiqWebInterface
93
93
  - multiqServiceInterface
94
+ - multiqUserSupport
94
95
  - multiqAPIHosting
95
96
  - multiqAPISoftware
96
97
  - multiqCommandLineInterface
@@ -9,7 +9,6 @@ depends:
9
9
  - iaas-and-paas
10
10
  - iaas-and-paas-above-official
11
11
  - isaas
12
- - saas
13
12
 
14
13
  type: checkboxes
15
14
  options:
@@ -0,0 +1,20 @@
1
+ id: dataSanitisationType
2
+ name: Data sanitisation type
3
+ question: What type of data sanitisation process do you have?
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - saas
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Explicit overwriting of storage before reallocation
14
+ value: overwriting
15
+ - label: Deleted data can’t be directly accessed
16
+ value: no_access
17
+
18
+ validations:
19
+ - name: answer_required
20
+ message: Select a data sanitisation process.
@@ -21,13 +21,13 @@ type: radios
21
21
  options:
22
22
  - label: WCAG 2.1 AAA
23
23
  value: wcag_aaa
24
- - label: WCAG 2.1 AA or EN 301 549
24
+ - label: WCAG 2.1 AA
25
25
  value: wcag_aa
26
26
  - label: WCAG 2.1 A
27
27
  value: wcag_a
28
28
  - label: WCAG 2.2 AAA
29
29
  value: wcag_22_aaa
30
- - label: WCAG 2.2 AA or EN 301 549
30
+ - label: WCAG 2.2 AA
31
31
  value: wcag_22_aa
32
32
  - label: WCAG 2.2 A
33
33
  value: wcag_22_a
@@ -9,7 +9,6 @@ depends:
9
9
  being:
10
10
  - iaas-and-paas
11
11
  - iaas-and-paas-above-official
12
- - saas
13
12
 
14
13
  followup:
15
14
  metricsWhat:
@@ -13,3 +13,4 @@ type: multiquestion
13
13
  questions:
14
14
  - dataSanitisation
15
15
  - dataSanitisationTypeHosting
16
+ - dataSanitisationTypeSoftware
@@ -9,7 +9,6 @@ depends:
9
9
  being:
10
10
  - iaas-and-paas
11
11
  - iaas-and-paas-above-official
12
- - saas
13
12
 
14
13
  type: multiquestion
15
14
 
@@ -16,20 +16,20 @@ type: radios
16
16
  options:
17
17
  - label: WCAG 2.1 AAA
18
18
  value: wcag_aaa
19
- - label: WCAG 2.1 AA or EN 301 549
19
+ - label: WCAG 2.1 AA
20
20
  value: wcag_aa
21
21
  - label: WCAG 2.1 A
22
22
  value: wcag_a
23
23
  - label: WCAG 2.2 AAA
24
24
  value: wcag_22_aaa
25
- - label: WCAG 2.2 AA or EN 301 549
25
+ - label: WCAG 2.2 AA
26
26
  value: wcag_22_aa
27
27
  - label: WCAG 2.2 A
28
28
  value: wcag_22_a
29
29
  - label: EN 301 549
30
30
  value: en_301_549
31
- - label: None or don’t know
32
- value: none
31
+ - label: "None or don’t know"
32
+ value: none_or_not_sure
33
33
 
34
34
  validations:
35
35
  - name: answer_required
@@ -12,20 +12,20 @@ type: radios
12
12
  options:
13
13
  - label: WCAG 2.1 AAA
14
14
  value: wcag_aaa
15
- - label: WCAG 2.1 AA or EN 301 549
15
+ - label: WCAG 2.1 AA
16
16
  value: wcag_aa
17
17
  - label: WCAG 2.1 A
18
18
  value: wcag_a
19
19
  - label: WCAG 2.2 AAA
20
20
  value: wcag_22_aaa
21
- - label: WCAG 2.2 AA or EN 301 549
21
+ - label: WCAG 2.2 AA
22
22
  value: wcag_22_aa
23
23
  - label: WCAG 2.2 A
24
24
  value: wcag_22_a
25
25
  - label: EN 301 549
26
26
  value: en_301_549
27
- - label: None or don’t know
28
- value: none
27
+ - label: "None or don’t know"
28
+ value: none_or_not_sure
29
29
 
30
30
  validations:
31
31
  - name: answer_required
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.30",
3
+ "version": "4.11.32",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",