ccs-digitalmarketplace-frameworks 1.1.2 → 1.1.6
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-6/manifests/edit_service.yml +1 -1
- package/frameworks/digital-outcomes-6/manifests/edit_service_as_admin.yml +1 -1
- package/frameworks/digital-outcomes-6/manifests/edit_submission.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/ApplicationOperationsEngineer.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/BusinessRelationshipManager.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/BussinessAnalyst.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/ChangeAndReleaseManager.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/CommandandControlCenterManager.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/InfrastructureEngineer.yml +17 -0
- package/frameworks/digital-outcomes-6/questions/services/InfrastructureOperationsEngineerDayRate.yml +0 -13
- package/frameworks/g-cloud-13/manifests/declaration.yml +1 -1
- package/frameworks/g-cloud-13/manifests/display_service.yml +1 -5
- package/frameworks/g-cloud-13/manifests/edit_submission.yml +2 -5
- package/frameworks/g-cloud-13/questions/declaration/MI.yml +1 -1
- package/frameworks/g-cloud-13/questions/declaration/carbonReduction.yml +1 -1
- package/frameworks/g-cloud-13/questions/declaration/corruptionBribery.yml +1 -1
- package/frameworks/g-cloud-13/questions/declaration/socialValueModel.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/QAAndTesting.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/QAAndTestingDescription.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/multiqAccreditationsOther.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/multiqServiceInterface.yml +0 -2
- package/frameworks/g-cloud-13/questions/services/multiqSocialValue.yml +19 -0
- package/frameworks/g-cloud-13/questions/services/multiqStandardsCSASTAR.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/multiqStandardsISO28000.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/multiqStandardsISOIEC27001.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/multiqUserSupport.yml +0 -2
- package/frameworks/g-cloud-13/questions/services/ongoingSupport.yml +0 -6
- package/frameworks/g-cloud-13/questions/services/ongoingSupportDescription.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/ongoingSupportServices.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/planningService.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/planningServiceCompatibility.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/planningServiceCompatibilityList.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/planningServiceDescription.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/securityTesting.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/securityTestingAccreditations.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/securityTestingAccreditationsOther.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/securityTestingAccredited.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/securityTestingCCP.yml +1 -1
- package/frameworks/g-cloud-13/questions/services/securityTestingWhat.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/securityTestingWhatOther.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/serviceBenefitsHostingAndSoftware.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/serviceConstraintsSupport.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/serviceFeaturesHostingAndSoftware.yml +2 -0
- package/frameworks/g-cloud-13/questions/services/setupAndMigrationService.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/setupAndMigrationServiceDescription.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/setupAndMigrationServiceSpecific.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/setupAndMigrationServiceSpecificList.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/staffSecurityClearanceChecks.yml +0 -4
- package/frameworks/g-cloud-13/questions/services/training.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/trainingDescription.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/trainingServiceSpecific.yml +1 -0
- package/frameworks/g-cloud-13/questions/services/trainingServiceSpecificList.yml +1 -0
- package/package.json +1 -1
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
questions:
|
|
49
49
|
- outcomesLocations
|
|
50
50
|
|
|
51
|
-
- name: Digital role to deliver the
|
|
51
|
+
- name: Digital role to deliver the capabilities
|
|
52
52
|
summary_page_description: >
|
|
53
53
|
You must be able to provide at least one team capability to be eligible to
|
|
54
54
|
supply digital outcomes.
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added an Application operations engineer
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: applicationoperationsengineerPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: applicationoperationsengineerPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: applicationoperationsengineerPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: applicationoperationsengineerPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: applicationoperationsengineerPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added an Business Relationship manager
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: businessrelationshipmanagerPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: businessrelationshipmanagerPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: businessrelationshipmanagerPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: businessrelationshipmanagerPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: businessrelationshipmanagerPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added a Business Analyst
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: businessanalystPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: businessanalystPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: businessanalystPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: businessanalystPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: businessanalystPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added a change and release manager
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: changeandreleasemanagerPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: changeandreleasemanagerPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: changeandreleasemanagerPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: changeandreleasemanagerPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: changeandreleasemanagerPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added a command and control center manager
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: commandandcontrolcentermanagerPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: commandandcontrolcentermanagerPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: commandandcontrolcentermanagerPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: commandandcontrolcentermanagerPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: commandandcontrolcentermanagerPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
|
@@ -13,3 +13,20 @@ questions:
|
|
|
13
13
|
empty_message: You have not added an Infrastructure engineer
|
|
14
14
|
|
|
15
15
|
hint: For the team capabilities you can provide, state the corresponding digital roles you can offer and the day rates.
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: infrastructureengineerPriceMin
|
|
20
|
+
message: 'You need to answer this question.'
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: infrastructureengineerPriceMin
|
|
23
|
+
message: "Minimum price must be a number, without units, eg 99.95"
|
|
24
|
+
- name: answer_required
|
|
25
|
+
field: infrastructureengineerPriceMax
|
|
26
|
+
message: "Enter the amount you will charge for an infrastructure engineer"
|
|
27
|
+
- name: not_money_format
|
|
28
|
+
field: infrastructureengineerPriceMax
|
|
29
|
+
message: "Maximum price must be a number, without units, like 99.95"
|
|
30
|
+
- name: max_less_than_min
|
|
31
|
+
field: infrastructureengineerPriceMax
|
|
32
|
+
message: "Minimum price must be less than maximum price"
|
package/frameworks/digital-outcomes-6/questions/services/InfrastructureOperationsEngineerDayRate.yml
CHANGED
|
@@ -5,19 +5,6 @@ depends:
|
|
|
5
5
|
being:
|
|
6
6
|
- digital-outcomes
|
|
7
7
|
type: pricing
|
|
8
|
-
fields:
|
|
9
|
-
maximum_price: infrastructureoperationsengineerPriceMax
|
|
10
|
-
field_defaults:
|
|
11
|
-
price_unit: Person
|
|
12
|
-
price_interval: Day
|
|
13
|
-
|
|
14
|
-
validations:
|
|
15
|
-
- name: answer_required
|
|
16
|
-
field: infrastructureoperationsengineerPriceMax
|
|
17
|
-
message: Enter the amount you will charge for an infrastructure operations engineer
|
|
18
|
-
- name: not_money_format
|
|
19
|
-
field: infrastructureoperationsengineerPriceMax
|
|
20
|
-
message: Maximum price must be a number, without units, like 99.95
|
|
21
8
|
|
|
22
9
|
fields:
|
|
23
10
|
minimum_price: infrastructureengineerPriceMin
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
- conflictOfInterest
|
|
106
106
|
- distortedCompetition
|
|
107
107
|
- significantOrPersistentDeficiencies
|
|
108
|
-
- seriousMisrepresentation
|
|
109
108
|
- witheldSupportingDocuments
|
|
109
|
+
- seriousMisrepresentation
|
|
110
110
|
- influencedContractingAuthority
|
|
111
111
|
- confidentialInformation
|
|
112
112
|
- misleadingInformation
|
|
@@ -254,11 +254,8 @@
|
|
|
254
254
|
editable: false
|
|
255
255
|
edit_questions: true
|
|
256
256
|
questions:
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
- tacklingEconomicInequality
|
|
260
|
-
- equalOpportunity
|
|
261
|
-
- wellbeing
|
|
257
|
+
- multiqSocialValue
|
|
258
|
+
|
|
262
259
|
|
|
263
260
|
- name: Pricing
|
|
264
261
|
editable: false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
name: Providing management information (MI)
|
|
2
2
|
question: >
|
|
3
3
|
Do you confirm that you’re prepared to provide all the monthly G-Cloud 13-related management information (MI)
|
|
4
|
-
to CCS as outlined in the
|
|
4
|
+
to CCS as outlined in the reporting template ?
|
|
5
5
|
type: boolean
|
|
6
6
|
assessment:
|
|
7
7
|
passIfIn:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Carbon reduction
|
|
2
|
-
question: Public sector contracts with a total value of £5 million or more should take into account a supplier's <a href="https://www.gov.uk/government/publications/procurement-policy-note-0621-taking-account-of-carbon-reduction-plans-in-the-procurement-of-major-government-contracts" target="_blank" rel="noopener noreferrer">carbon reduction plans and commitment to Carbon Net Zero by 2050 (opens in a new tab)</a>.
|
|
2
|
+
question: Public sector contracts with a total value of £5 million or more should take into account a supplier's <a href="https://www.gov.uk/government/publications/procurement-policy-note-0621-taking-account-of-carbon-reduction-plans-in-the-procurement-of-major-government-contracts" target="_blank" rel="noopener noreferrer">carbon reduction plans and commitment to Carbon Net Zero by 2050 (opens in a new tab)</a>.
|
|
3
3
|
hint: >
|
|
4
4
|
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
|
type: boolean
|
|
@@ -8,7 +8,7 @@ question: >
|
|
|
8
8
|
- section 113 of the Representation of the People Act 1983
|
|
9
9
|
|
|
10
10
|
type: boolean
|
|
11
|
-
hint: Answer ‘yes’ if anyone who represents, supervises or has control in your organisation or a partner or parent organisation has been convicted of any of the above.
|
|
11
|
+
hint: Answer ‘yes’ if anyone who represents, supervises or has control in your organisation or a partner or parent organisation has been convicted of any of the above. Answer 'no' otherwise.
|
|
12
12
|
assessment:
|
|
13
13
|
passIfIn:
|
|
14
14
|
- False
|
|
@@ -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
|
|
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 ?
|
|
3
3
|
type: boolean
|
|
4
4
|
assessment:
|
|
5
5
|
passIfIn:
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Social value
|
|
2
|
+
question: Please provide further information about how your G-Cloud service provision will deliver against at least one or more of the following <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">Social Value themes outlined in PPN 06/20</a>.
|
|
3
|
+
|
|
4
|
+
hint: It is expected that public sector buyers will request clarifications on Social Value and/or the information you provide as part of the G-Cloud buying process.
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- cloud-hosting
|
|
9
|
+
- cloud-software
|
|
10
|
+
- cloud-support
|
|
11
|
+
- cloud-professional
|
|
12
|
+
|
|
13
|
+
type: multiquestion
|
|
14
|
+
questions:
|
|
15
|
+
- fightingClimateChange
|
|
16
|
+
- covid19Recovery
|
|
17
|
+
- tacklingEconomicInequality
|
|
18
|
+
- equalOpportunity
|
|
19
|
+
- wellbeing
|
|
@@ -2,11 +2,11 @@ name: Certified security testers
|
|
|
2
2
|
question: Is your security testing performed by certified security testers?
|
|
3
3
|
hint: Security testing includes penetration testing and IT Health Checks.
|
|
4
4
|
|
|
5
|
-
hidden: true
|
|
6
5
|
depends:
|
|
7
6
|
- "on": lot
|
|
8
7
|
being:
|
|
9
8
|
- cloud-support
|
|
9
|
+
- cloud-professional
|
|
10
10
|
followup:
|
|
11
11
|
securityTestingAccreditations:
|
|
12
12
|
- true
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
name: Staff security clearance
|
|
2
2
|
question: How do you manage staff security clearance checks?
|
|
3
|
-
question_advice: >
|
|
4
|
-
Read about the government’s <a
|
|
5
|
-
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-6-personnel-security" target="_blank" rel="noopener
|
|
6
|
-
noreferrer">6th cloud security principle: ‘Personnel security’ (link opens in a new tab)</a>.
|
|
7
3
|
|
|
8
4
|
depends:
|
|
9
5
|
- "on": lot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
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"
|