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.
@@ -315,6 +315,7 @@
315
315
  editable: False
316
316
  questions:
317
317
  - minimumLeadTime
318
+ - maximumNumberOfParticipants
318
319
 
319
320
  - name: Incentives
320
321
  editable: False
@@ -343,6 +343,7 @@
343
343
  editable: True
344
344
  questions:
345
345
  - minimumLeadTime
346
+ - maximumNumberOfParticipants
346
347
 
347
348
  - name: Incentives
348
349
  editable: True
@@ -351,6 +351,7 @@
351
351
  editable: True
352
352
  questions:
353
353
  - minimumLeadTime
354
+ - maximumNumberOfParticipants
354
355
 
355
356
  - name: Incentives
356
357
  editable: True
@@ -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
@@ -39,6 +39,8 @@ dependent_follow_up:
39
39
  - user-research-participants
40
40
  minimumLeadTime:
41
41
  - user-research-participants
42
+ maximumNumberOfParticipants:
43
+ - user-research-participants
42
44
  incentivePayments:
43
45
  - user-research-participants
44
46
  howQuickToMakeIncentivePayments:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.8",
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"