ccs-digitalmarketplace-frameworks 3.7.0 → 3.7.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.
@@ -301,7 +301,7 @@
301
301
  - name: Physical user research studio - Parking
302
302
  editable: False
303
303
  questions:
304
- - physicalStudioParking
304
+ - multiqPhysicalStudioParking
305
305
 
306
306
  - name: Physical user research studio - Transport
307
307
  editable: False
@@ -329,7 +329,7 @@
329
329
  - name: Physical user research studio - Parking
330
330
  editable: True
331
331
  questions:
332
- - physicalStudioParking
332
+ - multiqPhysicalStudioParking
333
333
 
334
334
  - name: Physical user research studio - Transport
335
335
  editable: True
@@ -373,7 +373,7 @@
373
373
  - name: Physical user research studio - Parking
374
374
  editable: True
375
375
  questions:
376
- - physicalStudioParking
376
+ - multiqPhysicalStudioParking
377
377
 
378
378
  - name: Physical user research studio - Transport
379
379
  editable: True
@@ -0,0 +1,17 @@
1
+ name: Car parking availability
2
+ question: ""
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ depends_on_follow_up:
10
+ whatTypesOfUserResearchStudio:
11
+ - physical-location
12
+
13
+ type: multiquestion
14
+
15
+ questions:
16
+ - physicalStudioParkingAvailability
17
+ - physicalStudioParking
@@ -1,4 +1,3 @@
1
- name: Car parking availability
2
1
  question: What car parking is available?
3
2
  hint: Select all that apply
4
3
 
@@ -9,6 +8,8 @@ depends:
9
8
 
10
9
  type: checkboxes
11
10
 
11
+ hidden: true
12
+
12
13
  options:
13
14
  - label: "Free onsite at the studio"
14
15
  value: free-onsite
@@ -18,12 +19,6 @@ options:
18
19
  value: free-offsite
19
20
  - label: "Pay and display car parking within 5 mins walk from the studio"
20
21
  value: pay-offsite
21
- - label: "No parking available"
22
- value: no-parking
23
-
24
- depends_on_follow_up:
25
- whatTypesOfUserResearchStudio:
26
- - physical-location
27
22
 
28
23
  validations:
29
24
  -
@@ -0,0 +1,21 @@
1
+ question: Is car parking available?
2
+
3
+ depends:
4
+ - "on": lot
5
+ being:
6
+ - user-research-studios-and-participants
7
+
8
+ type: boolean
9
+
10
+ followup:
11
+ physicalStudioParking:
12
+ - True
13
+
14
+ depends_on_follow_up:
15
+ whatTypesOfUserResearchStudio:
16
+ - physical-location
17
+
18
+ validations:
19
+ -
20
+ name: answer_required
21
+ message: Select if car parking is available
@@ -65,7 +65,7 @@ dependent_follow_up:
65
65
  - physical-location
66
66
  physicalStudioAvailability:
67
67
  - physical-location
68
- physicalStudioParking:
68
+ physicalStudioParkingAvailability:
69
69
  - physical-location
70
70
  physicalStudioPublicTransport:
71
71
  - physical-location
@@ -99,6 +99,8 @@ dependent_follow_up_followup:
99
99
  - virtual-studio
100
100
  virtualStudioOtherBiometrics:
101
101
  - virtual-studio
102
+ physicalStudioParking:
103
+ - physical-location
102
104
  physicalStudioStreamingPlatform:
103
105
  - physical-location
104
106
  physicalStudioCompatibilityConstraints:
@@ -79,7 +79,7 @@ dependent_follow_up:
79
79
  - user-research-studios
80
80
  physicalStudioAvailability:
81
81
  - user-research-studios
82
- physicalStudioParking:
82
+ physicalStudioParkingAvailability:
83
83
  - user-research-studios
84
84
  physicalStudioPublicTransport:
85
85
  - user-research-studios
@@ -117,6 +117,8 @@ dependent_follow_up_followup:
117
117
  - user-research-studios
118
118
  virtualStudioOtherBiometrics:
119
119
  - user-research-studios
120
+ physicalStudioParking:
121
+ - user-research-studios
120
122
  physicalStudioStreamingPlatform:
121
123
  - user-research-studios
122
124
  physicalStudioCompatibilityConstraints:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
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"
@@ -115,7 +115,7 @@ govuk-country-register==0.5.0
115
115
  # via
116
116
  # -r requirements.txt
117
117
  # ccs-digitalmarketplace-utils
118
- hypothesis==6.115.3
118
+ hypothesis==6.115.5
119
119
  # via -r requirements-dev.in
120
120
  idna==3.7
121
121
  # via
@@ -249,7 +249,7 @@ urllib3==2.2.2
249
249
  # botocore
250
250
  # ccs-digitalmarketplace-utils
251
251
  # requests
252
- werkzeug==3.0.3
252
+ werkzeug==3.0.6
253
253
  # via
254
254
  # -r requirements.txt
255
255
  # ccs-digitalmarketplace-utils
package/requirements.txt CHANGED
@@ -124,7 +124,7 @@ urllib3==2.2.2
124
124
  # botocore
125
125
  # ccs-digitalmarketplace-utils
126
126
  # requests
127
- werkzeug==3.0.3
127
+ werkzeug==3.0.6
128
128
  # via
129
129
  # ccs-digitalmarketplace-utils
130
130
  # flask