ccs-digitalmarketplace-frameworks 6.8.2 → 6.8.3
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.
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/howQuickToMakeIncentivePayments.yml +15 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml +30 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml +60 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumStudioTime.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumLeadTime.yml +60 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumStudioTime.yml +49 -0
- package/frameworks/digital-outcomes-and-specialists-7/search_mappings/services.json +42 -3
- package/package.json +1 -1
|
@@ -17,10 +17,25 @@ options:
|
|
|
17
17
|
value: 2-working-days
|
|
18
18
|
- label: Within 5 working days
|
|
19
19
|
value: 5-working-days
|
|
20
|
+
derived_from:
|
|
21
|
+
question: howQuickToMakeIncentivePayments
|
|
22
|
+
any_of:
|
|
23
|
+
- 2-working-days
|
|
20
24
|
- label: Within 10 working days
|
|
21
25
|
value: 10-working-days
|
|
26
|
+
derived_from:
|
|
27
|
+
question: howQuickToMakeIncentivePayments
|
|
28
|
+
any_of:
|
|
29
|
+
- 2-working-days
|
|
30
|
+
- 5-working-days
|
|
22
31
|
- label: Over 10 working days
|
|
23
32
|
value: over-10-working-days
|
|
33
|
+
derived_from:
|
|
34
|
+
question: howQuickToMakeIncentivePayments
|
|
35
|
+
any_of:
|
|
36
|
+
- 2-working-days
|
|
37
|
+
- 5-working-days
|
|
38
|
+
- 10-working-days
|
|
24
39
|
|
|
25
40
|
validations:
|
|
26
41
|
-
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml
CHANGED
|
@@ -11,10 +11,40 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 week"
|
|
13
13
|
- label: "2 weeks"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: minimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 week"
|
|
14
18
|
- label: "3 weeks"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: minimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 week"
|
|
23
|
+
- "2 weeks"
|
|
15
24
|
- label: "1 month"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: minimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 week"
|
|
29
|
+
- "2 weeks"
|
|
30
|
+
- "3 weeks"
|
|
16
31
|
- label: "6 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: minimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 week"
|
|
36
|
+
- "2 weeks"
|
|
37
|
+
- "3 weeks"
|
|
38
|
+
- "1 month"
|
|
17
39
|
- label: "More than 6 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: minimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 week"
|
|
44
|
+
- "2 weeks"
|
|
45
|
+
- "3 weeks"
|
|
46
|
+
- "1 month"
|
|
47
|
+
- "6 weeks"
|
|
18
48
|
|
|
19
49
|
depends_on_follow_up:
|
|
20
50
|
whatUserResearchServices:
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalMinimumLeadTime.yml
CHANGED
|
@@ -11,13 +11,73 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 day"
|
|
13
13
|
- label: "2 days"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: physicalMinimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 day"
|
|
14
18
|
- label: "3 to 5 days"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: physicalMinimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 day"
|
|
23
|
+
- "2 days"
|
|
15
24
|
- label: "1 week"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: physicalMinimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 day"
|
|
29
|
+
- "2 days"
|
|
30
|
+
- "3 to 5 days"
|
|
16
31
|
- label: "2 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: physicalMinimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 day"
|
|
36
|
+
- "2 days"
|
|
37
|
+
- "3 to 5 days"
|
|
38
|
+
- "1 week"
|
|
17
39
|
- label: "3 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: physicalMinimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 day"
|
|
44
|
+
- "2 days"
|
|
45
|
+
- "3 to 5 days"
|
|
46
|
+
- "1 week"
|
|
47
|
+
- "2 weeks"
|
|
18
48
|
- label: "1 month"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: physicalMinimumLeadTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 day"
|
|
53
|
+
- "2 days"
|
|
54
|
+
- "3 to 5 days"
|
|
55
|
+
- "1 week"
|
|
56
|
+
- "2 weeks"
|
|
57
|
+
- "3 weeks"
|
|
19
58
|
- label: "6 weeks"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: physicalMinimumLeadTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 day"
|
|
63
|
+
- "2 days"
|
|
64
|
+
- "3 to 5 days"
|
|
65
|
+
- "1 week"
|
|
66
|
+
- "2 weeks"
|
|
67
|
+
- "3 weeks"
|
|
68
|
+
- "1 month"
|
|
20
69
|
- label: "More than 6 weeks"
|
|
70
|
+
derived_from:
|
|
71
|
+
question: physicalMinimumLeadTime
|
|
72
|
+
any_of:
|
|
73
|
+
- "1 day"
|
|
74
|
+
- "2 days"
|
|
75
|
+
- "3 to 5 days"
|
|
76
|
+
- "1 week"
|
|
77
|
+
- "2 weeks"
|
|
78
|
+
- "3 weeks"
|
|
79
|
+
- "1 month"
|
|
80
|
+
- "6 weeks"
|
|
21
81
|
|
|
22
82
|
depends_on_follow_up:
|
|
23
83
|
whatTypesOfUserResearchStudio:
|
|
@@ -11,12 +11,61 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 hour"
|
|
13
13
|
- label: "2 hours"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: physicalMinimumStudioTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 hour"
|
|
14
18
|
- label: "3 hours"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: physicalMinimumStudioTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 hour"
|
|
23
|
+
- "2 hours"
|
|
15
24
|
- label: "4 hours"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: physicalMinimumStudioTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 hour"
|
|
29
|
+
- "2 hours"
|
|
30
|
+
- "3 hours"
|
|
16
31
|
- label: "5 hours"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: physicalMinimumStudioTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 hour"
|
|
36
|
+
- "2 hours"
|
|
37
|
+
- "3 hours"
|
|
38
|
+
- "4 hours"
|
|
17
39
|
- label: "6 hours"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: physicalMinimumStudioTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 hour"
|
|
44
|
+
- "2 hours"
|
|
45
|
+
- "3 hours"
|
|
46
|
+
- "4 hours"
|
|
47
|
+
- "5 hours"
|
|
18
48
|
- label: "7 hours"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: physicalMinimumStudioTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 hour"
|
|
53
|
+
- "2 hours"
|
|
54
|
+
- "3 hours"
|
|
55
|
+
- "4 hours"
|
|
56
|
+
- "5 hours"
|
|
57
|
+
- "6 hours"
|
|
19
58
|
- label: "8 hours"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: physicalMinimumStudioTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 hour"
|
|
63
|
+
- "2 hours"
|
|
64
|
+
- "3 hours"
|
|
65
|
+
- "4 hours"
|
|
66
|
+
- "5 hours"
|
|
67
|
+
- "6 hours"
|
|
68
|
+
- "7 hours"
|
|
20
69
|
|
|
21
70
|
depends_on_follow_up:
|
|
22
71
|
whatTypesOfUserResearchStudio:
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualMinimumLeadTime.yml
CHANGED
|
@@ -11,13 +11,73 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 day"
|
|
13
13
|
- label: "2 days"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: virtualMinimumLeadTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 day"
|
|
14
18
|
- label: "3 to 5 days"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: virtualMinimumLeadTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 day"
|
|
23
|
+
- "2 days"
|
|
15
24
|
- label: "1 week"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: virtualMinimumLeadTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 day"
|
|
29
|
+
- "2 days"
|
|
30
|
+
- "3 to 5 days"
|
|
16
31
|
- label: "2 weeks"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: virtualMinimumLeadTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 day"
|
|
36
|
+
- "2 days"
|
|
37
|
+
- "3 to 5 days"
|
|
38
|
+
- "1 week"
|
|
17
39
|
- label: "3 weeks"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: virtualMinimumLeadTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 day"
|
|
44
|
+
- "2 days"
|
|
45
|
+
- "3 to 5 days"
|
|
46
|
+
- "1 week"
|
|
47
|
+
- "2 weeks"
|
|
18
48
|
- label: "1 month"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: virtualMinimumLeadTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 day"
|
|
53
|
+
- "2 days"
|
|
54
|
+
- "3 to 5 days"
|
|
55
|
+
- "1 week"
|
|
56
|
+
- "2 weeks"
|
|
57
|
+
- "3 weeks"
|
|
19
58
|
- label: "6 weeks"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: virtualMinimumLeadTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 day"
|
|
63
|
+
- "2 days"
|
|
64
|
+
- "3 to 5 days"
|
|
65
|
+
- "1 week"
|
|
66
|
+
- "2 weeks"
|
|
67
|
+
- "3 weeks"
|
|
68
|
+
- "1 month"
|
|
20
69
|
- label: "More than 6 weeks"
|
|
70
|
+
derived_from:
|
|
71
|
+
question: virtualMinimumLeadTime
|
|
72
|
+
any_of:
|
|
73
|
+
- "1 day"
|
|
74
|
+
- "2 days"
|
|
75
|
+
- "3 to 5 days"
|
|
76
|
+
- "1 week"
|
|
77
|
+
- "2 weeks"
|
|
78
|
+
- "3 weeks"
|
|
79
|
+
- "1 month"
|
|
80
|
+
- "6 weeks"
|
|
21
81
|
|
|
22
82
|
depends_on_follow_up:
|
|
23
83
|
whatTypesOfUserResearchStudio:
|
|
@@ -11,12 +11,61 @@ type: radios
|
|
|
11
11
|
options:
|
|
12
12
|
- label: "1 hour"
|
|
13
13
|
- label: "2 hours"
|
|
14
|
+
derived_from:
|
|
15
|
+
question: virtualMinimumStudioTime
|
|
16
|
+
any_of:
|
|
17
|
+
- "1 hour"
|
|
14
18
|
- label: "3 hours"
|
|
19
|
+
derived_from:
|
|
20
|
+
question: virtualMinimumStudioTime
|
|
21
|
+
any_of:
|
|
22
|
+
- "1 hour"
|
|
23
|
+
- "2 hours"
|
|
15
24
|
- label: "4 hours"
|
|
25
|
+
derived_from:
|
|
26
|
+
question: virtualMinimumStudioTime
|
|
27
|
+
any_of:
|
|
28
|
+
- "1 hour"
|
|
29
|
+
- "2 hours"
|
|
30
|
+
- "3 hours"
|
|
16
31
|
- label: "5 hours"
|
|
32
|
+
derived_from:
|
|
33
|
+
question: virtualMinimumStudioTime
|
|
34
|
+
any_of:
|
|
35
|
+
- "1 hour"
|
|
36
|
+
- "2 hours"
|
|
37
|
+
- "3 hours"
|
|
38
|
+
- "4 hours"
|
|
17
39
|
- label: "6 hours"
|
|
40
|
+
derived_from:
|
|
41
|
+
question: virtualMinimumStudioTime
|
|
42
|
+
any_of:
|
|
43
|
+
- "1 hour"
|
|
44
|
+
- "2 hours"
|
|
45
|
+
- "3 hours"
|
|
46
|
+
- "4 hours"
|
|
47
|
+
- "5 hours"
|
|
18
48
|
- label: "7 hours"
|
|
49
|
+
derived_from:
|
|
50
|
+
question: virtualMinimumStudioTime
|
|
51
|
+
any_of:
|
|
52
|
+
- "1 hour"
|
|
53
|
+
- "2 hours"
|
|
54
|
+
- "3 hours"
|
|
55
|
+
- "4 hours"
|
|
56
|
+
- "5 hours"
|
|
57
|
+
- "6 hours"
|
|
19
58
|
- label: "8 hours"
|
|
59
|
+
derived_from:
|
|
60
|
+
question: virtualMinimumStudioTime
|
|
61
|
+
any_of:
|
|
62
|
+
- "1 hour"
|
|
63
|
+
- "2 hours"
|
|
64
|
+
- "3 hours"
|
|
65
|
+
- "4 hours"
|
|
66
|
+
- "5 hours"
|
|
67
|
+
- "6 hours"
|
|
68
|
+
- "7 hours"
|
|
20
69
|
|
|
21
70
|
depends_on_follow_up:
|
|
22
71
|
whatTypesOfUserResearchStudio:
|
|
@@ -304,7 +304,8 @@
|
|
|
304
304
|
"convert_list_to_search": {
|
|
305
305
|
"field": "studioLocations",
|
|
306
306
|
"attributes": [
|
|
307
|
-
"studioLocationTown"
|
|
307
|
+
"studioLocationTown",
|
|
308
|
+
"studioLocationPostcode"
|
|
308
309
|
]
|
|
309
310
|
}
|
|
310
311
|
}
|
|
@@ -481,42 +482,82 @@
|
|
|
481
482
|
"type": "text",
|
|
482
483
|
"analyzer": "stemming_analyzer"
|
|
483
484
|
},
|
|
485
|
+
"dmtext_studioLocationPostcode-0": {
|
|
486
|
+
"type": "text",
|
|
487
|
+
"analyzer": "stemming_analyzer"
|
|
488
|
+
},
|
|
484
489
|
"dmtext_studioLocationTown-1": {
|
|
485
490
|
"type": "text",
|
|
486
491
|
"analyzer": "stemming_analyzer"
|
|
487
492
|
},
|
|
493
|
+
"dmtext_studioLocationPostcode-1": {
|
|
494
|
+
"type": "text",
|
|
495
|
+
"analyzer": "stemming_analyzer"
|
|
496
|
+
},
|
|
488
497
|
"dmtext_studioLocationTown-2": {
|
|
489
498
|
"type": "text",
|
|
490
499
|
"analyzer": "stemming_analyzer"
|
|
491
500
|
},
|
|
501
|
+
"dmtext_studioLocationPostcode-2": {
|
|
502
|
+
"type": "text",
|
|
503
|
+
"analyzer": "stemming_analyzer"
|
|
504
|
+
},
|
|
492
505
|
"dmtext_studioLocationTown-3": {
|
|
493
506
|
"type": "text",
|
|
494
507
|
"analyzer": "stemming_analyzer"
|
|
495
508
|
},
|
|
509
|
+
"dmtext_studioLocationPostcode-3": {
|
|
510
|
+
"type": "text",
|
|
511
|
+
"analyzer": "stemming_analyzer"
|
|
512
|
+
},
|
|
496
513
|
"dmtext_studioLocationTown-4": {
|
|
497
514
|
"type": "text",
|
|
498
515
|
"analyzer": "stemming_analyzer"
|
|
499
516
|
},
|
|
517
|
+
"dmtext_studioLocationPostcode-4": {
|
|
518
|
+
"type": "text",
|
|
519
|
+
"analyzer": "stemming_analyzer"
|
|
520
|
+
},
|
|
500
521
|
"dmtext_studioLocationTown-5": {
|
|
501
522
|
"type": "text",
|
|
502
523
|
"analyzer": "stemming_analyzer"
|
|
503
524
|
},
|
|
525
|
+
"dmtext_studioLocationPostcode-5": {
|
|
526
|
+
"type": "text",
|
|
527
|
+
"analyzer": "stemming_analyzer"
|
|
528
|
+
},
|
|
504
529
|
"dmtext_studioLocationTown-6": {
|
|
505
530
|
"type": "text",
|
|
506
531
|
"analyzer": "stemming_analyzer"
|
|
507
532
|
},
|
|
533
|
+
"dmtext_studioLocationPostcode-6": {
|
|
534
|
+
"type": "text",
|
|
535
|
+
"analyzer": "stemming_analyzer"
|
|
536
|
+
},
|
|
508
537
|
"dmtext_studioLocationTown-7": {
|
|
509
538
|
"type": "text",
|
|
510
539
|
"analyzer": "stemming_analyzer"
|
|
511
540
|
},
|
|
541
|
+
"dmtext_studioLocationPostcode-7": {
|
|
542
|
+
"type": "text",
|
|
543
|
+
"analyzer": "stemming_analyzer"
|
|
544
|
+
},
|
|
512
545
|
"dmtext_studioLocationTown-8": {
|
|
513
546
|
"type": "text",
|
|
514
547
|
"analyzer": "stemming_analyzer"
|
|
515
548
|
},
|
|
549
|
+
"dmtext_studioLocationPostcode-8": {
|
|
550
|
+
"type": "text",
|
|
551
|
+
"analyzer": "stemming_analyzer"
|
|
552
|
+
},
|
|
516
553
|
"dmtext_studioLocationTown-9": {
|
|
517
554
|
"type": "text",
|
|
518
555
|
"analyzer": "stemming_analyzer"
|
|
519
556
|
},
|
|
557
|
+
"dmtext_studioLocationPostcode-9": {
|
|
558
|
+
"type": "text",
|
|
559
|
+
"analyzer": "stemming_analyzer"
|
|
560
|
+
},
|
|
520
561
|
"dmfilter_tradeOrIndustryBodies": {
|
|
521
562
|
"type": "keyword",
|
|
522
563
|
"normalizer": "filter_normalizer"
|
|
@@ -537,7 +578,6 @@
|
|
|
537
578
|
"type": "keyword",
|
|
538
579
|
"normalizer": "filter_normalizer"
|
|
539
580
|
},
|
|
540
|
-
|
|
541
581
|
"dmfilter_virtualStudioNumberOfResearchers": {
|
|
542
582
|
"type": "keyword",
|
|
543
583
|
"normalizer": "filter_normalizer"
|
|
@@ -590,7 +630,6 @@
|
|
|
590
630
|
"type": "keyword",
|
|
591
631
|
"normalizer": "filter_normalizer"
|
|
592
632
|
},
|
|
593
|
-
|
|
594
633
|
"dmfilter_physicalStudioNumberOfResearchers": {
|
|
595
634
|
"type": "keyword",
|
|
596
635
|
"normalizer": "filter_normalizer"
|