ccs-digitalmarketplace-frameworks 3.13.5 → 3.13.6
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/manifests/edit_service.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/continuousProfessionalDevelopment.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/customerSatisfaction.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/skillsAndCapabilities.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/socialValue.yml +32 -0
- package/package.json +1 -1
|
@@ -4,6 +4,26 @@
|
|
|
4
4
|
- multiqInsuranceRequirements
|
|
5
5
|
- insuranceRequirementsDCDP
|
|
6
6
|
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: False
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: False
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: False
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
7
27
|
- name: Service essentials
|
|
8
28
|
editable: False
|
|
9
29
|
questions:
|
|
@@ -4,6 +4,26 @@
|
|
|
4
4
|
- multiqInsuranceRequirements
|
|
5
5
|
- insuranceRequirementsDCDP
|
|
6
6
|
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: False
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: False
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: False
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
7
27
|
- name: Service essentials
|
|
8
28
|
editable: False
|
|
9
29
|
questions:
|
|
@@ -4,6 +4,26 @@
|
|
|
4
4
|
- multiqInsuranceRequirements
|
|
5
5
|
- insuranceRequirementsDCDP
|
|
6
6
|
|
|
7
|
+
- name: Award question - Skills and capabilities
|
|
8
|
+
editable: True
|
|
9
|
+
questions:
|
|
10
|
+
- skillsAndCapabilities
|
|
11
|
+
|
|
12
|
+
- name: Award question - Continuous professional development (CPD)
|
|
13
|
+
editable: True
|
|
14
|
+
questions:
|
|
15
|
+
- continuousProfessionalDevelopment
|
|
16
|
+
|
|
17
|
+
- name: Award question - Customer satisfaction and knowledge transfer
|
|
18
|
+
editable: True
|
|
19
|
+
questions:
|
|
20
|
+
- customerSatisfaction
|
|
21
|
+
|
|
22
|
+
- name: Award question - Social Value
|
|
23
|
+
editable: True
|
|
24
|
+
questions:
|
|
25
|
+
- socialValue
|
|
26
|
+
|
|
7
27
|
- name: Service essentials
|
|
8
28
|
editable: True
|
|
9
29
|
description: >
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Continuous professional development
|
|
2
|
+
|
|
3
|
+
question: Does your organisation practise continuous professional development for your employees, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
You must truthfully answer 'yes' to every question for your bid to be considered eligible. If you cannot answer 'yes' to this question, it's very unlikely that your bid will be accepted.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you practice continuous professional development
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/customerSatisfaction.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Customer satisfaction and knowledge transfer
|
|
2
|
+
|
|
3
|
+
question: Do you have a process to measure customer satisfaction and the transfer of knowledge and assets, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
You must truthfully answer 'yes' to every question for your bid to be considered eligible. If you cannot answer 'yes' to this question, it's very unlikely that your bid will be accepted.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you have a process to measure customer satisfaction
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/skillsAndCapabilities.yml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Skills and capabilities
|
|
2
|
+
|
|
3
|
+
question: Do you assess the skills and capabilities of people you select to work for your organisation, and can you provide evidence of this on request?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
You must truthfully answer 'yes' to every question for your bid to be considered eligible. If you cannot answer 'yes' to this question, it's very unlikely that your bid will be accepted.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- digital-outcomes
|
|
12
|
+
- digital-specialists
|
|
13
|
+
- user-research-studios-and-participants
|
|
14
|
+
|
|
15
|
+
type: checkboxes
|
|
16
|
+
|
|
17
|
+
options:
|
|
18
|
+
- label: "Yes"
|
|
19
|
+
value: "yes"
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select if you assess skills and capabilities
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
name: Social value
|
|
2
|
+
|
|
3
|
+
question: Do you agree to promote and commit to delivering Social Value as an integral part of your service delivery, company policy and values, where specified by the buyer in their statement of requirements and call-off contract?
|
|
4
|
+
|
|
5
|
+
question_advice: >
|
|
6
|
+
<p class="govuk-body">
|
|
7
|
+
You must truthfully answer 'yes' to every question for your bid to be considered eligible. If you cannot answer 'yes' to this question, it's very unlikely that your bid will be accepted.
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p class="govuk-body">
|
|
11
|
+
Read more about the
|
|
12
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/940826/Social-Value-Model-Edn-1.1-3-Dec-20.pdf">Social Value Model (opens in a new tab)</a>
|
|
13
|
+
to
|
|
14
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/921437/PPN-06_20-Taking-Account-of-Social-Value-in-the-Award-of-Central-Government-Contracts.pdf">deliver social value through government's commercial activities (opens in a new tab)</a>.
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
depends:
|
|
18
|
+
- "on": lot
|
|
19
|
+
being:
|
|
20
|
+
- digital-outcomes
|
|
21
|
+
- digital-specialists
|
|
22
|
+
- user-research-studios-and-participants
|
|
23
|
+
|
|
24
|
+
type: checkboxes
|
|
25
|
+
|
|
26
|
+
options:
|
|
27
|
+
- label: "Yes"
|
|
28
|
+
value: "yes"
|
|
29
|
+
|
|
30
|
+
validations:
|
|
31
|
+
- name: answer_required
|
|
32
|
+
message: Select if you agree to promote and commit to Social Value
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.6",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|