ccs-digitalmarketplace-frameworks 5.1.26 → 5.1.28

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.
@@ -25,7 +25,8 @@
25
25
  - alsoBiddingLot3
26
26
  - adhereToNCSCGuidance
27
27
  - policiesAndControlsInPlace
28
- - highLevelProcedureForContractualExit
28
+ - highLevelProcedureForContractualExitPaasAndSaasAboveOfficial
29
+ - highLevelProcedureForContractualExitPaasAndSaas
29
30
  - howYouEngageInChangeOfService
30
31
 
31
32
  -
@@ -324,6 +324,13 @@
324
324
  questions:
325
325
  - multiqEnergyEfficiency
326
326
 
327
+ - name: Pricing
328
+ editable: False
329
+ edit_questions: True
330
+ questions:
331
+ - educationPricing
332
+ - multiqFreeVersion
333
+
327
334
  - name: Documents
328
335
  editable: False
329
336
  edit_questions: True
@@ -1,6 +1,6 @@
1
+ id: highLevelProcedureForContractualExit
1
2
  name: Your high level procedure for customer contractual exit
2
3
 
3
-
4
4
  question: |
5
5
  <legend class="govuk-fieldset__legend--m">
6
6
  Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
@@ -14,7 +14,6 @@ depends:
14
14
  - "on": route
15
15
  being:
16
16
  - iaas-and-paas
17
- - iaas-and-paas-above-official
18
17
 
19
18
  type: textbox_large
20
19
  max_length_in_words: 250
@@ -0,0 +1,27 @@
1
+ id: highLevelProcedureForContractualExit
2
+ name: Your high level procedure for customer contractual exit
3
+
4
+ question: |
5
+ <legend class="govuk-fieldset__legend--m">
6
+ Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
7
+ Reference 8.7 (Exit Planning in Lot 1b) of Framework Schedule 1 - Specification
8
+ </legend>
9
+
10
+ question_advice: >
11
+ You may refer to publicly available documents where relevant, but must describe the content to show your high level procedure
12
+
13
+ depends:
14
+ - "on": route
15
+ being:
16
+ - iaas-and-paas-above-official
17
+
18
+ type: textbox_large
19
+ max_length_in_words: 250
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: You must enter your procedure
24
+ - name: under_250_words
25
+ message: Your answer must be no more than 250 words
26
+ - name: under_character_limit
27
+ message: Your answer must be no more than 2500 characters
@@ -0,0 +1,18 @@
1
+ name: Discount for educational organisations
2
+ question: Do you offer special pricing for educational organisations?
3
+ filter_label: discount for educational organisations
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Select yes if you offer special pricing for educational organisations.
@@ -0,0 +1,21 @@
1
+ name: Description of free trial
2
+ question: Describe the free version of your service.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - what’s included
7
+ - what isn’t included
8
+ - if there’s a limited time period
9
+
10
+ hidden: true
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 50
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter description.
18
+ - name: under_50_words
19
+ message: Description must be 50 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 500 characters or fewer.
@@ -0,0 +1,11 @@
1
+ name: Link to free trial
2
+ question: Provide a link to the free version of your service
3
+
4
+ optional: true
5
+ hidden: true
6
+
7
+ type: text
8
+
9
+ validations:
10
+ - name: under_character_limit
11
+ message: The link must be 1000 characters or fewer.
@@ -0,0 +1,15 @@
1
+ name: Free trial available
2
+ question: Do you provide a free trial option for your service?
3
+ filter_label: free trial
4
+
5
+ followup:
6
+ freeVersionDescription:
7
+ - True
8
+ freeVersionLink:
9
+ - True
10
+
11
+ type: boolean
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Select yes if there is a free trial option for your service.
@@ -6,6 +6,9 @@ question_advice: Read the <a href="https://www.gov.uk/government/publications/un
6
6
  depends:
7
7
  - "on": lot
8
8
  being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ - isaas
9
12
  - saas
10
13
 
11
14
  type: radios
@@ -0,0 +1,16 @@
1
+ name: Free or trial versions
2
+ question: Free or trial versions
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ - isaas
10
+ - saas
11
+
12
+ type: multiquestion
13
+ questions:
14
+ - freeVersionTrialOption
15
+ - freeVersionDescription
16
+ - freeVersionLink
@@ -8,13 +8,16 @@ question_advice: >
8
8
  depends:
9
9
  - "on": lot
10
10
  being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+ - isaas
11
14
  - saas
12
15
 
13
16
  type: radios
14
17
  options:
15
18
  - label: >
16
19
  Independent review of processes (for example CESG CPA Build Standard, ISO/IEC 27034, ISO/IEC 27001 or CSA CCM
17
- v3.0)
20
+ v4.0)
18
21
  value: independent_review
19
22
  - label: Conforms to a recognised standard, but self-assessed
20
23
  value: recognised_standard
@@ -8,6 +8,9 @@ question_advice: >
8
8
  depends:
9
9
  - "on": lot
10
10
  being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+ - isaas
11
14
  - saas
12
15
 
13
16
  type: radios
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.26",
3
+ "version": "5.1.28",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",