ccs-digitalmarketplace-frameworks 3.13.41 → 3.13.43

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 (15) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +1 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +1 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +1 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsAssociatedPerson.yml +10 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsDebarmentList.yml +13 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsDebarmentListDetail.yml +15 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsIntendedRole.yml +20 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumJointVentureStatement.yml +5 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqGroupOrConsortiumDetails.yml +4 -1
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqGroupOrConsortiumDetails.yml +1 -5
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqStatementDetail.yml +12 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/services/socialValue.yml +0 -3
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/services/socialValueAll.yml +35 -0
  14. package/package.json +1 -1
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsAttachmentSupportingDocsURL.yml +0 -25
@@ -281,6 +281,7 @@
281
281
  editable: False
282
282
  questions:
283
283
  - socialValue
284
+ - socialValueAll
284
285
 
285
286
  - name: 'Q7: Working with government'
286
287
  editable: False
@@ -309,6 +309,7 @@
309
309
  editable: True
310
310
  questions:
311
311
  - socialValue
312
+ - socialValueAll
312
313
 
313
314
  - name: 'Q7: Working with government'
314
315
  editable: True
@@ -317,6 +317,7 @@
317
317
  editable: True
318
318
  questions:
319
319
  - socialValue
320
+ - socialValueAll
320
321
 
321
322
  - name: 'Q7: Working with government'
322
323
  editable: True
@@ -0,0 +1,10 @@
1
+ name: Associated person
2
+ question: Is this consortium member an associated person?
3
+ hint: You need to tell us if a consortium member is also an associated person. If any consortium member is being relied upon to satisfy a condition of participation, they will be considered an associated person.
4
+
5
+ type: boolean
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: You must select an option
@@ -0,0 +1,13 @@
1
+ name: Debarment list
2
+ question: Is these consortia members, their associated persons or their connected persons on the debarment list?
3
+
4
+ type: boolean
5
+
6
+ followup:
7
+ groupOrConsortiumDetailsDebarmentListDetail:
8
+ - true
9
+
10
+ validations:
11
+ -
12
+ name: answer_required
13
+ message: You must select an option
@@ -0,0 +1,15 @@
1
+ name: Debarment list detail
2
+ question: Please provide debarment details
3
+
4
+ hidden: true
5
+
6
+ type: textbox_large
7
+ max_length_in_words: 500
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: Provide debarment details
13
+ -
14
+ name: under_word_limit
15
+ message: Debarment details must be less than 500 words
@@ -0,0 +1,20 @@
1
+ name: Intended role
2
+ question: Please provide a brief description of their intended role in the performance of the contract.
3
+ hint: |
4
+ <p class="govuk-body">Please include: </p>
5
+ <ul class="govuk-list">
6
+ <li> a) What role they will play in the delivery of the call-off contracts</li>
7
+ <li> b) Their % share of the total contract value</li>
8
+ </ul>
9
+
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 500
13
+
14
+ validations:
15
+ -
16
+ name: answer_required
17
+ message: You must provide a description of their intended role of the consortium
18
+ -
19
+ name: under_word_limit
20
+ message: Description of their intended role must be less than 500 words
@@ -12,6 +12,11 @@ options:
12
12
  - label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, and will not if your tender is successful
13
13
  value: no-joint-ventrue
14
14
 
15
+ followup:
16
+ multiqStatementDetail:
17
+ - joint-venture-if-successful
18
+ - no-joint-ventrue
19
+
15
20
  validations:
16
21
  -
17
22
  name: answer_required
@@ -12,8 +12,11 @@ questions:
12
12
  - groupOrConsortiumDetailsPpon
13
13
  - groupOrConsortiumDetailsDuns
14
14
  - groupOrConsortiumDetailsShareCode
15
+ - groupOrConsortiumDetailsIntendedRole
15
16
  - groupOrConsortiumDetailsAttachment4bURL
16
- - groupOrConsortiumDetailsAttachmentSupportingDocsURL
17
+ - groupOrConsortiumDetailsAssociatedPerson
18
+ - groupOrConsortiumDetailsDebarmentList
19
+ - groupOrConsortiumDetailsDebarmentListDetail
17
20
 
18
21
  validations:
19
22
  -
@@ -6,8 +6,4 @@ hidden: true
6
6
  type: multiquestion
7
7
  questions:
8
8
  - groupOrConsortiumJointVentureStatement
9
- - groupOrConsortiumName
10
- - groupOrConsortiumStructure
11
- - groupOrConsortiumHealthAndSafety
12
- - groupOrConsortiumLeadBidder
13
- - listMultiqGroupOrConsortiumDetails
9
+ - multiqStatementDetail
@@ -0,0 +1,12 @@
1
+
2
+ name: ""
3
+ question: ""
4
+ hidden: true
5
+
6
+ type: multiquestion
7
+ questions:
8
+ - groupOrConsortiumName
9
+ - groupOrConsortiumStructure
10
+ - groupOrConsortiumHealthAndSafety
11
+ - groupOrConsortiumLeadBidder
12
+ - listMultiqGroupOrConsortiumDetails
@@ -17,10 +17,7 @@ question_advice: >
17
17
  depends:
18
18
  - "on": lot
19
19
  being:
20
- - digital-outcomes
21
20
  - digital-capability-and-delivery-partner
22
- - digital-specialists
23
- - user-research-studios-and-participants
24
21
 
25
22
  type: checkboxes
26
23
 
@@ -0,0 +1,35 @@
1
+ name: Social Value
2
+
3
+ question: Do you agree to promote and commit to delivering Social Value as an integral part of your service delivery, company policy and values, where specified by the buyer in their statement of requirements and call-off contract?
4
+
5
+ question_advice: >
6
+ <p class="govuk-body">
7
+ Read more about the
8
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" 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">Social Value Model (opens in a new tab)</a>
9
+ to
10
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" 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">deliver social value through government's commercial activities (opens in a new tab)</a>.
11
+ </p>
12
+ <p class="govuk-body">
13
+ This question is assessed Pass / Fail.
14
+ </p>
15
+
16
+ <p class="govuk-body">
17
+ Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
18
+ </p>
19
+
20
+ <p class="govuk-body">
21
+ Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
22
+ </p>
23
+
24
+ depends:
25
+ - "on": lot
26
+ being:
27
+ - digital-outcomes
28
+ - digital-specialists
29
+ - user-research-studios-and-participants
30
+
31
+ type: boolean
32
+
33
+ validations:
34
+ - name: answer_required
35
+ message: You must select an option
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.41",
3
+ "version": "3.13.43",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -1,25 +0,0 @@
1
- name: Supporting documentation uploaded for consortium member
2
- question: Please attach any supporting documents for any exclusions for any consortia member or their connected persons.
3
- question_advice: >
4
- Further information can be found on Tab 1 Exclusion Grounds of Attachment 4b Self Declaration Workbook
5
-
6
- hint: This file must be a Zip and have a maximum file size of 5MB
7
-
8
- type: upload
9
-
10
- optional: true
11
-
12
- file_settings:
13
- name: consortium-member-supporting-documents
14
- max_size: 5
15
- file_type: zip
16
-
17
- validations:
18
- - name: answer_required
19
- message: Select a file
20
- - name: file_is_less_than_5mb
21
- message: The file must be smaller than 5MB
22
- - name: file_is_zip
23
- message: The file must be in the zip format. Select a Zip (.zip) file
24
- - name: file_can_be_saved
25
- message: The selected file could not be uploaded - try again