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.
@@ -184,4 +184,4 @@
184
184
  - contactsRole
185
185
  - contactEmail
186
186
  - contactEmailContractNotice
187
- - contactWebContractNotice
187
+ - multiqWebAddress
@@ -0,0 +1,4 @@
1
+ name: Modern slavery statement optional web
2
+ question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
+
4
+ type: text
@@ -1,5 +1,29 @@
1
1
  name: Modern slavery statement required
2
- id: modernSlaveryStatement
3
- question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
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
- type: text
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,4 +1,29 @@
1
- name: Modern slavery statement optional
2
- question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
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
- type: text
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,4 @@
1
+ name: Modern slavery statement web
2
+ question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
+
4
+ type: text
@@ -7,7 +7,11 @@ followup:
7
7
  - true
8
8
  mitigatingFactors3:
9
9
  - true
10
+ modernSlaveryStatementWeb:
11
+ - true
10
12
  modernSlaveryStatement:
11
13
  - true
14
+ modernSlaveryOptionalWeb:
15
+ - false
12
16
  modernSlaveryStatementOptional:
13
17
  - false
@@ -7,5 +7,7 @@ questions:
7
7
  - modernSlaveryTurnover
8
8
  - modernSlaveryReportingRequirements
9
9
  - modernSlaveryStatement
10
+ - modernSlaveryStatementWeb
10
11
  - mitigatingFactors3
12
+ - modernSlaveryOptionalWeb
11
13
  - modernSlaveryStatementOptional
@@ -0,0 +1,7 @@
1
+ id: multiqWebAddress
2
+ name: Web address
3
+ question: " "
4
+ type: multiquestion
5
+ questions:
6
+ - youHaveWebAddress
7
+ - contactWebContractNotice
@@ -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,6 +1,8 @@
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
@@ -0,0 +1,9 @@
1
+ name: An internet (web) address
2
+ question: Do you have an internet web address ?
3
+ type: boolean
4
+ followup:
5
+ contactWebContractNotice:
6
+ - true
7
+
8
+
9
+
@@ -33,8 +33,4 @@ assessment:
33
33
  required: True
34
34
  passIfIn:
35
35
  - "Yes"
36
- - "My organisation isn't submitting cloud support (lot 4) services"
37
-
38
-
39
-
40
-
36
+ - "My organisation isn't submitting cloud support (lot 4) services"
@@ -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/940826/Social-Value-Model-Edn-1.1-3-Dec-20.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?
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
- question_advice: >
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.14",
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"