ccs-digitalmarketplace-frameworks 3.13.7 → 3.13.8
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 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +1 -0
- package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +1 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqAssociatedPersonsDetails.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqGroupOrConsortiumDetails.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/outsourceOrInHouse.yml +26 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +2 -0
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ validations:
|
|
|
19
19
|
message: You must add the details for each associated person
|
|
20
20
|
-
|
|
21
21
|
name: not_unique
|
|
22
|
-
message: Each associated person be unique and have a unique public procurement organisation number (PPON)
|
|
22
|
+
message: Each associated person must be unique and have a unique public procurement organisation number (PPON)
|
|
23
23
|
-
|
|
24
24
|
name: max_items_limit
|
|
25
25
|
message: You can only add details for up to 100 associated persons
|
|
@@ -21,7 +21,7 @@ validations:
|
|
|
21
21
|
message: You must add the details for each consortium member
|
|
22
22
|
-
|
|
23
23
|
name: not_unique
|
|
24
|
-
message: Each consortium member be unique and have a unique public procurement organisation number (PPON) and DUNS number
|
|
24
|
+
message: Each consortium member must be unique and have a unique public procurement organisation number (PPON) and DUNS number
|
|
25
25
|
-
|
|
26
26
|
name: max_items_limit
|
|
27
27
|
message: You can only add details for up to 25 consortium members
|
package/frameworks/digital-outcomes-and-specialists-7/questions/services/outsourceOrInHouse.yml
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: Outsource or in house
|
|
2
|
+
question: Do you outsource your participant recruitment or do it in house?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
depends_on_follow_up:
|
|
10
|
+
whatUserResearchServices:
|
|
11
|
+
- user-research-participants
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Outsource all participant recruitment
|
|
17
|
+
value: outsource-all
|
|
18
|
+
- label: Outsource some participant recruitment, do some in house
|
|
19
|
+
value: outsource-some
|
|
20
|
+
- label: Do all participant recruitment in house
|
|
21
|
+
value: do-not-outsource
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
-
|
|
25
|
+
name: answer_required
|
|
26
|
+
message: Select how you source your recruitment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.8",
|
|
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"
|