ccs-digitalmarketplace-frameworks 4.0.12 → 4.0.14
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/declaration/groupOrConsortiumJointVentureStatement.yml +4 -4
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/mandatoryAwardQuestion.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqVirtualStudioBookingCost.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostDay.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHalfDay.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostHour.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/physicalStudioBookingCostWeek.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHalfDay.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostHour.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCostWeek.yml +23 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingUnit.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/requirements-dev.txt +2 -2
- package/requirements.in +1 -1
- package/requirements.txt +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/virtualStudioBookingCost.yml +0 -39
|
@@ -6,18 +6,18 @@ type: radios
|
|
|
6
6
|
|
|
7
7
|
options:
|
|
8
8
|
- label: You have set up a joint venture company or special purpose vehicle (SPV) and are submitting a tender in the name of the joint venture via the SPV Digital Marketplace account
|
|
9
|
-
value: joint-
|
|
9
|
+
value: joint-venture
|
|
10
10
|
- label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, but if your tender is successful, you will form a specific legal entity, a joint venture company or special purpose vehicle (SPV) before signing the Framework Contract
|
|
11
11
|
value: joint-venture-if-successful
|
|
12
12
|
- label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, and will not if your tender is successful
|
|
13
|
-
value: no-joint-
|
|
13
|
+
value: no-joint-venture
|
|
14
14
|
|
|
15
15
|
followup:
|
|
16
16
|
multiqStatementDetail:
|
|
17
17
|
- joint-venture-if-successful
|
|
18
|
-
- no-joint-
|
|
18
|
+
- no-joint-venture
|
|
19
19
|
tenderInfoMultiqConnectedPersons:
|
|
20
|
-
- joint-
|
|
20
|
+
- joint-venture
|
|
21
21
|
|
|
22
22
|
validations:
|
|
23
23
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Deliver all mandatory service requirements
|
|
2
2
|
question: If you are awarded a framework contract, will you deliver in full all mandatory service requirements in Framework Schedule 1 (Specification) for each Lot you have successfully tendered for?
|
|
3
3
|
question_advice: >
|
|
4
4
|
<p class="govuk-body">
|
|
@@ -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
|
+
- virtual-studio
|
|
14
|
+
|
|
15
|
+
questions:
|
|
16
|
+
- virtualStudioBookingUnit
|
|
17
|
+
- virtualStudioBookingCostHour
|
|
18
|
+
- virtualStudioBookingCostHalfDay
|
|
19
|
+
- virtualStudioBookingCostDay
|
|
20
|
+
- virtualStudioBookingCostWeek
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cost of booking a studio per day
|
|
2
|
+
question: What is the 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: virtualStudioBookingCostDayPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostDayPrice
|
|
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 the 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: virtualStudioBookingCostHalfDayPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostHalfDayPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per half day
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostHalfDayPrice
|
|
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 the 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: virtualStudioBookingCostHourPrice
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostHourPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per hour
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostHourPrice
|
|
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 the 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: virtualStudioBookingCostWeekPrice
|
|
12
|
+
|
|
13
|
+
hidden: true
|
|
14
|
+
|
|
15
|
+
decimal_place_restriction: true
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
field: virtualStudioBookingCostWeekPrice
|
|
20
|
+
message: Enter how much it costs to book a studio per week
|
|
21
|
+
- name: not_money_format
|
|
22
|
+
field: virtualStudioBookingCostWeekPrice
|
|
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
|
+
- virtual-studio
|
|
24
|
+
|
|
25
|
+
followup:
|
|
26
|
+
virtualStudioBookingCostHour:
|
|
27
|
+
- hour
|
|
28
|
+
virtualStudioBookingCostHalfDay:
|
|
29
|
+
- half_day
|
|
30
|
+
virtualStudioBookingCostDay:
|
|
31
|
+
- day
|
|
32
|
+
virtualStudioBookingCostWeek:
|
|
33
|
+
- week
|
|
34
|
+
|
|
35
|
+
validations:
|
|
36
|
+
- name: answer_required
|
|
37
|
+
message: Select a unit option
|
|
@@ -26,9 +26,7 @@ dependent_follow_up:
|
|
|
26
26
|
- physical-location
|
|
27
27
|
virtualMinimumStudioTime:
|
|
28
28
|
- virtual-studio
|
|
29
|
-
|
|
30
|
-
- virtual-studio
|
|
31
|
-
virtualStudioBookingCostUnit:
|
|
29
|
+
virtualStudioBookingUnit:
|
|
32
30
|
- virtual-studio
|
|
33
31
|
virtualMinimumLeadTime:
|
|
34
32
|
- virtual-studio
|
|
@@ -123,6 +121,14 @@ dependent_follow_up_followup:
|
|
|
123
121
|
- virtual-studio
|
|
124
122
|
virtualStudioOtherBiometrics:
|
|
125
123
|
- virtual-studio
|
|
124
|
+
virtualStudioBookingCostHourPrice:
|
|
125
|
+
- virtual-studio
|
|
126
|
+
virtualStudioBookingCostHalfDayPrice:
|
|
127
|
+
- virtual-studio
|
|
128
|
+
virtualStudioBookingCostDayPrice:
|
|
129
|
+
- virtual-studio
|
|
130
|
+
virtualStudioBookingCostWeekPrice:
|
|
131
|
+
- virtual-studio
|
|
126
132
|
physicalStudioParking:
|
|
127
133
|
- physical-location
|
|
128
134
|
physicalStudioStreamingPlatform:
|
|
@@ -57,9 +57,7 @@ dependent_follow_up:
|
|
|
57
57
|
- user-research-studios
|
|
58
58
|
virtualMinimumStudioTime:
|
|
59
59
|
- user-research-studios
|
|
60
|
-
|
|
61
|
-
- user-research-studios
|
|
62
|
-
virtualStudioBookingCostUnit:
|
|
60
|
+
virtualStudioBookingUnit:
|
|
63
61
|
- user-research-studios
|
|
64
62
|
virtualMinimumLeadTime:
|
|
65
63
|
- user-research-studios
|
|
@@ -159,6 +157,14 @@ dependent_follow_up_followup:
|
|
|
159
157
|
- user-research-studios
|
|
160
158
|
virtualStudioOtherBiometrics:
|
|
161
159
|
- user-research-studios
|
|
160
|
+
virtualStudioBookingCostHourPrice:
|
|
161
|
+
- user-research-studios
|
|
162
|
+
virtualStudioBookingCostHalfDayPrice:
|
|
163
|
+
- user-research-studios
|
|
164
|
+
virtualStudioBookingCostDayPrice:
|
|
165
|
+
- user-research-studios
|
|
166
|
+
virtualStudioBookingCostWeekPrice:
|
|
167
|
+
- user-research-studios
|
|
162
168
|
physicalStudioParking:
|
|
163
169
|
- user-research-studios
|
|
164
170
|
physicalStudioStreamingPlatform:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.14",
|
|
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/requirements-dev.txt
CHANGED
|
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
|
|
|
30
30
|
# via
|
|
31
31
|
# -r requirements.txt
|
|
32
32
|
# ccs-digitalmarketplace-utils
|
|
33
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
33
|
+
ccs-digitalmarketplace-content-loader==13.6.0
|
|
34
34
|
# via -r requirements.txt
|
|
35
35
|
ccs-digitalmarketplace-utils==69.0.0
|
|
36
36
|
# via
|
|
@@ -114,7 +114,7 @@ govuk-country-register==0.5.0
|
|
|
114
114
|
# via
|
|
115
115
|
# -r requirements.txt
|
|
116
116
|
# ccs-digitalmarketplace-utils
|
|
117
|
-
hypothesis==6.130.
|
|
117
|
+
hypothesis==6.130.9
|
|
118
118
|
# via -r requirements-dev.in
|
|
119
119
|
identify==2.6.8
|
|
120
120
|
# via pre-commit
|
package/requirements.in
CHANGED
package/requirements.txt
CHANGED
|
@@ -16,7 +16,7 @@ cachelib==0.13.0
|
|
|
16
16
|
# via flask-session
|
|
17
17
|
ccs-digitalmarketplace-apiclient==28.0.0
|
|
18
18
|
# via ccs-digitalmarketplace-utils
|
|
19
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
19
|
+
ccs-digitalmarketplace-content-loader==13.6.0
|
|
20
20
|
# via -r requirements.in
|
|
21
21
|
ccs-digitalmarketplace-utils==69.0.0
|
|
22
22
|
# via
|
|
@@ -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: virtualStudioBookingCostPrice
|
|
12
|
-
price_unit: virtualStudioBookingCostUnit
|
|
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
|
-
- virtual-studio
|
|
29
|
-
|
|
30
|
-
validations:
|
|
31
|
-
- name: answer_required
|
|
32
|
-
field: virtualStudioBookingCostPrice
|
|
33
|
-
message: Enter how much it costs to book a studio
|
|
34
|
-
- name: not_money_format
|
|
35
|
-
field: virtualStudioBookingCostPrice
|
|
36
|
-
message: Price must be a number greater than 0, without units, eg 99.95
|
|
37
|
-
- name: answer_required
|
|
38
|
-
field: virtualStudioBookingCostUnit
|
|
39
|
-
message: You must select the unit
|