ccs-digitalmarketplace-frameworks 5.1.27 → 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.
@@ -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
@@ -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.27",
3
+ "version": "5.1.28",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",