ccs-digitalmarketplace-frameworks 3.14.22 → 3.14.23
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-and-specialists-7/manifests/edit_service.yml +5 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +5 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +5 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServices.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot2.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml +33 -0
- package/package.json +1 -1
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
questions:
|
|
10
10
|
- confirmServices
|
|
11
11
|
|
|
12
|
+
- name: 'Award question – Lot 3 services you can provide'
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- confirmServicesLot3
|
|
16
|
+
|
|
12
17
|
- name: 'Condition of participation - Technical ability certificates'
|
|
13
18
|
editable: False
|
|
14
19
|
questions:
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
questions:
|
|
10
10
|
- confirmServices
|
|
11
11
|
|
|
12
|
+
- name: 'Award question – Lot 3 services you can provide'
|
|
13
|
+
editable: False
|
|
14
|
+
questions:
|
|
15
|
+
- confirmServicesLot3
|
|
16
|
+
|
|
12
17
|
- name: 'Condition of participation - Technical ability certificates'
|
|
13
18
|
editable: False
|
|
14
19
|
questions:
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
questions:
|
|
10
10
|
- confirmServices
|
|
11
11
|
|
|
12
|
+
- name: 'Award question – Lot 3 services you can provide'
|
|
13
|
+
editable: True
|
|
14
|
+
questions:
|
|
15
|
+
- confirmServicesLot3
|
|
16
|
+
|
|
12
17
|
- name: 'Condition of participation - Technical ability certificates'
|
|
13
18
|
editable: True
|
|
14
19
|
questions:
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServices.yml
CHANGED
|
@@ -13,7 +13,7 @@ question: >
|
|
|
13
13
|
|
|
14
14
|
question_advice: >
|
|
15
15
|
<p class="govuk-body">
|
|
16
|
-
This question is assessed Pass / Fail.
|
|
16
|
+
This question is assessed as Pass / Fail.
|
|
17
17
|
</p>
|
|
18
18
|
<p class="govuk-body">
|
|
19
19
|
Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot2.yml
CHANGED
|
@@ -13,7 +13,7 @@ question: >
|
|
|
13
13
|
|
|
14
14
|
question_advice: >
|
|
15
15
|
<p class="govuk-body">
|
|
16
|
-
This question is assessed Pass / Fail.
|
|
16
|
+
This question is assessed as Pass / Fail.
|
|
17
17
|
</p>
|
|
18
18
|
<p class="govuk-body">
|
|
19
19
|
Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
name: Confirm services you can provide
|
|
2
|
+
|
|
3
|
+
question: >
|
|
4
|
+
<p class="govuk-body">
|
|
5
|
+
Do you confirm that you can provide at least 1 service capability, 1 digital role and 1 location (as defined in the Specification, section 3.1 and Annexes 1, 2 and 3)?
|
|
6
|
+
</p>
|
|
7
|
+
<p class="govuk-body">
|
|
8
|
+
<b>Disclaimer</b>: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed. Failure to comply may mean that your application fails to meet the requirements for the framework agreement.
|
|
9
|
+
</p>
|
|
10
|
+
<p class="govuk-body">
|
|
11
|
+
Any misrepresentation, providing incorrect information or failure to provide appropriate evidence to support your declarations may also mean that your application will fail or you may be terminated from the framework agreement after award of contract.
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
question_advice: >
|
|
15
|
+
<p class="govuk-body">
|
|
16
|
+
This question is assessed as Pass / Fail.
|
|
17
|
+
</p>
|
|
18
|
+
<p class="govuk-body">
|
|
19
|
+
Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
|
|
20
|
+
</p>
|
|
21
|
+
<p class="govuk-body">
|
|
22
|
+
Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
|
|
23
|
+
</p>
|
|
24
|
+
depends:
|
|
25
|
+
- "on": lot
|
|
26
|
+
being:
|
|
27
|
+
- digital-specialists
|
|
28
|
+
|
|
29
|
+
type: boolean
|
|
30
|
+
|
|
31
|
+
validations:
|
|
32
|
+
- name: answer_required
|
|
33
|
+
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.14.
|
|
3
|
+
"version": "3.14.23",
|
|
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"
|