ccs-digitalmarketplace-frameworks 5.3.3 → 5.4.0

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 (36) hide show
  1. package/frameworks/g-cloud-15/manifests/assessed_additional_lot_questions.yml +17 -0
  2. package/frameworks/g-cloud-15/manifests/assessed_lot_pricing.yml +77 -0
  3. package/frameworks/g-cloud-15/manifests/assessment.yml +45 -0
  4. package/frameworks/g-cloud-15/questions/additional-lot-questions/accessToInnovationAndTechnicalAdvancement.yml +1 -1
  5. package/frameworks/g-cloud-15/questions/additional-lot-questions/accountManagementAndBillingTransparency.yml +1 -1
  6. package/frameworks/g-cloud-15/questions/additional-lot-questions/cloudServicePerformance.yml +1 -1
  7. package/frameworks/g-cloud-15/questions/additional-lot-questions/haveInPlaceCyberEssentialsCertification.yml +8 -0
  8. package/frameworks/g-cloud-15/questions/additional-lot-questions/haveIndustryStandardDataSanitisationProcess.yml +8 -0
  9. package/frameworks/g-cloud-15/questions/additional-lot-questions/howAreStaffSecurityChecksPerformed.yml +8 -0
  10. package/frameworks/g-cloud-15/questions/additional-lot-questions/howOftenWillPenTestingBeConducted.yml +10 -0
  11. package/frameworks/g-cloud-15/questions/additional-lot-questions/howYouEngageInChangeOfService.yml +1 -1
  12. package/frameworks/g-cloud-15/questions/additional-lot-questions/operationalContinuityEvergreenMaintenance.yml +1 -1
  13. package/frameworks/g-cloud-15/questions/additional-lot-questions/technologySupportAndUserEnablement.yml +1 -1
  14. package/frameworks/g-cloud-15/questions/additional-lot-questions/whatLevelOfStaffSecurityClearance.yml +10 -0
  15. package/frameworks/g-cloud-15/questions/additional-lot-questions/whenIsUserSupportAvailable.yml +10 -0
  16. package/frameworks/g-cloud-15/questions/additional-lot-questions/whereIsDataStoredAndProcessed.yml +10 -0
  17. package/frameworks/g-cloud-15/questions/assessment/awardCriteriaLot2Comment.yml +9 -0
  18. package/frameworks/g-cloud-15/questions/assessment/awardCriteriaLot2Score.yml +14 -0
  19. package/frameworks/g-cloud-15/questions/assessment/awardCriteriaLot3Comment.yml +8 -0
  20. package/frameworks/g-cloud-15/questions/assessment/awardCriteriaLot3Score.yml +13 -0
  21. package/frameworks/g-cloud-15/questions/assessment/discountComment.yml +8 -0
  22. package/frameworks/g-cloud-15/questions/assessment/discountScore.yml +13 -0
  23. package/frameworks/g-cloud-15/questions/assessment/maximisingBuyerValueComment.yml +8 -0
  24. package/frameworks/g-cloud-15/questions/assessment/maximisingBuyerValueScore.yml +13 -0
  25. package/frameworks/g-cloud-15/questions/assessment/priceForOnboardingComment.yml +8 -0
  26. package/frameworks/g-cloud-15/questions/assessment/priceForOnboardingScore.yml +13 -0
  27. package/frameworks/g-cloud-15/questions/assessment/pricingLot2Comment.yml +9 -0
  28. package/frameworks/g-cloud-15/questions/assessment/pricingLot2Score.yml +14 -0
  29. package/frameworks/g-cloud-15/questions/assessment/pricingLot3Comment.yml +8 -0
  30. package/frameworks/g-cloud-15/questions/assessment/pricingLot3Score.yml +13 -0
  31. package/frameworks/g-cloud-15/questions/assessment/qualityCloudServicesComment.yml +8 -0
  32. package/frameworks/g-cloud-15/questions/assessment/qualityCloudServicesScore.yml +13 -0
  33. package/frameworks/g-cloud-15/questions/assessment/socialValueComment.yml +11 -0
  34. package/frameworks/g-cloud-15/questions/assessment/socialValueScore.yml +16 -0
  35. package/frameworks/g-cloud-15/questions/declaration/subcontractorRegisteredDate.yml +1 -8
  36. package/package.json +1 -1
@@ -0,0 +1,17 @@
1
+ -
2
+ name: "Mandatory award criteria for Lots 2a and/or 2b"
3
+ assessment_key: awardCriteria
4
+ questions:
5
+ - multiqHowYouWillProvideUserSupportCloudSoftware
6
+ - multiqHowYouWillProvideAssetProtection
7
+ - multiqWhatFrequencyWillPenTestingBeConducted
8
+ - multiqHowYouWillProvideSataSanitisation
9
+
10
+ -
11
+ name: "Mandatory award criteria for Lot 3"
12
+ assessment_key: awardCriteria
13
+ questions:
14
+ - multiqHowYouWillProvideUserSupportCloudSupport
15
+ - multiqHowDoYouManageStaffSecurityClearanceChecks
16
+ - multiqWhatLevelOfSecurityClearance
17
+ - multiqHaveInPlaceCyberEssentials
@@ -0,0 +1,77 @@
1
+ - name: Price for onboarding
2
+ assessment_key: priceForOnboarding
3
+ questions:
4
+ - multiqPriceForOnboarding
5
+
6
+ - name: Discount
7
+ assessment_key: discount
8
+ questions:
9
+ - discountPercentageLot1
10
+
11
+ - name: Pricing
12
+ assessment_key: pricing
13
+ questions:
14
+ - multiqArchitectureRolesBusinessArchitect
15
+ - multiqArchitectureRolesDataArchitect
16
+ - multiqArchitectureRolesEnterpriseArchitect
17
+ - multiqArchitectureRolesNetworkArchitect
18
+ - multiqArchitectureRolesSecurityArchitect
19
+ - multiqArchitectureRolesSolutionArchitect
20
+ - multiqArchitectureRolesTechnicalArchitect
21
+ - multiqChiefDigitalAndDataRolesChiefDataOfficer
22
+ - multiqChiefDigitalAndDataRolesChiefInformationSecurityOfficer
23
+ - multiqChiefDigitalAndDataRolesChiefTechnologyOfficer
24
+ - multiqCyberSecurityRolesCyberSecurityAuditAndAssurance
25
+ - multiqCyberSecurityRolesCyberSecurityGovernanceAndRiskManagement
26
+ - multiqCyberSecurityRolesCyberSecurityMonitoring
27
+ - multiqCyberSecurityRolesCyberSecurityIncidentResponse
28
+ - multiqCyberSecurityRolesCyberSecurityVulnerabilityManagement
29
+ - multiqCyberSecurityRolesCyberSecurityDigitalForensics
30
+ - multiqCyberSecurityRolesCyberSecurityTesting
31
+ - multiqCyberSecurityRolesCyberSecuritySecureDesign
32
+ - multiqDataRolesAnalyticsEngineer
33
+ - multiqDataRolesDataAnalyst
34
+ - multiqDataRolesDataEngineer
35
+ - multiqDataRolesDataEthicist
36
+ - multiqDataRolesDataGovernanceManager
37
+ - multiqDataRolesDataScientist
38
+ - multiqDataRolesMachineLearningEngineer
39
+ - multiqDataRolesPerformanceAnalyst
40
+ - multiqItOperationsRolesApplicationOperationsEngineer
41
+ - multiqItOperationsRolesBusinessRelationshipManager
42
+ - multiqItOperationsRolesChangeAndReleaseManager
43
+ - multiqItOperationsRolesCommandAndControlCentreManager
44
+ - multiqItOperationsRolesEndUserComputingEngineer
45
+ - multiqItOperationsRolesItServiceManager
46
+ - multiqItOperationsRolesIncidentManager
47
+ - multiqItOperationsRolesInfrastructureEngineer
48
+ - multiqItOperationsRolesInfrastructureOperationsEngineer
49
+ - multiqItOperationsRolesProblemManager
50
+ - multiqItOperationsRolesServiceDeskManager
51
+ - multiqItOperationsRolesServiceTransitionManager
52
+ - multiqProductAndDeliveryRolesBusinessAnalyst
53
+ - multiqProductAndDeliveryRolesDeliveryManager
54
+ - multiqProductAndDeliveryRolesDigitalPortfolioManager
55
+ - multiqProductAndDeliveryRolesProductManager
56
+ - multiqProductAndDeliveryRolesProgrammeDeliveryManager
57
+ - multiqProductAndDeliveryRolesServiceOwner
58
+ - multiqQualityAssuranceTestingRolesQualityAssuranceTestingAnalyst
59
+ - multiqQualityAssuranceTestingRolesTestEngineer
60
+ - multiqQualityAssuranceTestingRolesTestManager
61
+ - multiqSoftwareDevelopmentRolesDevelopmentOperationsEngineer
62
+ - multiqSoftwareDevelopmentRolesFrontendDeveloper
63
+ - multiqSoftwareDevelopmentRolesSoftwareDeveloper
64
+ - multiqUserCentredDesignRolesAccessibilitySpecialist
65
+ - multiqUserCentredDesignRolesContentDesigner
66
+ - multiqUserCentredDesignRolesContentStrategist
67
+ - multiqUserCentredDesignRolesGraphicDesigner
68
+ - multiqUserCentredDesignRolesInteractionDesigner
69
+ - multiqUserCentredDesignRolesServiceDesigner
70
+ - multiqUserCentredDesignRolesTechnicalWriter
71
+ - multiqUserCentredDesignRolesUserResearcher
72
+ - discountPercentagesLessThan250000
73
+ - discountPercentagesLessThan500000
74
+ - discountPercentagesLessThan1000000
75
+ - discountPercentagesLessThan2500000
76
+ - discountPercentagesLessThan5000000
77
+ - discountPercentagesOver5000000
@@ -0,0 +1,45 @@
1
+ -
2
+ name: Social value
3
+ questions:
4
+ - socialValueScore
5
+ - socialValueComment
6
+
7
+ -
8
+ name: Quality Cloud Services
9
+ questions:
10
+ - qualityCloudServicesScore
11
+ - qualityCloudServicesComment
12
+
13
+ -
14
+ name: Maximising Buyer Value
15
+ questions:
16
+ - maximisingBuyerValueScore
17
+ - maximisingBuyerValueComment
18
+
19
+ -
20
+ name: Price for onboarding
21
+ questions:
22
+ - priceForOnboardingScore
23
+ - priceForOnboardingComment
24
+
25
+ -
26
+ name: Discount
27
+ questions:
28
+ - discountScore
29
+ - discountComment
30
+
31
+ -
32
+ name: Award criteria
33
+ questions:
34
+ - awardCriteriaLot2Score
35
+ - awardCriteriaLot2Comment
36
+ - awardCriteriaLot3Score
37
+ - awardCriteriaLot3Comment
38
+
39
+ -
40
+ name: Pricing
41
+ questions:
42
+ - pricingLot2Score
43
+ - pricingLot2Comment
44
+ - pricingLot3Score
45
+ - pricingLot3Comment
@@ -3,7 +3,7 @@ name: c) Access to Innovation and Technical Advancement
3
3
  question: 'c) Access to Innovation and Technical Advancement:'
4
4
 
5
5
  question_advice: >
6
- Demonstrate how you will support Buyers to access innovation to inform both their technology strategy and business service delivery. Your response must clearly describe how you will provide or enable access to emerging technologies including new and innovative approaches to operating their cloud service. Reference 6.5.1.10 of Framework Schedule 1 - Specification.
6
+ Demonstrate how you will support Buyers to access innovation to inform both their technology strategy and business service delivery. Your response must clearly describe how you will provide or enable access to emerging technologies including new and innovative approaches to operating their cloud service. Reference 6.6.1(m) of Framework Schedule 1 - Specification.
7
7
 
8
8
  type: textbox_large
9
9
  max_length_in_words: 250
@@ -3,7 +3,7 @@ name: a) Account Management and Billing Transparency/Optimisation
3
3
  question: 'a) Account Management and Billing Transparency/Optimisation:'
4
4
 
5
5
  question_advice: >
6
- Explain how you will enable Buyers to understand and optimise their service usage and costs. Your response must clearly describe the specific tools, processes or services you will provide, your approach to standardised and transparent billing, and explain how these will help Buyers monitor usage and manage financial expenditure. Reference 6.5.1.7 of Framework Schedule 1 - Specification.
6
+ Explain how you will enable Buyers to understand and optimise their service usage and costs. Your response must clearly describe the specific tools, processes or services you will provide, your approach to standardised and transparent billing, and explain how these will help Buyers monitor usage and manage financial expenditure. Reference 6.6.1(i) of Framework Schedule 1 - Specification.
7
7
 
8
8
  type: textbox_large
9
9
  max_length_in_words: 250
@@ -2,7 +2,7 @@ name: a) Cloud service performance
2
2
  question: 'a) Cloud service performance:'
3
3
 
4
4
  question_advice: >
5
- Explain how your technology and processes will ensure that your services will perform in the critical areas of scalability and reliability, to meet buyer requirements. Clearly demonstrate relevant performance targets that you will provide, along with the measures, processes and controls that you will use to meet them. Reference 6.5.1.4 of Framework Schedule 1 - Specification.
5
+ Explain how your technology and processes will ensure that your services will perform in the critical areas of scalability and reliability, to meet buyer requirements. Clearly demonstrate relevant performance targets that you will provide, along with the measures, processes and controls that you will use to meet them. Reference 6.6.1(f) of Framework Schedule 1 - Specification.
6
6
 
7
7
  type: textbox_large
8
8
 
@@ -4,6 +4,14 @@ question: Are you prepared to have in place Cyber Essentials (or equivalent or h
4
4
 
5
5
  type: boolean
6
6
 
7
+ assessment_criteria:
8
+ available_score: 100
9
+ score_conditions:
10
+ - value: true
11
+ weighting: 1
12
+ - value: false
13
+ weighting: 0
14
+
7
15
  validations:
8
16
  - name: answer_required
9
17
  message: You must select if you are you prepared to have in place Cyber Essentials certification
@@ -4,6 +4,14 @@ question: Do you have an industry standard data sanitisation process, such as ex
4
4
 
5
5
  type: boolean
6
6
 
7
+ assessment_criteria:
8
+ available_score: 100
9
+ score_conditions:
10
+ - value: true
11
+ weighting: 1
12
+ - value: false
13
+ weighting: 0
14
+
7
15
  validations:
8
16
  - name: answer_required
9
17
  message: You must select if you have a industry standard data sanitisation process
@@ -10,6 +10,14 @@ options:
10
10
  - label: Staff screening performed but doesn’t conform with BS7858:2019
11
11
  value: does-not-conform-to-bs
12
12
 
13
+ assessment_criteria:
14
+ available_score: 100
15
+ score_conditions:
16
+ - value: conforms-to-bs
17
+ weighting: 1
18
+ - value: does-not-conform-to-bs
19
+ weighting: 0.25
20
+
13
21
  validations:
14
22
  - name: answer_required
15
23
  message: You must select how are staff security checks performed
@@ -9,6 +9,16 @@ options:
9
9
  - label: At least once a year
10
10
  - label: Less than once a year
11
11
 
12
+ assessment_criteria:
13
+ available_score: 100
14
+ score_conditions:
15
+ - value: At least every 6 months
16
+ weighting: 1
17
+ - value: At least once a year
18
+ weighting: 0.5
19
+ - value: Less than once a year
20
+ weighting: 0.25
21
+
12
22
  validations:
13
23
  - name: answer_required
14
24
  message: You must select how often will penetration testing be conducted
@@ -3,7 +3,7 @@ name: How you engage your customer in a change of service
3
3
  question: |
4
4
  <legend class="govuk-fieldset__legend--m">
5
5
  Please describe in no more than 250 words how you engage your customer in a change of service and how you ensure backward compatibility.<br>
6
- Reference 6.5.1.8.1 of Framework Schedule 1 - Specification
6
+ Reference 6.6.1(k) of Framework Schedule 1 - Specification
7
7
  </legend>
8
8
 
9
9
  question_advice: >
@@ -3,7 +3,7 @@ name: b) Operational Continuity and Evergreen Maintenance
3
3
  question: 'b) Operational Continuity and Evergreen Maintenance:'
4
4
 
5
5
  question_advice: >
6
- Demonstrate how your cloud solutions will prevent the creation of any new technical debt ('Technical debt' is the hidden cost of adopting short term design decisions instead of long term solutions, including the implied cost of additional work in the future) by remaining "evergreen" through continuous updates and improvements. Explain measures which will be undertaken to ensure that the process of continuous updates and improvements will cause minimal disruption and impact to service users providing operational continuity. Reference 6.5.1.8 of Framework Schedule 1 - Specification.
6
+ Demonstrate how your cloud solutions will prevent the creation of any new technical debt ('Technical debt' is the hidden cost of adopting short term design decisions instead of long term solutions, including the implied cost of additional work in the future) by remaining "evergreen" through continuous updates and improvements. Explain measures which will be undertaken to ensure that the process of continuous updates and improvements will cause minimal disruption and impact to service users providing operational continuity. Reference 6.6.1(j) of Framework Schedule 1 - Specification.
7
7
 
8
8
  type: textbox_large
9
9
  max_length_in_words: 250
@@ -3,7 +3,7 @@ name: b) Technology Support and User Enablement
3
3
  question: 'b) Technology Support and User Enablement:'
4
4
 
5
5
  question_advice: |
6
- Demonstrate how you will equip users with the skills and knowledge to maximise the effectiveness of your cloud solution. Your response must clearly describe the support services and training initiatives you will offer, including how they are accessed, to enhance user proficiency and ensure efficient utilisation of your services. Reference 6.5.1.9 of Framework Schedule 1 - Specification.
6
+ Demonstrate how you will equip users with the skills and knowledge to maximise the effectiveness of your cloud solution. Your response must clearly describe the support services and training initiatives you will offer, including how they are accessed, to enhance user proficiency and ensure efficient utilisation of your services. Reference 6.6.1(l) of Framework Schedule 1 - Specification.
7
7
 
8
8
  type: textbox_large
9
9
  max_length_in_words: 250
@@ -12,6 +12,16 @@ options:
12
12
  - label: Up to Baseline Personnel Security Standard (BPSS)
13
13
  value: bpss
14
14
 
15
+ assessment_criteria:
16
+ available_score: 100
17
+ score_conditions:
18
+ - value: dv
19
+ weighting: 1
20
+ - value: sc
21
+ weighting: 0.5
22
+ - value: bpss
23
+ weighting: 0.25
24
+
15
25
  validations:
16
26
  - name: answer_required
17
27
  message: You must select what level of staff security clearance are you prepared to have in place
@@ -9,6 +9,16 @@ options:
9
9
  - label: 9 to 5 (UK time), 7 days a week
10
10
  - label: 9 to 5 (UK time), Monday to Friday
11
11
 
12
+ assessment_criteria:
13
+ available_score: 100
14
+ score_conditions:
15
+ - value: 24 hours, 7 days a week
16
+ weighting: 1
17
+ - value: 9 to 5 (UK time), 7 days a week
18
+ weighting: 0.5
19
+ - value: 9 to 5 (UK time), Monday to Friday
20
+ weighting: 0.25
21
+
12
22
  validations:
13
23
  - name: answer_required
14
24
  message: You must select when is user support is available
@@ -9,6 +9,16 @@ options:
9
9
  - label: European Economic Area (EEA)
10
10
  - label: Other
11
11
 
12
+ assessment_criteria:
13
+ available_score: 100
14
+ score_conditions:
15
+ - value: United Kingdom
16
+ weighting: 1
17
+ - value: European Economic Area (EEA)
18
+ weighting: 0.5
19
+ - value: Other
20
+ weighting: 0.25
21
+
12
22
  validations:
13
23
  - name: answer_required
14
24
  message: You must select where is service user data stored and processed
@@ -0,0 +1,9 @@
1
+ id: awardCriteriaComment
2
+ question: Award criteria
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - isaas
7
+ - saas
8
+
9
+ type: assessment_comment
@@ -0,0 +1,14 @@
1
+ id: awardCriteriaScore
2
+ question: Award criteria
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - isaas
7
+ - saas
8
+
9
+ type: assessment_score
10
+
11
+ assessment_settings:
12
+ type: calculated
13
+ model: evaluation
14
+ weighting: 10
@@ -0,0 +1,8 @@
1
+ id: awardCriteriaComment
2
+ question: Award criteria
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - cloud-support
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ id: awardCriteriaScore
2
+ question: Award criteria
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - cloud-support
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: calculated
12
+ model: evaluation
13
+ weighting: 10
@@ -0,0 +1,8 @@
1
+ question: Discount
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ question: Discount
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: calculated
12
+ model: pricing
13
+ weighting: 5
@@ -0,0 +1,8 @@
1
+ question: Maximising Buyer Value
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ question: Maximising Buyer Value
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: manual
12
+ model: evaluation
13
+ weighting: 40
@@ -0,0 +1,8 @@
1
+ question: Price for onboarding
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ question: Price for onboarding
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: calculated
12
+ model: pricing
13
+ weighting: 5
@@ -0,0 +1,9 @@
1
+ id: pricingComment
2
+ question: Pricing
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - isaas
7
+ - saas
8
+
9
+ type: assessment_comment
@@ -0,0 +1,14 @@
1
+ id: pricingScore
2
+ question: Pricing
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - isaas
7
+ - saas
8
+
9
+ type: assessment_score
10
+
11
+ assessment_settings:
12
+ type: calculated
13
+ model: pricing
14
+ weighting: 80
@@ -0,0 +1,8 @@
1
+ id: pricingComment
2
+ question: Pricing
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - cloud-support
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ id: pricingScore
2
+ question: Pricing
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - cloud-support
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: calculated
12
+ model: pricing
13
+ weighting: 80
@@ -0,0 +1,8 @@
1
+ question: Quality Cloud Services
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_comment
@@ -0,0 +1,13 @@
1
+ question: Quality Cloud Services
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+
8
+ type: assessment_score
9
+
10
+ assessment_settings:
11
+ type: manual
12
+ model: evaluation
13
+ weighting: 40
@@ -0,0 +1,11 @@
1
+ question: Social value
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: assessment_comment
@@ -0,0 +1,16 @@
1
+ question: Social value
2
+ depends:
3
+ - "on": "lot"
4
+ being:
5
+ - iaas-and-paas
6
+ - iaas-and-paas-above-official
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: assessment_score
12
+
13
+ assessment_settings:
14
+ type: automatic
15
+ model: declaration
16
+ weighting: 10
@@ -1,17 +1,10 @@
1
1
  name: Registered date
2
2
  question: What is the date/ equivalent date your subcontractor registered under the Companies Act 2006?
3
- hint: Must be after 1st of October 2009
4
3
 
5
4
  type: date
6
- limits:
7
- after_date: '2009-10-01'
8
5
 
9
6
  validations:
10
7
  - name: answer_required
11
8
  message: 'You must enter subcontractor’s registered date'
12
- - name: date_not_in_range
13
- message: You must enter a valid date later than 1st October 2009
14
9
  - name: invalid_format
15
- message: You must enter a valid date later than 1st October 2009
16
-
17
-
10
+ message: You must enter a valid date, for example 1 10 2009
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",