ccs-digitalmarketplace-frameworks 3.7.2 → 3.8.0

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 +27 -0
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +27 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +27 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAccessibleToilets.yml +18 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioAssistiveTools.yml +18 -0
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBabyChanging.yml +18 -0
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioGreetAndHostingServices.yml +23 -0
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioHearingLoops.yml +18 -0
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioMeetVisitors.yml +18 -0
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioRefreshments.yml +23 -0
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioTechnicalAssistance.yml +23 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioToilet.yml +18 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWaitingArea.yml +23 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioWheelchairAccess.yml +18 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +22 -0
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +22 -0
  17. package/package.json +1 -1
@@ -309,6 +309,18 @@
309
309
  - physicalStudioPublicTransport
310
310
  - physicalStudioPublicTransportInfo
311
311
 
312
+ - name: Physical user research studio - Hospitality
313
+ editable: False
314
+ questions:
315
+ - physicalStudioWaitingArea
316
+ - physicalStudioRefreshments
317
+ - physicalStudioGreetAndHostingServices
318
+
319
+ - name: Physical user research studio - Technical assistance
320
+ editable: False
321
+ questions:
322
+ - physicalStudioTechnicalAssistance
323
+
312
324
  - name: Physical user research studio - Viewing
313
325
  editable: False
314
326
  questions:
@@ -321,3 +333,18 @@
321
333
  - physicalStudioEyeTracking
322
334
  - multiqPhysicalStudioOtherBiometrics
323
335
  - physicalStudioSessionRecorded
336
+
337
+ - name: Physical user research studio - Facilities
338
+ editable: False
339
+ questions:
340
+ - physicalStudioToilet
341
+ - physicalStudioBabyChanging
342
+
343
+ - name: Physical user research studio - Accessibility
344
+ editable: False
345
+ questions:
346
+ - physicalStudioWheelchairAccess
347
+ - physicalStudioAccessibleToilets
348
+ - physicalStudioHearingLoops
349
+ - physicalStudioAssistiveTools
350
+ - physicalStudioMeetVisitors
@@ -337,6 +337,18 @@
337
337
  - physicalStudioPublicTransport
338
338
  - physicalStudioPublicTransportInfo
339
339
 
340
+ - name: Physical user research studio - Hospitality
341
+ editable: True
342
+ questions:
343
+ - physicalStudioWaitingArea
344
+ - physicalStudioRefreshments
345
+ - physicalStudioGreetAndHostingServices
346
+
347
+ - name: Physical user research studio - Technical assistance
348
+ editable: True
349
+ questions:
350
+ - physicalStudioTechnicalAssistance
351
+
340
352
  - name: Physical user research studio - Viewing
341
353
  editable: True
342
354
  questions:
@@ -349,3 +361,18 @@
349
361
  - physicalStudioEyeTracking
350
362
  - multiqPhysicalStudioOtherBiometrics
351
363
  - physicalStudioSessionRecorded
364
+
365
+ - name: Physical user research studio - Facilities
366
+ editable: True
367
+ questions:
368
+ - physicalStudioToilet
369
+ - physicalStudioBabyChanging
370
+
371
+ - name: Physical user research studio - Accessibility
372
+ editable: True
373
+ questions:
374
+ - physicalStudioWheelchairAccess
375
+ - physicalStudioAccessibleToilets
376
+ - physicalStudioHearingLoops
377
+ - physicalStudioAssistiveTools
378
+ - physicalStudioMeetVisitors
@@ -381,6 +381,18 @@
381
381
  - physicalStudioPublicTransport
382
382
  - physicalStudioPublicTransportInfo
383
383
 
384
+ - name: Physical user research studio - Hospitality
385
+ editable: True
386
+ questions:
387
+ - physicalStudioWaitingArea
388
+ - physicalStudioRefreshments
389
+ - physicalStudioGreetAndHostingServices
390
+
391
+ - name: Physical user research studio - Technical assistance
392
+ editable: True
393
+ questions:
394
+ - physicalStudioTechnicalAssistance
395
+
384
396
  - name: Physical user research studio - Viewing
385
397
  editable: True
386
398
  questions:
@@ -393,3 +405,18 @@
393
405
  - physicalStudioEyeTracking
394
406
  - multiqPhysicalStudioOtherBiometrics
395
407
  - physicalStudioSessionRecorded
408
+
409
+ - name: Physical user research studio - Facilities
410
+ editable: True
411
+ questions:
412
+ - physicalStudioToilet
413
+ - physicalStudioBabyChanging
414
+
415
+ - name: Physical user research studio - Accessibility
416
+ editable: True
417
+ questions:
418
+ - physicalStudioWheelchairAccess
419
+ - physicalStudioAccessibleToilets
420
+ - physicalStudioHearingLoops
421
+ - physicalStudioAssistiveTools
422
+ - physicalStudioMeetVisitors
@@ -0,0 +1,18 @@
1
+ name: Accessible toilets
2
+ question: Do you have accessible toilets?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you have accessible toilets
@@ -0,0 +1,18 @@
1
+ name: Provide assistive reading tools and screen readers
2
+ question: Do you provide assistive reading tools and screen readers?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you provide assistive reading tools and screen readers
@@ -0,0 +1,18 @@
1
+ name: Provide baby-changing facilities
2
+ question: Do you provide baby-changing facilities?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you provide baby-changing facilities
@@ -0,0 +1,23 @@
1
+ name: Provide a greet and hosting service
2
+ question: Do you provide a greet and hosting service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: radios
10
+
11
+ options:
12
+ - label: Yes, included as standard
13
+ - label: Yes, for an additional cost
14
+ - label: "No"
15
+
16
+ depends_on_follow_up:
17
+ whatTypesOfUserResearchStudio:
18
+ - physical-location
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you provide a greet and hosting service
@@ -0,0 +1,18 @@
1
+ name: Provide hearing loops
2
+ question: Do you provide hearing loops?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you provide hearing loops
@@ -0,0 +1,18 @@
1
+ name: Provide support to meet visitors with access needs
2
+ question: Do you provide support to meet visitors with access needs at nearest bus stop, tube or train station?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you provide support to meet visitors with access needs
@@ -0,0 +1,23 @@
1
+ name: Provide refreshments
2
+ question: Do you provide refreshments?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: radios
10
+
11
+ options:
12
+ - label: Yes, included as standard
13
+ - label: Yes, for an additional cost
14
+ - label: "No"
15
+
16
+ depends_on_follow_up:
17
+ whatTypesOfUserResearchStudio:
18
+ - physical-location
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you provide refreshments
@@ -0,0 +1,23 @@
1
+ name: Provide technical support and assistance
2
+ question: Do you provide technical support and assistance?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: radios
10
+
11
+ options:
12
+ - label: Yes, included as standard
13
+ - label: Yes, for an additional cost
14
+ - label: "No"
15
+
16
+ depends_on_follow_up:
17
+ whatTypesOfUserResearchStudio:
18
+ - physical-location
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you provide technical support and assistance
@@ -0,0 +1,18 @@
1
+ name: Provide toilets
2
+ question: Do you provide toilets?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you provide toilets
@@ -0,0 +1,23 @@
1
+ name: Provide a waiting area
2
+ question: Do you provide a waiting area?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: radios
10
+
11
+ options:
12
+ - label: Yes, included as standard
13
+ - label: Yes, for an additional cost
14
+ - label: "No"
15
+
16
+ depends_on_follow_up:
17
+ whatTypesOfUserResearchStudio:
18
+ - physical-location
19
+
20
+ validations:
21
+ -
22
+ name: answer_required
23
+ message: Select if you provide a waiting area
@@ -0,0 +1,18 @@
1
+ name: Studios wheelchair accessible
2
+ question: Are your studios wheelchair accessible?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: boolean
10
+
11
+ depends_on_follow_up:
12
+ whatTypesOfUserResearchStudio:
13
+ - physical-location
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if your studios wheelchair accessible
@@ -71,6 +71,14 @@ dependent_follow_up:
71
71
  - physical-location
72
72
  physicalStudioPublicTransportInfo:
73
73
  - physical-location
74
+ physicalStudioWaitingArea:
75
+ - physical-location
76
+ physicalStudioRefreshments:
77
+ - physical-location
78
+ physicalStudioGreetAndHostingServices:
79
+ - physical-location
80
+ physicalStudioTechnicalAssistance:
81
+ - physical-location
74
82
  physicalStudioViewingArea:
75
83
  - physical-location
76
84
  physicalStudioWifi:
@@ -89,6 +97,20 @@ dependent_follow_up:
89
97
  - physical-location
90
98
  physicalStudioSessionRecorded:
91
99
  - physical-location
100
+ physicalStudioToilet:
101
+ - physical-location
102
+ physicalStudioBabyChanging:
103
+ - physical-location
104
+ physicalStudioWheelchairAccess:
105
+ - physical-location
106
+ physicalStudioAccessibleToilets:
107
+ - physical-location
108
+ physicalStudioHearingLoops:
109
+ - physical-location
110
+ physicalStudioAssistiveTools:
111
+ - physical-location
112
+ physicalStudioMeetVisitors:
113
+ - physical-location
92
114
 
93
115
  dependent_follow_up_followup:
94
116
  tradeOrIndustryBodiesOther:
@@ -85,6 +85,14 @@ dependent_follow_up:
85
85
  - user-research-studios
86
86
  physicalStudioPublicTransportInfo:
87
87
  - user-research-studios
88
+ physicalStudioWaitingArea:
89
+ - user-research-studios
90
+ physicalStudioRefreshments:
91
+ - user-research-studios
92
+ physicalStudioGreetAndHostingServices:
93
+ - user-research-studios
94
+ physicalStudioTechnicalAssistance:
95
+ - user-research-studios
88
96
  physicalStudioViewingArea:
89
97
  - user-research-studios
90
98
  physicalStudioWifi:
@@ -103,6 +111,20 @@ dependent_follow_up:
103
111
  - user-research-studios
104
112
  physicalStudioSessionRecorded:
105
113
  - user-research-studios
114
+ physicalStudioToilet:
115
+ - user-research-studios
116
+ physicalStudioBabyChanging:
117
+ - user-research-studios
118
+ physicalStudioWheelchairAccess:
119
+ - user-research-studios
120
+ physicalStudioAccessibleToilets:
121
+ - user-research-studios
122
+ physicalStudioHearingLoops:
123
+ - user-research-studios
124
+ physicalStudioAssistiveTools:
125
+ - user-research-studios
126
+ physicalStudioMeetVisitors:
127
+ - user-research-studios
106
128
 
107
129
  dependent_follow_up_followup:
108
130
  otherTradeOrIndustryBodiesOther:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.7.2",
3
+ "version": "3.8.0",
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"