ccs-digitalmarketplace-frameworks 6.8.0 → 6.8.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.
@@ -367,6 +367,11 @@
367
367
  questions:
368
368
  - minimumLeadTime
369
369
 
370
+ - name: Participants - Booking - Maximum number of participants
371
+ filter_type: radios
372
+ questions:
373
+ - maximumNumberOfParticipantsFilter
374
+
370
375
  - name: Participants - Incentives - Payment methods
371
376
  questions:
372
377
  - incentivePayments
@@ -399,6 +404,16 @@
399
404
  questions:
400
405
  - virtualMinimumLeadTime
401
406
 
407
+ - name: Virtual studio - Number of participants
408
+ filter_type: radios
409
+ questions:
410
+ - virtualStudioNumberOfParticipantsFilter
411
+
412
+ - name: Virtual studio - Number of researchers
413
+ filter_type: radios
414
+ questions:
415
+ - virtualStudioNumberOfResearchersFilter
416
+
402
417
  - name: Virtual studio - Availability
403
418
  questions:
404
419
  - virtualStudioAvailability
@@ -428,6 +443,16 @@
428
443
  questions:
429
444
  - physicalMinimumLeadTime
430
445
 
446
+ - name: Physical studio - Number of participants
447
+ filter_type: radios
448
+ questions:
449
+ - physicalStudioNumberOfParticipantsFilter
450
+
451
+ - name: Physical studio - Number of researchers
452
+ filter_type: radios
453
+ questions:
454
+ - physicalStudioNumberOfResearchersFilter
455
+
431
456
  - name: Physical studio - Availability
432
457
  questions:
433
458
  - physicalStudioAvailability
@@ -0,0 +1,37 @@
1
+ id: maximumNumberOfParticipants
2
+ name: Maximum number of participants
3
+ question: What is the maximum number of participants you can recruit?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Up to 100
14
+ value: ltet_100
15
+ - label: Up to 200
16
+ value: ltet_200
17
+ - label: Up to 300
18
+ value: ltet_300
19
+ - label: Up to 400
20
+ value: ltet_400
21
+ - label: Up to 500
22
+ value: ltet_500
23
+ - label: Up to 600
24
+ value: ltet_600
25
+ - label: Up to 700
26
+ value: ltet_700
27
+ - label: Up to 800
28
+ value: ltet_800
29
+ - label: Up to 900
30
+ value: ltet_900
31
+ - label: Up to 1000
32
+ value: ltet_1000
33
+
34
+
35
+ depends_on_follow_up:
36
+ whatUserResearchServices:
37
+ - user-research-participants
@@ -0,0 +1,37 @@
1
+ id: physicalStudioNumberOfParticipants
2
+ name: Number of participants
3
+ question: What is the maximum number of participants in a studio?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Up to 10
14
+ value: ltet_10
15
+ - label: Up to 20
16
+ value: ltet_20
17
+ - label: Up to 30
18
+ value: ltet_30
19
+ - label: Up to 40
20
+ value: ltet_40
21
+ - label: Up to 50
22
+ value: ltet_50
23
+ - label: Up to 60
24
+ value: ltet_60
25
+ - label: Up to 70
26
+ value: ltet_70
27
+ - label: Up to 80
28
+ value: ltet_80
29
+ - label: Up to 90
30
+ value: ltet_90
31
+ - label: Up to 100
32
+ value: ltet_100
33
+
34
+
35
+ depends_on_follow_up:
36
+ whatTypesOfUserResearchStudio:
37
+ - physical-location
@@ -0,0 +1,37 @@
1
+ id: physicalStudioNumberOfResearchers
2
+ name: Number of researchers
3
+ question: What is the maximum number of researchers in a studio?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Up to 10
14
+ value: ltet_10
15
+ - label: Up to 20
16
+ value: ltet_20
17
+ - label: Up to 30
18
+ value: ltet_30
19
+ - label: Up to 40
20
+ value: ltet_40
21
+ - label: Up to 50
22
+ value: ltet_50
23
+ - label: Up to 60
24
+ value: ltet_60
25
+ - label: Up to 70
26
+ value: ltet_70
27
+ - label: Up to 80
28
+ value: ltet_80
29
+ - label: Up to 90
30
+ value: ltet_90
31
+ - label: Up to 100
32
+ value: ltet_100
33
+
34
+
35
+ depends_on_follow_up:
36
+ whatTypesOfUserResearchStudio:
37
+ - physical-location
@@ -0,0 +1,37 @@
1
+ id: virtualStudioNumberOfParticipants
2
+ name: Number of participants
3
+ question: What is the maximum number of participants in a studio?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Up to 10
14
+ value: ltet_10
15
+ - label: Up to 20
16
+ value: ltet_20
17
+ - label: Up to 30
18
+ value: ltet_30
19
+ - label: Up to 40
20
+ value: ltet_40
21
+ - label: Up to 50
22
+ value: ltet_50
23
+ - label: Up to 60
24
+ value: ltet_60
25
+ - label: Up to 70
26
+ value: ltet_70
27
+ - label: Up to 80
28
+ value: ltet_80
29
+ - label: Up to 90
30
+ value: ltet_90
31
+ - label: Up to 100
32
+ value: ltet_100
33
+
34
+
35
+ depends_on_follow_up:
36
+ whatTypesOfUserResearchStudio:
37
+ - virtual-studio
@@ -0,0 +1,37 @@
1
+ id: virtualStudioNumberOfResearchers
2
+ name: Number of researchers
3
+ question: What is the maximum number of researchers in a studio?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Up to 10
14
+ value: ltet_10
15
+ - label: Up to 20
16
+ value: ltet_20
17
+ - label: Up to 30
18
+ value: ltet_30
19
+ - label: Up to 40
20
+ value: ltet_40
21
+ - label: Up to 50
22
+ value: ltet_50
23
+ - label: Up to 60
24
+ value: ltet_60
25
+ - label: Up to 70
26
+ value: ltet_70
27
+ - label: Up to 80
28
+ value: ltet_80
29
+ - label: Up to 90
30
+ value: ltet_90
31
+ - label: Up to 100
32
+ value: ltet_100
33
+
34
+
35
+ depends_on_follow_up:
36
+ whatTypesOfUserResearchStudio:
37
+ - virtual-studio
@@ -264,6 +264,49 @@
264
264
  "userCentredDesignUserResearcherHeadQuantity"
265
265
  ]
266
266
  }
267
+ },
268
+ {
269
+ "convert_to_range": {
270
+ "field": "maximumNumberOfParticipants",
271
+ "maximum": 1000,
272
+ "interval": 100
273
+ }
274
+ },
275
+ {
276
+ "convert_to_range": {
277
+ "field": "virtualStudioNumberOfParticipants",
278
+ "maximum": 100,
279
+ "interval": 10
280
+ }
281
+ },
282
+ {
283
+ "convert_to_range": {
284
+ "field": "virtualStudioNumberOfResearchers",
285
+ "maximum": 100,
286
+ "interval": 10
287
+ }
288
+ },
289
+ {
290
+ "convert_to_range": {
291
+ "field": "physicalStudioNumberOfParticipants",
292
+ "maximum": 100,
293
+ "interval": 10
294
+ }
295
+ },
296
+ {
297
+ "convert_to_range": {
298
+ "field": "physicalStudioNumberOfResearchers",
299
+ "maximum": 100,
300
+ "interval": 10
301
+ }
302
+ },
303
+ {
304
+ "convert_list_to_search": {
305
+ "field": "studioLocations",
306
+ "attributes": [
307
+ "studioLocationTown"
308
+ ]
309
+ }
267
310
  }
268
311
  ]
269
312
  },
@@ -382,10 +425,6 @@
382
425
  "type": "keyword",
383
426
  "normalizer": "filter_normalizer"
384
427
  },
385
- "dmtext_otherTradeOrIndustryBodiesOther": {
386
- "type": "text",
387
- "analyzer": "stemming_analyzer"
388
- },
389
428
  "dmfilter_rasAccredited": {
390
429
  "type": "keyword",
391
430
  "normalizer": "filter_normalizer"
@@ -418,13 +457,13 @@
418
457
  "type": "keyword",
419
458
  "normalizer": "filter_normalizer"
420
459
  },
421
- "dmfilter_incentivePayments": {
460
+ "dmfilter_maximumNumberOfParticipants": {
422
461
  "type": "keyword",
423
462
  "normalizer": "filter_normalizer"
424
463
  },
425
- "dmtext_incentivePaymentsOther": {
426
- "type": "text",
427
- "analyzer": "stemming_analyzer"
464
+ "dmfilter_incentivePayments": {
465
+ "type": "keyword",
466
+ "normalizer": "filter_normalizer"
428
467
  },
429
468
  "dmfilter_howQuickToMakeIncentivePayments": {
430
469
  "type": "keyword",
@@ -438,14 +477,50 @@
438
477
  "type": "keyword",
439
478
  "normalizer": "filter_normalizer"
440
479
  },
441
- "dmfilter_tradeOrIndustryBodies": {
442
- "type": "keyword",
443
- "normalizer": "filter_normalizer"
480
+ "dmtext_studioLocationTown-0": {
481
+ "type": "text",
482
+ "analyzer": "stemming_analyzer"
483
+ },
484
+ "dmtext_studioLocationTown-1": {
485
+ "type": "text",
486
+ "analyzer": "stemming_analyzer"
487
+ },
488
+ "dmtext_studioLocationTown-2": {
489
+ "type": "text",
490
+ "analyzer": "stemming_analyzer"
491
+ },
492
+ "dmtext_studioLocationTown-3": {
493
+ "type": "text",
494
+ "analyzer": "stemming_analyzer"
495
+ },
496
+ "dmtext_studioLocationTown-4": {
497
+ "type": "text",
498
+ "analyzer": "stemming_analyzer"
499
+ },
500
+ "dmtext_studioLocationTown-5": {
501
+ "type": "text",
502
+ "analyzer": "stemming_analyzer"
503
+ },
504
+ "dmtext_studioLocationTown-6": {
505
+ "type": "text",
506
+ "analyzer": "stemming_analyzer"
507
+ },
508
+ "dmtext_studioLocationTown-7": {
509
+ "type": "text",
510
+ "analyzer": "stemming_analyzer"
511
+ },
512
+ "dmtext_studioLocationTown-8": {
513
+ "type": "text",
514
+ "analyzer": "stemming_analyzer"
444
515
  },
445
- "dmtext_tradeOrIndustryBodiesOther": {
516
+ "dmtext_studioLocationTown-9": {
446
517
  "type": "text",
447
518
  "analyzer": "stemming_analyzer"
448
519
  },
520
+ "dmfilter_tradeOrIndustryBodies": {
521
+ "type": "keyword",
522
+ "normalizer": "filter_normalizer"
523
+ },
449
524
  "dmfilter_virtualMinimumStudioTime": {
450
525
  "type": "keyword",
451
526
  "normalizer": "filter_normalizer"
@@ -458,6 +533,15 @@
458
533
  "type": "keyword",
459
534
  "normalizer": "filter_normalizer"
460
535
  },
536
+ "dmfilter_virtualStudioNumberOfParticipants": {
537
+ "type": "keyword",
538
+ "normalizer": "filter_normalizer"
539
+ },
540
+
541
+ "dmfilter_virtualStudioNumberOfResearchers": {
542
+ "type": "keyword",
543
+ "normalizer": "filter_normalizer"
544
+ },
461
545
  "dmfilter_virtualStudioAvailability": {
462
546
  "type": "keyword",
463
547
  "normalizer": "filter_normalizer"
@@ -470,10 +554,6 @@
470
554
  "type": "keyword",
471
555
  "normalizer": "filter_normalizer"
472
556
  },
473
- "dmtext_virtualStudioStreamingPlatform": {
474
- "type": "text",
475
- "analyzer": "stemming_analyzer"
476
- },
477
557
  "dmfilter_virtualStudioViewOfScreen": {
478
558
  "type": "keyword",
479
559
  "normalizer": "filter_normalizer"
@@ -490,10 +570,6 @@
490
570
  "type": "keyword",
491
571
  "normalizer": "filter_normalizer"
492
572
  },
493
- "dmtext_virtualStudioOtherBiometrics": {
494
- "type": "text",
495
- "analyzer": "stemming_analyzer"
496
- },
497
573
  "dmfilter_virtualStudioSessionRecorded": {
498
574
  "type": "keyword",
499
575
  "normalizer": "filter_normalizer"
@@ -510,6 +586,15 @@
510
586
  "type": "keyword",
511
587
  "normalizer": "filter_normalizer"
512
588
  },
589
+ "dmfilter_physicalStudioNumberOfParticipants": {
590
+ "type": "keyword",
591
+ "normalizer": "filter_normalizer"
592
+ },
593
+
594
+ "dmfilter_physicalStudioNumberOfResearchers": {
595
+ "type": "keyword",
596
+ "normalizer": "filter_normalizer"
597
+ },
513
598
  "dmfilter_physicalStudioAvailability": {
514
599
  "type": "keyword",
515
600
  "normalizer": "filter_normalizer"
@@ -550,10 +635,6 @@
550
635
  "type": "keyword",
551
636
  "normalizer": "filter_normalizer"
552
637
  },
553
- "dmtext_physicalStudioStreamingPlatform": {
554
- "type": "text",
555
- "analyzer": "stemming_analyzer"
556
- },
557
638
  "dmfilter_physicalStudioViewOfScreen": {
558
639
  "type": "keyword",
559
640
  "normalizer": "filter_normalizer"
@@ -570,10 +651,6 @@
570
651
  "type": "keyword",
571
652
  "normalizer": "filter_normalizer"
572
653
  },
573
- "dmtext_physicalStudioOtherBiometrics": {
574
- "type": "text",
575
- "analyzer": "stemming_analyzer"
576
- },
577
654
  "dmfilter_physicalStudioSessionRecorded": {
578
655
  "type": "keyword",
579
656
  "normalizer": "filter_normalizer"
@@ -606,6 +683,10 @@
606
683
  "type": "keyword",
607
684
  "normalizer": "filter_normalizer"
608
685
  },
686
+ "dmfilter_physicalStudioParking": {
687
+ "type": "keyword",
688
+ "normalizer": "filter_normalizer"
689
+ },
609
690
  "dmfilter_architectureRolesBusinessArchitectRoles": {
610
691
  "type": "keyword",
611
692
  "normalizer": "filter_normalizer"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "6.8.0",
3
+ "version": "6.8.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",