ccs-digitalmarketplace-frameworks 4.0.3 → 4.0.5
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/manifests/edit_service.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot4.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqPhysicalStudioBookingCost.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHalfDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHour.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostWeek.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingUnit.yml +37 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatTypesOfUserResearchStudio.yml +9 -3
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +9 -3
- package/package.json +1 -1
- package/tests/test_content.py +6 -5
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCost.yml +0 -39
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot3.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Confirm services you can provide
|
|
|
2
2
|
|
|
3
3
|
question: >
|
|
4
4
|
<p class="govuk-body">
|
|
5
|
-
Do you confirm that you can provide at least 1
|
|
5
|
+
Do you confirm that you can provide at least 1 digital role at 1 location (as defined in the Specification, section 3.3 and Annexes 2 and 3)?
|
|
6
6
|
</p>
|
|
7
7
|
<p class="govuk-body">
|
|
8
8
|
<b>Disclaimer</b>: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed. Failure to comply may mean that your application fails to meet the requirements for the framework agreement.
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/confirmServicesLot4.yml
CHANGED
|
@@ -2,7 +2,7 @@ name: Confirm services you can provide
|
|
|
2
2
|
|
|
3
3
|
question: >
|
|
4
4
|
<p class="govuk-body">
|
|
5
|
-
Do you confirm that you can provide at least 1
|
|
5
|
+
Do you confirm that you can provide at least 1 of the services: user research studios and / or user research participants (as defined in the Specification, section 3.4 and Annex 3)?
|
|
6
6
|
</p>
|
|
7
7
|
<p class="govuk-body">
|
|
8
8
|
<b>Disclaimer</b>: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed. Failure to comply may mean that your application fails to meet the requirements for the framework agreement.
|
|
@@ -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
|
+
- physical-location
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- physicalStudioBookingUnit
|
|
17
|
+
- physicalStudioBookingCostHour
|
|
18
|
+
- physicalStudioBookingCostHalfDay
|
|
19
|
+
- physicalStudioBookingCostDay
|
|
20
|
+
- physicalStudioBookingCostWeek
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per day
|
|
2
|
+
question: What is th 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: physicalStudioBookingCostDayPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: physicalStudioBookingCostDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: physicalStudioBookingCostDayPrice
|
|
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 th 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: physicalStudioBookingCostHalfDayPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: physicalStudioBookingCostHalfDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per half day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: physicalStudioBookingCostHalfDayPrice
|
|
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 th 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: physicalStudioBookingCostHourPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: physicalStudioBookingCostHourPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per hour
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: physicalStudioBookingCostHourPrice
|
|
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 th 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: physicalStudioBookingCostWeekPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: physicalStudioBookingCostWeekPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per week
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: physicalStudioBookingCostWeekPrice
|
|
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
|
+
- physical-location
|
|
24
|
+
|
|
25
|
+
followup:
|
|
26
|
+
physicalStudioBookingCostHour:
|
|
27
|
+
- hour
|
|
28
|
+
physicalStudioBookingCostHalfDay:
|
|
29
|
+
- half_day
|
|
30
|
+
physicalStudioBookingCostDay:
|
|
31
|
+
- day
|
|
32
|
+
physicalStudioBookingCostWeek:
|
|
33
|
+
- week
|
|
34
|
+
|
|
35
|
+
validations:
|
|
36
|
+
- name: answer_required
|
|
37
|
+
message: Select a unit option
|
|
@@ -56,9 +56,7 @@ dependent_follow_up:
|
|
|
56
56
|
- virtual-studio
|
|
57
57
|
physicalMinimumStudioTime:
|
|
58
58
|
- physical-location
|
|
59
|
-
|
|
60
|
-
- physical-location
|
|
61
|
-
physicalStudioBookingCostUnit:
|
|
59
|
+
physicalStudioBookingUnit:
|
|
62
60
|
- physical-location
|
|
63
61
|
physicalMinimumLeadTime:
|
|
64
62
|
- physical-location
|
|
@@ -133,6 +131,14 @@ dependent_follow_up_followup:
|
|
|
133
131
|
- physical-location
|
|
134
132
|
physicalStudioOtherBiometrics:
|
|
135
133
|
- physical-location
|
|
134
|
+
physicalStudioBookingCostHourPrice:
|
|
135
|
+
- physical-location
|
|
136
|
+
physicalStudioBookingCostHalfDayPrice:
|
|
137
|
+
- physical-location
|
|
138
|
+
physicalStudioBookingCostDayPrice:
|
|
139
|
+
- physical-location
|
|
140
|
+
physicalStudioBookingCostWeekPrice:
|
|
141
|
+
- physical-location
|
|
136
142
|
|
|
137
143
|
validations:
|
|
138
144
|
-
|
|
@@ -87,9 +87,7 @@ dependent_follow_up:
|
|
|
87
87
|
- user-research-studios
|
|
88
88
|
physicalMinimumStudioTime:
|
|
89
89
|
- user-research-studios
|
|
90
|
-
|
|
91
|
-
- user-research-studios
|
|
92
|
-
physicalStudioBookingCostUnit:
|
|
90
|
+
physicalStudioBookingUnit:
|
|
93
91
|
- user-research-studios
|
|
94
92
|
physicalMinimumLeadTime:
|
|
95
93
|
- user-research-studios
|
|
@@ -169,6 +167,14 @@ dependent_follow_up_followup:
|
|
|
169
167
|
- user-research-studios
|
|
170
168
|
physicalStudioOtherBiometrics:
|
|
171
169
|
- user-research-studios
|
|
170
|
+
physicalStudioBookingCostHourPrice:
|
|
171
|
+
- user-research-studios
|
|
172
|
+
physicalStudioBookingCostHalfDayPrice:
|
|
173
|
+
- user-research-studios
|
|
174
|
+
physicalStudioBookingCostDayPrice:
|
|
175
|
+
- user-research-studios
|
|
176
|
+
physicalStudioBookingCostWeekPrice:
|
|
177
|
+
- user-research-studios
|
|
172
178
|
|
|
173
179
|
validations:
|
|
174
180
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
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"
|
package/tests/test_content.py
CHANGED
|
@@ -194,11 +194,12 @@ def test_dependent_follow_up_followup(framework, question_set, manifest):
|
|
|
194
194
|
if question_id not in expected_questions_with_dependent_follow_up_followup:
|
|
195
195
|
expected_questions_with_dependent_follow_up_followup[question_id] = {}
|
|
196
196
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
197
|
+
for form_field in loaded_content.get_question(followup_question_id).form_fields:
|
|
198
|
+
expected_questions_with_dependent_follow_up_followup[
|
|
199
|
+
question_id
|
|
200
|
+
][
|
|
201
|
+
form_field
|
|
202
|
+
] = question_values
|
|
202
203
|
|
|
203
204
|
for dependent_follow_up_followup_id in question.get("dependent_follow_up_followup", {}).keys():
|
|
204
205
|
if question_id not in expected_questions_with_dependent_follow_up_followup:
|
|
@@ -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: physicalStudioBookingCostPrice
|
|
12
|
-
price_unit: physicalStudioBookingCostUnit
|
|
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
|
-
- physical-location
|
|
29
|
-
|
|
30
|
-
validations:
|
|
31
|
-
- name: answer_required
|
|
32
|
-
field: physicalStudioBookingCostPrice
|
|
33
|
-
message: Enter how much it costs to book a studio
|
|
34
|
-
- name: not_money_format
|
|
35
|
-
field: physicalStudioBookingCostPrice
|
|
36
|
-
message: Price must be a number greater than 0, without units, eg 99.95
|
|
37
|
-
- name: answer_required
|
|
38
|
-
field: physicalStudioBookingCostUnit
|
|
39
|
-
message: You must select the unit
|