ccs-digitalmarketplace-frameworks 4.6.4 → 4.7.1

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.
@@ -10,7 +10,7 @@ depends_on_follow_up:
10
10
  whatUserResearchServices:
11
11
  - user-research-participants
12
12
 
13
- type: radios
13
+ type: checkboxes
14
14
 
15
15
  options:
16
16
  - label: Entirely offline
@@ -23,4 +23,4 @@ options:
23
23
  validations:
24
24
  -
25
25
  name: answer_required
26
- message: Select how you recruit participants
26
+ message: You must confirm how you recruit participants.
@@ -0,0 +1,8 @@
1
+ -
2
+ name: Details of the contract
3
+ slug: details-of-the-contract
4
+ editable: True
5
+ questions:
6
+ - contractTitle
7
+ - multiqNameOfSupplierSame
8
+ - contractValue
@@ -0,0 +1,20 @@
1
+ name: Contract title
2
+ question: Contract title
3
+ type: text
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
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter a contract title with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter a contract title with a maximum of 200 characters
@@ -0,0 +1,24 @@
1
+ question: Contract value
2
+ name: Contract value
3
+ hint: Your contract value must be a minimum of £25,000
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: money
15
+ unit: "£"
16
+ limits:
17
+ min_value: 25000
18
+ max_value: 100000000000
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter the service price.
23
+ - name: not_a_number
24
+ message: You must enter a contract value between £25,000 to £1,000,000,000
@@ -1,5 +1,6 @@
1
- question: Can you answer this question
2
- name: Dummy TAC Question
1
+
2
+ name: Name of supplier
3
+ question: ""
3
4
 
4
5
  depends:
5
6
  - "on": lot
@@ -10,8 +11,9 @@ depends:
10
11
  - saas
11
12
  - cloud-support
12
13
 
13
- type: boolean
14
+ type: multiquestion
14
15
 
15
- validations:
16
- - name: answer_required
17
- message: Clearly not
16
+ questions:
17
+ - nameOfSupplierSame
18
+ - nameOfSupplier
19
+ - reasonForDifference
@@ -0,0 +1,21 @@
1
+ name: Name of supplier which carried out the contract work
2
+ question: Name of supplier which carried out the contract work
3
+ type: text
4
+ hidden: true
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ - isaas
12
+ - saas
13
+ - cloud-support
14
+
15
+ max_length_in_characters: 200
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter the name of the supplier which carried out the contract work with a maximum of 200 characters
20
+ - name: under_character_limit
21
+ message: You must enter the name of the supplier which carried out the contract work with a maximum of 200 characters
@@ -0,0 +1,22 @@
1
+ name: Is the name of the supplier which carried out the contract work the same as the name of the bidding organisation?
2
+ question: Is the name of the supplier which carried out the contract work the same as the name of the bidding organisation?
3
+ type: boolean
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
+ followup:
15
+ nameOfSupplier:
16
+ - false
17
+ reasonForDifference:
18
+ - false
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: You must select an option
@@ -0,0 +1,23 @@
1
+ name: Name of supplier which carried out the contract work
2
+ question: Name of supplier which carried out the contract work
3
+ type: textbox_large
4
+ hidden: true
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ - isaas
12
+ - saas
13
+ - cloud-support
14
+
15
+ max_length_in_words: 500
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter an explanation for name difference with a maximum of 500 word
20
+ - name: under_word_limit
21
+ message: You must enter an explanation for name difference with a maximum of 500 words
22
+ - name: under_character_limit
23
+ message: You must enter an explanation for name difference with a maximum of 5000 characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.6.4",
3
+ "version": "4.7.1",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +0,0 @@
1
- -
2
- name: Technical Award Certificate
3
- slug: technical-award-certifiicate
4
- editable: True
5
- questions:
6
- - dummyTacQuestion