ccs-digitalmarketplace-frameworks 1.2.14 → 1.2.18
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/modernSlaveryOptionalWeb.yml +4 -0
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatement.yml +27 -3
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml +28 -3
- package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementWeb.yml +4 -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/digital-outcomes-6/questions/declaration/subcontractingInvoicesPaid.yml +5 -1
- package/frameworks/digital-outcomes-6/questions/declaration/subcontractingInvoicesPaid2.yml +2 -0
- package/frameworks/digital-outcomes-6/questions/declaration/youHaveWebAddress.yml +9 -0
- package/frameworks/g-cloud-13/questions/declaration/servicesHaveOrprofessionalService.yml +1 -5
- package/frameworks/g-cloud-13/questions/declaration/socialValueModel.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/webChatSupportAccessibilityDescription.yml +1 -4
- package/package.json +1 -1
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
name: Modern slavery statement required
|
|
2
|
-
|
|
3
|
-
|
|
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
4
|
|
|
5
|
-
|
|
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.
|
package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
|
-
name: Modern slavery statement
|
|
2
|
-
question:
|
|
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>
|
|
3
4
|
|
|
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.
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
name: Subcontracting invoices paid
|
|
2
2
|
question: In the past 12 months, what percentage of invoices did you pay in 60 days to those in your immediate supply chain?
|
|
3
3
|
|
|
4
|
+
hint: Enter a percentage 0 to 100 using numbers only
|
|
5
|
+
|
|
4
6
|
hidden: true
|
|
5
7
|
|
|
6
8
|
type: number
|
|
7
|
-
|
|
9
|
+
unit: "%"
|
|
10
|
+
unit_in_full: "percent"
|
|
11
|
+
unit_position: "after"
|
|
8
12
|
limits:
|
|
9
13
|
min_value: 0
|
|
10
14
|
max_value: 100
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Social Value Model
|
|
2
|
-
question: Are you aware of the <a 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" target="_blank" rel="noopener noreferrer">Social Value Model (opens in a new tab)</a> to <a href="https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/
|
|
2
|
+
question: Are you aware of the <a 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" target="_blank" rel="noopener noreferrer">Social Value Model (opens in a new tab)</a> to <a 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"> deliver social value through government's commercial activities (opens in a new tab)</a>, and will you commit to delivering social value where specified by the buyer in their statement of requirements and their clarification questions?
|
|
3
3
|
type: boolean
|
|
4
4
|
assessment:
|
|
5
5
|
passIfIn:
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
name: How the web chat support is accessible
|
|
2
2
|
question: Describe how your web chat is accessible.
|
|
3
|
-
|
|
4
|
-
Include details of what users can and can’t do.
|
|
5
|
-
<a href="http://mandate376.standards.eu/standard/technical-requirements/#9" target="_blank" rel="noopener noreferrer">EN 301 549 9: Web (link opens in a new tab)</a> includes the features and
|
|
6
|
-
constraints you should describe.
|
|
3
|
+
|
|
7
4
|
|
|
8
5
|
hidden: true
|
|
9
6
|
depends:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.18",
|
|
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"
|