ccs-digitalmarketplace-frameworks 1.2.13 → 1.2.17

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,9 @@
1
+ name: An internet (web) address
2
+ question: We have an internet (web) address
3
+ type: boolean
4
+ followup:
5
+ contactWebContractNotice:
6
+ - true
7
+
8
+
9
+
@@ -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.
@@ -9,5 +9,9 @@ followup:
9
9
  - true
10
10
  modernSlaveryStatement:
11
11
  - true
12
+ modernSlaveryStatementUpload:
13
+ - true
12
14
  modernSlaveryStatementOptional:
13
15
  - false
16
+ modernSlaveryOptionalUpload:
17
+ - false
@@ -7,5 +7,7 @@ questions:
7
7
  - modernSlaveryTurnover
8
8
  - modernSlaveryReportingRequirements
9
9
  - modernSlaveryStatement
10
+ - modernSlaveryStatementUpload
10
11
  - mitigatingFactors3
11
12
  - modernSlaveryStatementOptional
13
+ - modernSlaveryOptionalUpload
@@ -0,0 +1,7 @@
1
+ id: multiqWebAddress
2
+ name: Web address
3
+ question: " "
4
+ type: multiquestion
5
+ questions:
6
+ - haveNotWebportal
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
@@ -33,7 +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
-
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.13",
3
+ "version": "1.2.17",
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.