ccs-digitalmarketplace-frameworks 4.8.8 → 4.8.9
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/g-cloud-15/manifests/declaration.yml +14 -0
- package/frameworks/g-cloud-15/manifests/edit_additional_lot_questions.yml +1 -1
- package/frameworks/g-cloud-15/questions/declaration/haveSocialValueContact.yml +20 -0
- package/frameworks/g-cloud-15/questions/declaration/multiqSocialValueContact.yml +16 -0
- package/frameworks/g-cloud-15/questions/declaration/multiqSocialValueSectionC.yml +7 -0
- package/frameworks/g-cloud-15/questions/declaration/socialValueSectionCContactEmail.yml +10 -0
- package/frameworks/g-cloud-15/questions/declaration/socialValueSectionCContactJobTitle.yml +10 -0
- package/frameworks/g-cloud-15/questions/declaration/socialValueSectionCContactName.yml +10 -0
- package/package.json +1 -1
|
@@ -75,6 +75,20 @@
|
|
|
75
75
|
questions:
|
|
76
76
|
- multiqSocialValueSectionB
|
|
77
77
|
|
|
78
|
+
- name: "Section C - Organisational Readiness: Process"
|
|
79
|
+
slug: social-value-section-c
|
|
80
|
+
editable: True
|
|
81
|
+
prefill: False
|
|
82
|
+
description: |
|
|
83
|
+
The purpose of this section is to ensure suppliers will have the necessary processes in place, such as governance and project management, to deliver social value.
|
|
84
|
+
|
|
85
|
+
Suppliers who are awarded a contract under this framework will be required to nominate an individual who will be responsible for ensuring that your Social Value commitment is delivered. For the purpose of this application, this individual is known as a “CCS Social Value Contact”. The CCS Social Value Contact will be responsible for ensuring that you have the correct processes and systems in place for delivery of your Social Value commitment, including governance, project management and reporting.
|
|
86
|
+
|
|
87
|
+
The post holder of the CCS Social Value Contact role may vary between organisations. In some, the role may be held by someone dedicated to Social Value (e.g. part of the CSR team); in others, a member of the team delivering the contract (e.g. engagement lead) and in others still, part of the leadership of the organisation (e.g. CEO). For this reason, shared mailboxes are acceptable and an individual’s contact name is still required.
|
|
88
|
+
|
|
89
|
+
questions:
|
|
90
|
+
- multiqSocialValueSectionC
|
|
91
|
+
|
|
78
92
|
- name: Visibility of third party agents or bid writers
|
|
79
93
|
slug: visibility-of-third-party-agents
|
|
80
94
|
editable: True
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: CCS social value contact
|
|
2
|
+
question: Please commit here to having a CCS Social Value Contact in the organisation to be responsible for your delivery of social value. If you do not and will not have a CCS Social Value Contact, and you are not willing to nominate someone to this role, you may state this here. This will deem your application non compliant.
|
|
3
|
+
|
|
4
|
+
type: radios
|
|
5
|
+
required_value: "we_will_have_a_social_value_contact"
|
|
6
|
+
|
|
7
|
+
options:
|
|
8
|
+
-
|
|
9
|
+
label: "We will NOT have a CCS Social Value Contact in the organisation"
|
|
10
|
+
value: "we_will_not_have_a_social_value_contact"
|
|
11
|
+
-
|
|
12
|
+
label: "We WILL have a CCS Social Value Contact in the organisation"
|
|
13
|
+
value: "we_will_have_a_social_value_contact"
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
-
|
|
17
|
+
name: answer_required
|
|
18
|
+
message: You must confirm you will have a Social Value Contact in the organisation.
|
|
19
|
+
- name: required_value
|
|
20
|
+
message: You must confirm you will have a Social Value Contact in the organisation.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: "CCS Social Value Contact"
|
|
2
|
+
question: "Please contact details of the CCS Social Value Contact"
|
|
3
|
+
|
|
4
|
+
question_advice: |
|
|
5
|
+
<p class="govuk-body">
|
|
6
|
+
Hint: If you are unable to state who this may be, enter the details of the person who would be ultimately responsible for delivery of any contract, or for the relationship with CCS.
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
type: multiquestion
|
|
10
|
+
|
|
11
|
+
questions:
|
|
12
|
+
- socialValueSectionCContactEmail
|
|
13
|
+
- socialValueSectionCContactName
|
|
14
|
+
- socialValueSectionCContactJobTitle
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Social value contact job title
|
|
2
|
+
question: Job title
|
|
3
|
+
type: text
|
|
4
|
+
max_length_in_characters: 200
|
|
5
|
+
|
|
6
|
+
validations:
|
|
7
|
+
- name: answer_required
|
|
8
|
+
message: "You must provide a job title with a maximum of 200 characters"
|
|
9
|
+
- name: under_character_limit
|
|
10
|
+
message: "You must provide a job title with a maximum of 200 characters"
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Social value contact name
|
|
2
|
+
question: Name
|
|
3
|
+
type: text
|
|
4
|
+
max_length_in_characters: 200
|
|
5
|
+
|
|
6
|
+
validations:
|
|
7
|
+
- name: answer_required
|
|
8
|
+
message: "You must provide a name with a maximum of 200 characters"
|
|
9
|
+
- name: under_character_limit
|
|
10
|
+
message: "You must provide a name with a maximum of 200 characters"
|