ccs-digitalmarketplace-frameworks 3.13.8 → 3.13.9
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/services/maximumNumberOfParticipants.yml +25 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
name: Maximum number of participants
|
|
2
|
+
question: What is the maximum number of participants you can recruit?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- user-research-studios-and-participants
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
type: number
|
|
11
|
+
|
|
12
|
+
limits:
|
|
13
|
+
min_value: 1
|
|
14
|
+
max_value: 1000
|
|
15
|
+
integer_only: true
|
|
16
|
+
|
|
17
|
+
depends_on_follow_up:
|
|
18
|
+
whatUserResearchServices:
|
|
19
|
+
- user-research-participants
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: You must enter maximum number of participants, from 1 to 1000
|
|
24
|
+
- name: not_a_number
|
|
25
|
+
message: You must enter maximum number of participants, from 1 to 1000
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.9",
|
|
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"
|