ccs-digitalmarketplace-frameworks 1.0.4 → 1.0.8

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.
Files changed (23) hide show
  1. package/frameworks/digital-outcomes-6/manifests/declaration.yml +20 -20
  2. package/frameworks/digital-outcomes-6/messages/homepage-sidebar.yml +3 -3
  3. package/frameworks/digital-outcomes-6/questions/declaration/carbonReduction.yml +6 -1
  4. package/frameworks/digital-outcomes-6/questions/declaration/contactEmailContractNotice.yml +2 -1
  5. package/frameworks/digital-outcomes-6/questions/declaration/contactNameContractNotice.yml +1 -2
  6. package/frameworks/digital-outcomes-6/questions/declaration/contactNameContractNoticeEmail.yml +5 -0
  7. package/frameworks/digital-outcomes-6/questions/declaration/contactWebContractNotice.yml +6 -0
  8. package/frameworks/digital-outcomes-6/questions/declaration/contactsRole.yml +2 -4
  9. package/frameworks/digital-outcomes-6/questions/declaration/groundsForDiscretionary.yml +26 -17
  10. package/frameworks/digital-outcomes-6/questions/declaration/groundsForDiscretionary2.yml +23 -15
  11. package/frameworks/digital-outcomes-6/questions/declaration/incorrectTaxReturns.yml +7 -2
  12. package/frameworks/digital-outcomes-6/questions/declaration/mitigatingFactors.yml +1 -1
  13. package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatement.yml +2 -18
  14. package/frameworks/digital-outcomes-6/questions/declaration/modernSlaveryStatementOptional.yml +3 -18
  15. package/frameworks/digital-outcomes-6/questions/declaration/multiqincorrectTaxReturns.yml +8 -0
  16. package/frameworks/digital-outcomes-6/questions/declaration/multiqunspentTaxConvictions.yml +8 -0
  17. package/frameworks/digital-outcomes-6/questions/declaration/socialValueModel.yml +6 -1
  18. package/frameworks/digital-outcomes-6/questions/declaration/unspentTaxConvictions.yml +8 -4
  19. package/frameworks/g-cloud-13/messages/become-a-supplier.yml +4 -0
  20. package/frameworks/g-cloud-13/questions/declaration/carbonReduction.yml +5 -0
  21. package/frameworks/g-cloud-13/questions/declaration/socialValueModel.yml +6 -1
  22. package/frameworks/g-cloud-13/questions/services/boardLevelServiceSecurity.yml +1 -2
  23. package/package.json +1 -1
@@ -108,10 +108,9 @@
108
108
  - confidentialInformation
109
109
  - misleadingInformation
110
110
  - mitigatingFactors
111
- - unspentTaxConvictions
112
- - groundsForDiscretionary
113
- - incorrectTaxReturns
114
- - groundsForDiscretionary2
111
+ - multiqunspentTaxConvictions
112
+ - multiqincorrectTaxReturns
113
+
115
114
 
116
115
  -
117
116
  name: Working with government
@@ -137,6 +136,22 @@
137
136
  - socialValueModel
138
137
  - supplierCodeOfConduct
139
138
 
139
+ -
140
+ name: Application accuracy
141
+ slug: application-accuracy
142
+ editable: True
143
+ prefill: False # These questions ask about this declaration, so can't be prefilled
144
+ description: |
145
+ You must confirm the accuracy of the information in this declaration and in your service descriptions. We might
146
+ ask for proof after you’ve submitted your application.
147
+
148
+ questions:
149
+ - accurateInformation
150
+ - informationChanges
151
+ - accuratelyDescribed
152
+ - proofOfClaims
153
+
154
+
140
155
  -
141
156
  name: How you’ll deliver your services
142
157
  slug: how-youll-deliver-your-services
@@ -166,21 +181,6 @@
166
181
  questions:
167
182
  - carbonReduction
168
183
 
169
- -
170
- name: Application accuracy
171
- slug: application-accuracy
172
- editable: True
173
- prefill: False # These questions ask about this declaration, so can't be prefilled
174
- description: |
175
- You must confirm the accuracy of the information in this declaration and in your service descriptions. We might
176
- ask for proof after you’ve submitted your application.
177
-
178
- questions:
179
- - accurateInformation
180
- - informationChanges
181
- - accuratelyDescribed
182
- - proofOfClaims
183
-
184
184
  -
185
185
  name: Contact details
186
186
  slug: contact-details
@@ -192,5 +192,5 @@
192
192
  - contact
193
193
  - contactsRole
194
194
  - contactEmail
195
- - contactNameContractNotice
196
195
  - contactEmailContractNotice
196
+ - contactWebContractNotice
@@ -1,16 +1,16 @@
1
1
  coming:
2
- heading: 'Digital Outcomes 6 coming soon'
2
+ heading: 'Digital Outcomes  6 coming soon'
3
3
  messages:
4
4
  - 'Provide digital outcomes , and user research studios and participants.'
5
5
  - 'You’ll need to create a supplier account to apply.'
6
6
 
7
7
  open:
8
- heading: 'Digital Outcomes 6 is open for applications'
8
+ heading: 'Digital Outcomes  6 is open for applications'
9
9
  messages:
10
10
  - 'You need an account to apply.'
11
11
  - 'The application deadline is 1pm GMT, 15 November 2021.'
12
12
 
13
13
  pending:
14
- heading: 'Digital Outcomes 6 is closed for applications'
14
+ heading: 'Digital Outcomes  6 is closed for applications'
15
15
  messages:
16
16
  - 'Applications are being reviewed.'
@@ -4,4 +4,9 @@ type: boolean
4
4
  hint: The Crown Commercial Service reserves the right to audit any supplier for compliance, where an awarded contract has a total value of £5 million or more.
5
5
  assessment:
6
6
  passIfIn:
7
- - True
7
+ - True
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: You need to answer this question.
@@ -1,5 +1,6 @@
1
1
  name: Contract notice contact email
2
- question: If your Digital Outcomes 6 application is successful, what internet (web) address should appear on the contract notice?
2
+ id: contactEmailContractNotice
3
+ question: If your Digital Outcomes 6 application is successful, what email address should appear on the contract notice?
3
4
  type: text
4
5
  hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
5
6
  This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
@@ -1,5 +1,4 @@
1
1
  name: Contract notice contact name
2
- question: If your Digital Outcomes 6 application is successful, what email address should appear on the contract notice?
2
+ question: If your Digital Outcomes  6 application is successful, what contact name should appear on the contract notice?
3
3
  type: text
4
4
  hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
5
- This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
@@ -0,0 +1,5 @@
1
+ name: Contract notice contact name
2
+ question: If your Digital Outcomes 6 application is successful, what email address should appear on the contract notice?
3
+ type: text
4
+ hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
5
+ This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
@@ -0,0 +1,6 @@
1
+ name: Contract notice contact internet (web) address
2
+ id: contactWebContractNotice
3
+ question: If your Digital Outcomes 6 application is successful, what internet (web) address should appear on the contract notice?
4
+ type: text
5
+ hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
6
+ This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
@@ -1,7 +1,5 @@
1
1
  name: Contact’s role
2
2
  question: >
3
3
  What is the contact’s role in the organisation?
4
- type: boolean
5
- assessment:
6
- passIfIn:
7
- - True
4
+ type: text
5
+
@@ -1,25 +1,34 @@
1
1
  name: __Place holder for question name 31(a)
2
- question: >
3
- If you responded 'yes', enter details for each occurrence.
2
+ question: If you responded 'yes', enter details for each occurrence.
4
3
 
5
- question_advice: |
4
+ hint: |
6
5
  The details you provide should include:
7
6
 
8
- - Country concerned
9
- - what is the amount concerned
10
- - how the breach was established: through a judicial or administrative decision or by other means
11
- - the date of the decision, if the breach has been established through a judicial or administrative decision
12
- - if the breach has been established by other means, specify the means
7
+ - Country concerned
8
+ - what is the amount concerned
9
+ - how the breach was established: through a judicial or administrative decision or by other means
10
+ - the date of the decision, if the breach has been established through a judicial or administrative decision
11
+ - if the breach has been established by other means, specify the means
13
12
 
14
- You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
13
+ You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
15
14
 
16
- If evidence of meeting all obligations is available electronically, provide details of:
15
+ If evidence of meeting all obligations is available electronically, provide details of:
17
16
 
18
- - web address
19
- - issuing authority
20
- - precise reference of the documents
17
+ - web address
18
+ - issuing authority
19
+ - precise reference of the documents
21
20
 
22
- type: boolean
23
- assessment:
24
- passIfIn:
25
- - True
21
+
22
+ type: textbox_large
23
+ max_length_in_words: 500
24
+
25
+ validations:
26
+ -
27
+ name: answer_required
28
+ message: You need to answer this question because you answered ‘yes’ to the Unspent tax convictions question.
29
+ -
30
+ name: under_word_limit
31
+ message: "Your answer must be no more than 500 words."
32
+ -
33
+ name: under_character_limit
34
+ message: "Your answer must be no more than 5000 characters."
@@ -1,23 +1,31 @@
1
1
  name: __Place holder for question name 32(a)
2
- question: >
3
- If you responded 'yes', enter details for each occurrence.
2
+ question: If you responded 'yes', enter details for each occurrence.
4
3
 
5
- question_advice: |
4
+ hint: |
6
5
  The details you provide should include:
7
6
 
8
- - Country concerned
9
- - what is the amount concerned
10
- - how and when the breach was established or challenge brought
7
+ - Country concerned
8
+ - what is the amount concerned
9
+ - how and when the breach was established or challenge brought
11
10
 
12
- You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
11
+ You should also confirm whether you have paid or have entered into a binding arrangement with a view to paying the outstanding sum, including, where applicable, any accrued interest and / or fines.
13
12
 
14
- If evidence of meeting all obligations is available electronically, provide details of:
13
+ If evidence of meeting all obligations is available electronically, provide details of:
15
14
 
16
- - web address
17
- - issuing authority
18
- - precise reference of the documents
15
+ - web address
16
+ - issuing authority
17
+ - precise reference of the documents
19
18
 
20
- type: boolean
21
- assessment:
22
- passIfIn:
23
- - True
19
+ type: textbox_large
20
+ max_length_in_words: 500
21
+
22
+ validations:
23
+ -
24
+ name: answer_required
25
+ message: You need to answer this question because you answered ‘yes’ to the Incorrect tax returns question.
26
+ -
27
+ name: under_word_limit
28
+ message: "Your answer must be no more than 500 words."
29
+ -
30
+ name: under_character_limit
31
+ message: "Your answer must be no more than 5000 characters."
@@ -1,4 +1,4 @@
1
- name: Why a tax return was incorrect
1
+ name: Is there an incorrect tax returns __placeholder__
2
2
  question: >
3
3
  Have any tax returns submitted by your organisation on or after 1 October 2012 been found to be incorrect for any of these reasons:
4
4
 
@@ -7,7 +7,12 @@ question: >
7
7
  - a failure to notify, or failure of an avoidance scheme in which you are or were involved, under the Disclosure of Tax Avoidance Scheme rules (DOTAS), VADR (Schedule 11A to the Value Added Tax Act 1994 (as amended by Schedule 1 to the Finance (no. 2) Act 2005)) or any equivalent or similar regime in a jurisdiction in which your organisation is established
8
8
 
9
9
  type: boolean
10
+
11
+ followup:
12
+ groundsForDiscretionary2:
13
+ - true
14
+
10
15
  assessment:
11
16
  passIfIn:
12
17
  - False
13
- discretionary: True
18
+ discretionary: True
@@ -3,7 +3,7 @@ question: >
3
3
  If you responded ‘yes’ to any of the questions [[taxEvasion]] to [[misleadingInformation]], enter details of
4
4
  any mitigating factors that you think should be taken into consideration.
5
5
 
6
- question_advice: |
6
+ hint: |
7
7
  The details you provide should include:
8
8
 
9
9
  - date of the violation or offence
@@ -1,21 +1,5 @@
1
1
  name: Modern slavery statement required
2
+ id: modernSlaveryStatement
2
3
  question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
- question_advice: |
4
- Your statement should:
5
4
 
6
- - be an Open Document Format (ODF) or PDF/A
7
- - have a maximum file size of 5MB
8
- - meet accessibility standards
9
-
10
- hidden: true
11
- type: upload
12
-
13
- validations:
14
- - name: answer_required
15
- message: You need to answer this question.
16
- - name: file_is_open_document_format
17
- message: The selected document must be an Open Document Format (ODF) or PDF/A (eg .pdf, .odt)
18
- - name: file_is_less_than_5mb
19
- message: The selected document must be smaller than 5MB
20
- - name: file_can_be_saved
21
- message: The selected document could not be uploaded - try again
5
+ type: text
@@ -1,20 +1,5 @@
1
1
  name: Modern slavery statement optional
2
- question: |
3
- 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.
4
- question_advice: |
5
- Your statement should:
2
+ id: modernSlaveryStatementOptional
3
+ 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.
6
4
 
7
- - be an Open Document Format (ODF) or PDF/A
8
- - have a maximum file size of 5MB
9
- - meet accessibility standards
10
-
11
- hidden: true
12
- type: upload
13
-
14
- validations:
15
- - name: file_is_open_document_format
16
- message: The selected document must be an Open Document Format (ODF) or PDF/A (eg .pdf, .odt)
17
- - name: file_is_less_than_5mb
18
- message: The selected document must be smaller than 5MB
19
- - name: file_can_be_saved
20
- message: The selected document could not be uploaded - try again
5
+ type: text
@@ -0,0 +1,8 @@
1
+ id: multiqincorrectTaxReturns
2
+ name: Tax return was incorrect
3
+ question: ""
4
+
5
+ type: multiquestion
6
+ questions:
7
+ - incorrectTaxReturns
8
+ - groundsForDiscretionary2
@@ -0,0 +1,8 @@
1
+ id: multiqunspentTaxConvictions
2
+ name: Unspent tax convictions
3
+ question: ""
4
+
5
+ type: multiquestion
6
+ questions:
7
+ - unspentTaxConvictions
8
+ - groundsForDiscretionary
@@ -3,4 +3,9 @@ question: Are you aware of the <a href="https://assets.publishing.service.gov.uk
3
3
  type: boolean
4
4
  assessment:
5
5
  passIfIn:
6
- - True
6
+ - True
7
+
8
+ validations:
9
+ -
10
+ name: answer_required
11
+ message: You need to answer this question.
@@ -1,9 +1,13 @@
1
- name: If a tax return was incorrect
2
- question: >
3
- Has your organisation committed a breach of obligations relating to the payment of taxes or social security contributions that has been established by a judicial or administrative decision that has a final and binding effect?
1
+ name: Is there an unspent tax conviction __placeholder__
2
+ question: Has your organisation committed a breach of obligations relating to the payment of taxes or social security contributions that has been established by a judicial or administrative decision that has a final and binding effect?
4
3
 
5
4
  type: boolean
5
+
6
+ followup:
7
+ groundsForDiscretionary:
8
+ - true
9
+
6
10
  assessment:
7
11
  passIfIn:
8
12
  - False
9
- discretionary: True
13
+ discretionary: True
@@ -8,6 +8,7 @@ coming: |
8
8
  - cloud hosting
9
9
  - cloud software
10
10
  - cloud support
11
+ - cloud professional
11
12
 
12
13
  open: |
13
14
  ### G-Cloud
@@ -19,6 +20,8 @@ open: |
19
20
  - cloud hosting
20
21
  - cloud software
21
22
  - cloud support
23
+ - cloud professional
24
+
22
25
 
23
26
  pending: &can_not_apply |
24
27
  ### G-Cloud
@@ -30,6 +33,7 @@ pending: &can_not_apply |
30
33
  - cloud hosting
31
34
  - cloud software
32
35
  - cloud support
36
+ - cloud professional
33
37
 
34
38
  standstill: *can_not_apply
35
39
 
@@ -6,3 +6,8 @@ type: boolean
6
6
  assessment:
7
7
  passIfIn:
8
8
  - True
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You need to answer this question.
@@ -3,4 +3,9 @@ question: Are you aware of the <a href="https://assets.publishing.service.gov.uk
3
3
  type: boolean
4
4
  assessment:
5
5
  passIfIn:
6
- - True
6
+ - True
7
+
8
+ validations:
9
+ -
10
+ name: answer_required
11
+ message: You need to answer this question.
@@ -1,6 +1,5 @@
1
1
  name: Named board-level person responsible for service security
2
- question: >
3
- Does your organisation have a named person with board-level (or equivalent) authorisation who’s responsible for the
2
+ question: Does your organisation have a named person with board-level (or equivalent) authorisation who’s responsible for the
4
3
  security of all of your services?
5
4
  question_advice: >
6
5
  Read about the government’s <a href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-4-governance-framework"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
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"