ccs-digitalmarketplace-frameworks 1.2.12 → 1.2.16
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-6/manifests/declaration.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/declaration/haveNotWebportal.yml +9 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryOptionalUpload.yml +29 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementUpload.yml +29 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryTurnover.yml +4 -0
- package/frameworks/digital-outcomes-6/questions/declaration/multiqModernSlavery.yml +2 -0
- package/frameworks/digital-outcomes-6/questions/declaration/multiqWebAddress.yml +7 -0
- package/frameworks/g-cloud-13/questions/declaration/servicesHaveOrprofessionalService.yml +16 -11
- package/package.json +1 -1
- package/frameworks/g-cloud-13/questions/declaration/serviceCloudServiceProvision.yml +0 -18
- package/frameworks/g-cloud-13/questions/declaration/serviceCloudServiceProvision2.yml +0 -10
- package/frameworks/g-cloud-13/questions/declaration/serviceCloudServiceProvision3.yml +0 -10
- package/frameworks/g-cloud-13/questions/declaration/serviceCloudServiceProvision4.yml +0 -10
- package/frameworks/g-cloud-13/questions/declaration/serviceCloudServiceProvision5.yml +0 -10
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Modern slavery statement required
|
|
2
|
+
question: >
|
|
3
|
+
<p class="govuk-body">If you do not have a website upload a copy of your organisation’s slavery and human trafficking statement.</p>
|
|
4
|
+
|
|
5
|
+
<p class="govuk-body">Your statement should:</p>
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
8
|
+
<li>have a maximum file size of 5MB</li>
|
|
9
|
+
<li>meet accessibility standards</li>
|
|
10
|
+
</ul>
|
|
11
|
+
<p class="govuk-body">
|
|
12
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
|
|
13
|
+
</p>
|
|
14
|
+
<p class="govuk-body">
|
|
15
|
+
<a href="https://www.gov.uk/government/publications/transparency-in-supply-chains-a-practical-guide" target="_blank" rel="noopener noreferrer">Read the Home Office guidance about how to write a statement and what information to include (link opens in a new tab)</a>.
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
hidden: true
|
|
19
|
+
type: upload
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a file.
|
|
24
|
+
- name: file_is_open_document_format
|
|
25
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
26
|
+
- name: file_is_less_than_5mb
|
|
27
|
+
message: The file must be smaller than 5MB.
|
|
28
|
+
- name: file_can_be_saved
|
|
29
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Modern slavery statement required
|
|
2
|
+
question: >
|
|
3
|
+
<p class="govuk-body">If you do not have a website upload a copy of your organisation’s slavery and human trafficking statement.</p>
|
|
4
|
+
|
|
5
|
+
<p class="govuk-body">Your statement should:</p>
|
|
6
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
+
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
8
|
+
<li>have a maximum file size of 5MB</li>
|
|
9
|
+
<li>meet accessibility standards</li>
|
|
10
|
+
</ul>
|
|
11
|
+
<p class="govuk-body">
|
|
12
|
+
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
|
|
13
|
+
</p>
|
|
14
|
+
<p class="govuk-body">
|
|
15
|
+
<a href="https://www.gov.uk/government/publications/transparency-in-supply-chains-a-practical-guide" target="_blank" rel="noopener noreferrer">Read the Home Office guidance about how to write a statement and what information to include (link opens in a new tab)</a>.
|
|
16
|
+
</p>
|
|
17
|
+
|
|
18
|
+
hidden: true
|
|
19
|
+
type: upload
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a file.
|
|
24
|
+
- name: file_is_open_document_format
|
|
25
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
26
|
+
- name: file_is_less_than_5mb
|
|
27
|
+
message: The file must be smaller than 5MB.
|
|
28
|
+
- name: file_can_be_saved
|
|
29
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -6,26 +6,31 @@ question: >
|
|
|
6
6
|
- comply with the definition of Cloud Professional Service in the framework agreement
|
|
7
7
|
|
|
8
8
|
type: radios
|
|
9
|
+
options:
|
|
10
|
+
- label: 'Yes'
|
|
11
|
+
values: cloud-professional-yes
|
|
12
|
+
- label: My organisation isn't submitting cloud professional (lot 4) services
|
|
13
|
+
values: No
|
|
14
|
+
|
|
9
15
|
|
|
10
16
|
followup:
|
|
11
17
|
serviceCloudServiceProfessional:
|
|
12
|
-
-
|
|
18
|
+
- 'Yes'
|
|
13
19
|
serviceCloudServiceProfessional2:
|
|
14
|
-
-
|
|
20
|
+
- 'Yes'
|
|
15
21
|
serviceCloudServiceProfessional3:
|
|
16
|
-
-
|
|
22
|
+
- 'Yes'
|
|
17
23
|
serviceCloudServiceProfessional4:
|
|
18
|
-
-
|
|
24
|
+
- 'Yes'
|
|
19
25
|
serviceCloudServiceProfessional5:
|
|
20
|
-
-
|
|
26
|
+
- 'Yes'
|
|
27
|
+
validations:
|
|
28
|
+
# See app/main/helpers/validation.py::G12Validator
|
|
29
|
+
- name: dependent_question_error
|
|
30
|
+
message: You need to answer Yes to either this question or to question 4
|
|
21
31
|
|
|
22
32
|
assessment:
|
|
23
33
|
required: True
|
|
24
34
|
passIfIn:
|
|
25
35
|
- "Yes"
|
|
26
|
-
- "My organisation isn't submitting cloud support (lot 4) services
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
36
|
+
- "My organisation isn't submitting cloud support (lot 4) services"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.16",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
name: __Place holder for question name 3(1)
|
|
2
|
-
question: >
|
|
3
|
-
This is the quality question text for question 1:
|
|
4
|
-
Please provide further information about how your G-Cloud service provision will deliver against at least one or more of the following <a class="govuk-link" 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" target="_blank" rel="noopener noreferrer">Social Value themes outlined in PPN 06/20.</a>
|
|
5
|
-
|
|
6
|
-
- Fighting Climate Change
|
|
7
|
-
- Covid-19 Recovery
|
|
8
|
-
- Tackling Economic Inequality
|
|
9
|
-
- Equal Opportunity
|
|
10
|
-
- Wellbeing
|
|
11
|
-
|
|
12
|
-
type: textbox_large
|
|
13
|
-
max_length_in_words: 500
|
|
14
|
-
|
|
15
|
-
validations:
|
|
16
|
-
-
|
|
17
|
-
name: answer_required
|
|
18
|
-
message: You need to answer this question because you answered ‘yes’ to the __place holder__.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
name: __Place holder for question name 3(2)
|
|
2
|
-
question: Placeholder that follows the same format - please detail how you meet quality question 2
|
|
3
|
-
|
|
4
|
-
type: textbox_large
|
|
5
|
-
max_length_in_words: 500
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: answer_required
|
|
10
|
-
message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
name: __Place holder for question name 3(3)
|
|
2
|
-
question: Placeholder - Please tell us how you meet quality question 3
|
|
3
|
-
|
|
4
|
-
type: textbox_large
|
|
5
|
-
max_length_in_words: 500
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: answer_required
|
|
10
|
-
message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
name: __Place holder for question name 3(4)
|
|
2
|
-
question: Placeholder - Please tell us how you meet quality question 4
|
|
3
|
-
|
|
4
|
-
type: textbox_large
|
|
5
|
-
max_length_in_words: 500
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: answer_required
|
|
10
|
-
message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
name: __Place holder for question name 3(5)
|
|
2
|
-
question: Placeholder - Please tell us how you meet quality question 5
|
|
3
|
-
|
|
4
|
-
type: textbox_large
|
|
5
|
-
max_length_in_words: 500
|
|
6
|
-
|
|
7
|
-
validations:
|
|
8
|
-
-
|
|
9
|
-
name: answer_required
|
|
10
|
-
message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
|