ccs-digitalmarketplace-frameworks 4.0.12 → 4.0.13

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 (17) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +1 -1
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +1 -1
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +1 -1
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioBookingCost.yml +20 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostDay.yml +1 -1
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHalfDay.yml +1 -1
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHour.yml +1 -1
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostWeek.yml +1 -1
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostDay.yml +23 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHalfDay.yml +23 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHour.yml +23 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostWeek.yml +23 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingUnit.yml +37 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +9 -3
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +9 -3
  16. package/package.json +1 -1
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCost.yml +0 -39
@@ -364,7 +364,7 @@
364
364
  editable: False
365
365
  questions:
366
366
  - virtualMinimumStudioTime
367
- - virtualStudioBookingCost
367
+ - multiqVirtualStudioBookingCost
368
368
  - virtualMinimumLeadTime
369
369
 
370
370
  - name: Virtual user research studio - Capacity
@@ -392,7 +392,7 @@
392
392
  editable: True
393
393
  questions:
394
394
  - virtualMinimumStudioTime
395
- - virtualStudioBookingCost
395
+ - multiqVirtualStudioBookingCost
396
396
  - virtualMinimumLeadTime
397
397
 
398
398
  - name: Virtual user research studio - Capacity
@@ -400,7 +400,7 @@
400
400
  editable: True
401
401
  questions:
402
402
  - virtualMinimumStudioTime
403
- - virtualStudioBookingCost
403
+ - multiqVirtualStudioBookingCost
404
404
  - virtualMinimumLeadTime
405
405
 
406
406
  - name: Virtual user research studio - Capacity
@@ -0,0 +1,20 @@
1
+ name: Cost of booking a studio
2
+ question: How much does it cost (excluding VAT) to book a studio?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: multiquestion
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - virtual-studio
14
+
15
+ questions:
16
+ - virtualStudioBookingUnit
17
+ - virtualStudioBookingCostHour
18
+ - virtualStudioBookingCostHalfDay
19
+ - virtualStudioBookingCostDay
20
+ - virtualStudioBookingCostWeek
@@ -1,5 +1,5 @@
1
1
  name: Cost of booking a studio per day
2
- question: What is th cost (excluding VAT) to book a studio per day?
2
+ question: What is the cost (excluding VAT) to book a studio per day?
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -1,5 +1,5 @@
1
1
  name: Cost of booking a studio per half day
2
- question: What is th cost (excluding VAT) to book a studio per half day?
2
+ question: What is the cost (excluding VAT) to book a studio per half day?
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -1,5 +1,5 @@
1
1
  name: Cost of booking a studio per hour
2
- question: What is th cost (excluding VAT) to book a studio per hour?
2
+ question: What is the cost (excluding VAT) to book a studio per hour?
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -1,5 +1,5 @@
1
1
  name: Cost of booking a studio per week
2
- question: What is th cost (excluding VAT) to book a studio per week?
2
+ question: What is the cost (excluding VAT) to book a studio per week?
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -0,0 +1,23 @@
1
+ name: Cost of booking a studio per day
2
+ question: What is the cost (excluding VAT) to book a studio per day?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: pricing
10
+ fields:
11
+ price: virtualStudioBookingCostDayPrice
12
+
13
+ hidden: true
14
+
15
+ decimal_place_restriction: true
16
+
17
+ validations:
18
+ - name: answer_required
19
+ field: virtualStudioBookingCostDayPrice
20
+ message: Enter how much it costs to book a studio per day
21
+ - name: not_money_format
22
+ field: virtualStudioBookingCostDayPrice
23
+ message: Price must be a number greater than 0, without units, eg 99.95
@@ -0,0 +1,23 @@
1
+ name: Cost of booking a studio per half day
2
+ question: What is the cost (excluding VAT) to book a studio per half day?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ hidden: true
10
+
11
+ type: pricing
12
+ fields:
13
+ price: virtualStudioBookingCostHalfDayPrice
14
+
15
+ decimal_place_restriction: true
16
+
17
+ validations:
18
+ - name: answer_required
19
+ field: virtualStudioBookingCostHalfDayPrice
20
+ message: Enter how much it costs to book a studio per half day
21
+ - name: not_money_format
22
+ field: virtualStudioBookingCostHalfDayPrice
23
+ message: Price must be a number greater than 0, without units, eg 99.95
@@ -0,0 +1,23 @@
1
+ name: Cost of booking a studio per hour
2
+ question: What is the cost (excluding VAT) to book a studio per hour?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ hidden: true
10
+
11
+ type: pricing
12
+ fields:
13
+ price: virtualStudioBookingCostHourPrice
14
+
15
+ decimal_place_restriction: true
16
+
17
+ validations:
18
+ - name: answer_required
19
+ field: virtualStudioBookingCostHourPrice
20
+ message: Enter how much it costs to book a studio per hour
21
+ - name: not_money_format
22
+ field: virtualStudioBookingCostHourPrice
23
+ message: Price must be a number greater than 0, without units, eg 99.95
@@ -0,0 +1,23 @@
1
+ name: Cost of booking a studio per week
2
+ question: What is the cost (excluding VAT) to book a studio per week?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: pricing
10
+ fields:
11
+ price: virtualStudioBookingCostWeekPrice
12
+
13
+ hidden: true
14
+
15
+ decimal_place_restriction: true
16
+
17
+ validations:
18
+ - name: answer_required
19
+ field: virtualStudioBookingCostWeekPrice
20
+ message: Enter how much it costs to book a studio per week
21
+ - name: not_money_format
22
+ field: virtualStudioBookingCostWeekPrice
23
+ message: Price must be a number greater than 0, without units, eg 99.95
@@ -0,0 +1,37 @@
1
+ name: Cost of booking a studio unit
2
+ question: Select the unit's you would charge by
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: checkboxes
10
+
11
+ options:
12
+ - label: an hour
13
+ value: hour
14
+ - label: a half day
15
+ value: half_day
16
+ - label: a day
17
+ value: day
18
+ - label: a week
19
+ value: week
20
+
21
+ depends_on_follow_up:
22
+ whatTypesOfUserResearchStudio:
23
+ - virtual-studio
24
+
25
+ followup:
26
+ virtualStudioBookingCostHour:
27
+ - hour
28
+ virtualStudioBookingCostHalfDay:
29
+ - half_day
30
+ virtualStudioBookingCostDay:
31
+ - day
32
+ virtualStudioBookingCostWeek:
33
+ - week
34
+
35
+ validations:
36
+ - name: answer_required
37
+ message: Select a unit option
@@ -26,9 +26,7 @@ dependent_follow_up:
26
26
  - physical-location
27
27
  virtualMinimumStudioTime:
28
28
  - virtual-studio
29
- virtualStudioBookingCostPrice:
30
- - virtual-studio
31
- virtualStudioBookingCostUnit:
29
+ virtualStudioBookingUnit:
32
30
  - virtual-studio
33
31
  virtualMinimumLeadTime:
34
32
  - virtual-studio
@@ -123,6 +121,14 @@ dependent_follow_up_followup:
123
121
  - virtual-studio
124
122
  virtualStudioOtherBiometrics:
125
123
  - virtual-studio
124
+ virtualStudioBookingCostHourPrice:
125
+ - virtual-studio
126
+ virtualStudioBookingCostHalfDayPrice:
127
+ - virtual-studio
128
+ virtualStudioBookingCostDayPrice:
129
+ - virtual-studio
130
+ virtualStudioBookingCostWeekPrice:
131
+ - virtual-studio
126
132
  physicalStudioParking:
127
133
  - physical-location
128
134
  physicalStudioStreamingPlatform:
@@ -57,9 +57,7 @@ dependent_follow_up:
57
57
  - user-research-studios
58
58
  virtualMinimumStudioTime:
59
59
  - user-research-studios
60
- virtualStudioBookingCostPrice:
61
- - user-research-studios
62
- virtualStudioBookingCostUnit:
60
+ virtualStudioBookingUnit:
63
61
  - user-research-studios
64
62
  virtualMinimumLeadTime:
65
63
  - user-research-studios
@@ -159,6 +157,14 @@ dependent_follow_up_followup:
159
157
  - user-research-studios
160
158
  virtualStudioOtherBiometrics:
161
159
  - user-research-studios
160
+ virtualStudioBookingCostHourPrice:
161
+ - user-research-studios
162
+ virtualStudioBookingCostHalfDayPrice:
163
+ - user-research-studios
164
+ virtualStudioBookingCostDayPrice:
165
+ - user-research-studios
166
+ virtualStudioBookingCostWeekPrice:
167
+ - user-research-studios
162
168
  physicalStudioParking:
163
169
  - user-research-studios
164
170
  physicalStudioStreamingPlatform:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.0.12",
3
+ "version": "4.0.13",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -1,39 +0,0 @@
1
- name: Cost of booking a studio
2
- question: How much does it cost (excluding VAT) to book a studio?
3
-
4
- depends:
5
- - "on": lot
6
- being:
7
- - user-research-studios-and-participants
8
-
9
- type: pricing
10
- fields:
11
- price: virtualStudioBookingCostPrice
12
- price_unit: virtualStudioBookingCostUnit
13
-
14
- decimal_place_restriction: true
15
-
16
- units:
17
- - label: an hour
18
- value: Hour
19
- - label: a half day
20
- value: Half day
21
- - label: a day
22
- value: Day
23
- - label: a week
24
- value: Week
25
-
26
- depends_on_follow_up:
27
- whatTypesOfUserResearchStudio:
28
- - virtual-studio
29
-
30
- validations:
31
- - name: answer_required
32
- field: virtualStudioBookingCostPrice
33
- message: Enter how much it costs to book a studio
34
- - name: not_money_format
35
- field: virtualStudioBookingCostPrice
36
- message: Price must be a number greater than 0, without units, eg 99.95
37
- - name: answer_required
38
- field: virtualStudioBookingCostUnit
39
- message: You must select the unit