ccs-digitalmarketplace-frameworks 4.8.1 → 4.8.2

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.
@@ -1,3 +1,17 @@
1
+ -
2
+ name: "Section A - Understanding Quality Requirements"
3
+ slug: understanding-quality-requirements
4
+ editable: True
5
+ description: |
6
+ The purpose of this section is to confirm that suppliers understand the concept of Quality Requirements and its relevance and importance to the G-Cloud 15 Framework.
7
+
8
+ The following questions are PASS/FAIL. If you respond ‘No’ to any of these questions, your Framework Tender Response will be disqualified. Please refer to Attachment 2.
9
+ questions:
10
+ - understandCCSBuyersEvaluateQualityReq
11
+ - understandCCSEvaluateQualityResponse
12
+ - understandBuyerIncludeQualityRequirement
13
+ - understandObligationToMeetQualityReq
14
+
1
15
 
2
16
  -
3
17
  name: "Section B - Commitment for Future: Delivery"
@@ -0,0 +1,22 @@
1
+ name: Acknowledge inclusion possibility
2
+ question: Do you understand that under a Call-Off Procedure, a Buyer using the G-Cloud 15 Framework may include a quality requirement to a Call-Off Contract? Please refer to Attachment 2.
3
+
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: boolean
12
+ required_value: true
13
+
14
+ validations:
15
+ -
16
+ name: not_required_value
17
+ message: You must select “Yes” to continue with your application
18
+ -
19
+ name: answer_required
20
+ message: You must select “Yes” to continue with your application
21
+
22
+
@@ -0,0 +1,20 @@
1
+ name: Acknowledge evaluation requirement
2
+ question: Do you understand that CCS and Buyers using the G-Cloud 15 Framework are required to evaluate quality requirements as part of a Framework and Call-Off Procedure?
3
+
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: boolean
12
+ required_value: true
13
+
14
+ validations:
15
+ -
16
+ name: not_required_value
17
+ message: You must select “Yes” to continue with your application
18
+ -
19
+ name: answer_required
20
+ message: You must select “Yes” to continue with your application
@@ -0,0 +1,22 @@
1
+ name: Understand evaluation process
2
+ question: Do you understand that CCS will evaluate your G-Cloud 15 quality requirements response as per the process described within Attachment 2.
3
+
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: boolean
12
+ required_value: true
13
+
14
+ validations:
15
+ -
16
+ name: not_required_value
17
+ message: You must select “Yes” to continue with your application
18
+ -
19
+ name: answer_required
20
+ message: You must select “Yes” to continue with your application
21
+
22
+
@@ -0,0 +1,20 @@
1
+ name: Confirm compliance obligation
2
+ question: Do you understand that, provided that it is relevant and proportionate, you will be obligated to meet the quality requirements included in the Call-Off Contract(s)?
3
+
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - isaas
8
+ - saas
9
+ - cloud-support
10
+
11
+ type: boolean
12
+ required_value: true
13
+
14
+ validations:
15
+ -
16
+ name: not_required_value
17
+ message: You must select “Yes” to continue with your application
18
+ -
19
+ name: answer_required
20
+ message: You must select “Yes” to continue with your application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.8.1",
3
+ "version": "4.8.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",