ccs-digitalmarketplace-frameworks 3.8.0 → 3.10.0

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.
Files changed (34) hide show
  1. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_additional_lot_questions.yml +6 -6
  2. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service.yml +22 -0
  3. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_service_as_admin.yml +22 -0
  4. package/frameworks/digital-outcomes-and-specialists-7/manifests/edit_submission.yml +22 -0
  5. package/frameworks/digital-outcomes-and-specialists-7/manifests/evaluations.yml +9 -9
  6. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{deliverCapabilityComment.yml → continuousImprovementAndKnowledgeTransferComment.yml} +1 -1
  7. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{provideCapabilityScore.yml → continuousImprovementAndKnowledgeTransferScore.yml} +1 -1
  8. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{describeCapabilityPartner.yml → demonstrateCapability.yml} +1 -4
  9. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{describeCapabilityPartnerComment.yml → demonstrateCapabilityAndCapacityComment.yml} +1 -1
  10. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{deliverCapabilityScore.yml → demonstrateCapabilityAndCapacityScore.yml} +1 -1
  11. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateCapacity.yml +15 -0
  12. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateContinuousImprovement.yml +15 -0
  13. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateInnovation.yml +15 -0
  14. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/demonstrateKnowledgeTransfer.yml +15 -0
  15. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{provideCapability.yml → demonstrateQuality.yml} +1 -4
  16. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{deliverCapability.yml → demonstrateQualityAndInnovationComment.yml} +1 -1
  17. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/{describeCapabilityPartnerScore.yml → demonstrateQualityAndInnovationScore.yml} +1 -1
  18. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/multiqContinuousImprovementAndKnowledgeTransfer.yml +11 -0
  19. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/multiqDemonstrateCapabilityAndCapacity.yml +11 -0
  20. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/multiqDemonstrateQualityAndInnovation.yml +11 -0
  21. package/frameworks/digital-outcomes-and-specialists-7/questions/services/howQuickToMakeIncentivePayments.yml +28 -0
  22. package/frameworks/digital-outcomes-and-specialists-7/questions/services/howYouRecruitParticipants.yml +26 -0
  23. package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePayments.yml +31 -0
  24. package/frameworks/digital-outcomes-and-specialists-7/questions/services/incentivePaymentsOther.yml +19 -0
  25. package/frameworks/digital-outcomes-and-specialists-7/questions/services/minimumLeadTime.yml +26 -0
  26. package/frameworks/digital-outcomes-and-specialists-7/questions/services/multiqIncentivePayments.yml +17 -0
  27. package/frameworks/digital-outcomes-and-specialists-7/questions/services/participantRecruitmentLocations.yml +34 -0
  28. package/frameworks/digital-outcomes-and-specialists-7/questions/services/recruitParticipantsBasedOnList.yml +18 -0
  29. package/frameworks/digital-outcomes-and-specialists-7/questions/services/whatUserResearchServices.yml +14 -0
  30. package/package.json +1 -1
  31. package/requirements-dev.txt +5 -4
  32. package/requirements.in +2 -2
  33. package/requirements.txt +4 -3
  34. package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/provideCapabilityComment.yml +0 -18
@@ -1,17 +1,17 @@
1
1
  -
2
- name: Provide capability
2
+ name: Capability & Capacity
3
3
  editable: True
4
4
  questions:
5
- - provideCapability
5
+ - multiqDemonstrateCapabilityAndCapacity
6
6
 
7
7
  -
8
- name: Deliver capability
8
+ name: Quality & innovation
9
9
  editable: True
10
10
  questions:
11
- - deliverCapability
11
+ - multiqDemonstrateQualityAndInnovation
12
12
 
13
13
  -
14
- name: Describe capability partner
14
+ name: Continuous Improvement and Knowledge transfer
15
15
  editable: True
16
16
  questions:
17
- - describeCapabilityPartner
17
+ - multiqContinuousImprovementAndKnowledgeTransfer
@@ -236,6 +236,28 @@
236
236
  - complyWithMrsCodeOfConduct
237
237
  - multiqIcoRegistered
238
238
 
239
+ - name: Recruitment approach
240
+ editable: False
241
+ questions:
242
+ - howYouRecruitParticipants
243
+ - recruitParticipantsBasedOnList
244
+
245
+ - name: Booking
246
+ editable: False
247
+ questions:
248
+ - minimumLeadTime
249
+
250
+ - name: Incentives
251
+ editable: False
252
+ questions:
253
+ - multiqIncentivePayments
254
+ - howQuickToMakeIncentivePayments
255
+
256
+ - name: Location
257
+ editable: False
258
+ questions:
259
+ - participantRecruitmentLocations
260
+
239
261
  - name: Types of user research studios
240
262
  editable: False
241
263
  questions:
@@ -264,6 +264,28 @@
264
264
  - complyWithMrsCodeOfConduct
265
265
  - multiqIcoRegistered
266
266
 
267
+ - name: Recruitment approach
268
+ editable: True
269
+ questions:
270
+ - howYouRecruitParticipants
271
+ - recruitParticipantsBasedOnList
272
+
273
+ - name: Booking
274
+ editable: True
275
+ questions:
276
+ - minimumLeadTime
277
+
278
+ - name: Incentives
279
+ editable: True
280
+ questions:
281
+ - multiqIncentivePayments
282
+ - howQuickToMakeIncentivePayments
283
+
284
+ - name: Location
285
+ editable: True
286
+ questions:
287
+ - participantRecruitmentLocations
288
+
267
289
  - name: Types of user research studios
268
290
  editable: True
269
291
  questions:
@@ -308,6 +308,28 @@
308
308
  - complyWithMrsCodeOfConduct
309
309
  - multiqIcoRegistered
310
310
 
311
+ - name: Recruitment approach
312
+ editable: True
313
+ questions:
314
+ - howYouRecruitParticipants
315
+ - recruitParticipantsBasedOnList
316
+
317
+ - name: Booking
318
+ editable: True
319
+ questions:
320
+ - minimumLeadTime
321
+
322
+ - name: Incentives
323
+ editable: True
324
+ questions:
325
+ - multiqIncentivePayments
326
+ - howQuickToMakeIncentivePayments
327
+
328
+ - name: Location
329
+ editable: True
330
+ questions:
331
+ - participantRecruitmentLocations
332
+
311
333
  - name: Types of user research studios
312
334
  editable: True
313
335
  questions:
@@ -1,20 +1,20 @@
1
1
  -
2
- name: Provide capability
2
+ name: Capability & Capacity
3
3
  editable: True
4
4
  questions:
5
- - provideCapabilityComment
6
- - provideCapabilityScore
5
+ - demonstrateCapabilityAndCapacityComment
6
+ - demonstrateCapabilityAndCapacityScore
7
7
 
8
8
  -
9
- name: Deliver capability
9
+ name: Quality & innovation
10
10
  editable: True
11
11
  questions:
12
- - deliverCapabilityComment
13
- - deliverCapabilityScore
12
+ - demonstrateQualityAndInnovationComment
13
+ - demonstrateQualityAndInnovationScore
14
14
 
15
15
  -
16
- name: Describe capability partner
16
+ name: Continuous Improvement and Knowledge transfer
17
17
  editable: True
18
18
  questions:
19
- - describeCapabilityPartnerComment
20
- - describeCapabilityPartnerScore
19
+ - continuousImprovementAndKnowledgeTransferComment
20
+ - continuousImprovementAndKnowledgeTransferScore
@@ -1,4 +1,4 @@
1
- question: Comments for "How will you deliver the capability?"
1
+ question: Comment for "You are required to demonstrate how your organisation will collaborate through the contract lifecycle"
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -1,4 +1,4 @@
1
- question: Score for "How will you provide the capability?"
1
+ question: Score for "You are required to demonstrate how your organisation will collaborate through the contract lifecycle"
2
2
  depends:
3
3
  - "on": "lot"
4
4
  being:
@@ -1,4 +1,4 @@
1
- question: Describe the partner who will deliver the capability?
1
+ question: Demonstrate how your organisation will maintain required delivery capability and service levels to meet buyer satisfaction within a complex environment of fluctuating demand
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -13,6 +13,3 @@ validations:
13
13
  -
14
14
  name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
-
17
- - name: under_character_limit
18
- message: Your answer must be no longer than 5000 characters.
@@ -1,4 +1,4 @@
1
- question: Comment for "Describe the partner who will deliver the capability?"
1
+ question: Comments for "You are required to demonstrate how you will manage constant demand for Digital Resource from one or more Buyers for a range of Small Medium and or Large Programs"
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -1,4 +1,4 @@
1
- question: Score for "How will you deliver the capability?"
1
+ question: Score for "You are required to demonstrate how you will manage constant demand for Digital Resource from one or more Buyers for a range of Small Medium and or Large Programs"
2
2
  depends:
3
3
  - "on": "lot"
4
4
  being:
@@ -0,0 +1,15 @@
1
+ question: Demonstrate how will you ensure that capable and skilled resources are available to identify and assess customer requirements and propose appropriate solutions while managing risk
2
+ type: textbox_large
3
+ max_length_in_words: 500
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - digital-capability-and-delivery-partner
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: 'You need to answer this question'
13
+ -
14
+ name: under_500_words
15
+ message: Your answer must be no more than 500 words
@@ -0,0 +1,15 @@
1
+ question: Demonstrate how you will identify and implement opportunities for better ways of working throughout a Call-Off Contract term, describing tools and techniques used to communicate with the Buyer and other suppliers and ensure development and delivery of continuous improvement and innovation
2
+ type: textbox_large
3
+ max_length_in_words: 500
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - digital-capability-and-delivery-partner
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: 'You need to answer this question'
13
+ -
14
+ name: under_500_words
15
+ message: Your answer must be no more than 500 words
@@ -0,0 +1,15 @@
1
+ question: Demonstrate how you will ensure your staff deployed on assignments under this framework are at the forefront of current thinking and practises to address public sector buyer requirements and how you transfer this knowledge throughout your organisation
2
+ type: textbox_large
3
+ max_length_in_words: 500
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - digital-capability-and-delivery-partner
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: 'You need to answer this question'
13
+ -
14
+ name: under_500_words
15
+ message: Your answer must be no more than 500 words
@@ -0,0 +1,15 @@
1
+ question: Demonstrate how your organisation, listing all tools and techniques that will be used, will effectively transfer knowledge attained through a contracts lifecycle to all required stakeholders within a buyers organisation
2
+ type: textbox_large
3
+ max_length_in_words: 500
4
+ depends:
5
+ - "on": "lot"
6
+ being:
7
+ - digital-capability-and-delivery-partner
8
+
9
+ validations:
10
+ -
11
+ name: answer_required
12
+ message: 'You need to answer this question'
13
+ -
14
+ name: under_500_words
15
+ message: Your answer must be no more than 500 words
@@ -1,4 +1,4 @@
1
- question: How will you provide the capability?
1
+ question: Demonstrate how you will ensure quality in the delivery of artefacts and maintain quality through the life of call off contracts to meet buyers requirements
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -13,6 +13,3 @@ validations:
13
13
  -
14
14
  name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
-
17
- - name: under_character_limit
18
- message: Your answer must be no longer than 5000 characters.
@@ -1,4 +1,4 @@
1
- question: How will you deliver the capability?
1
+ question: Comment for "You are required to demonstrate how you will deliver quality and innovative outputs to the Buyer"
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -1,4 +1,4 @@
1
- question: Score for "Describe the partner who will deliver the capability?""
1
+ question: Score for "You are required to demonstrate how you will deliver quality and innovative outputs to the Buyer"
2
2
  depends:
3
3
  - "on": "lot"
4
4
  being:
@@ -0,0 +1,11 @@
1
+ name: You are required to demonstrate how your organisation will collaborate through the contract lifecycle
2
+ question: You are required to demonstrate how your organisation will collaborate through the contract lifecycle
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - digital-capability-and-delivery-partner
7
+
8
+ type: multiquestion
9
+ questions:
10
+ - demonstrateContinuousImprovement
11
+ - demonstrateKnowledgeTransfer
@@ -0,0 +1,11 @@
1
+ name: You are required to demonstrate how you will manage constant demand for Digital Resource from one or more Buyers for a range of Small Medium and or Large Programs
2
+ question: You are required to demonstrate how you will manage constant demand for Digital Resource from one or more Buyers for a range of Small Medium and or Large Programs
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - digital-capability-and-delivery-partner
7
+
8
+ type: multiquestion
9
+ questions:
10
+ - demonstrateCapacity
11
+ - demonstrateCapability
@@ -0,0 +1,11 @@
1
+ name: You are required to demonstrate how you will deliver quality and innovative outputs to the Buyer
2
+ question: You are required to demonstrate how you will deliver quality and innovative outputs to the Buyer
3
+ depends:
4
+ - "on": "lot"
5
+ being:
6
+ - digital-capability-and-delivery-partner
7
+
8
+ type: multiquestion
9
+ questions:
10
+ - demonstrateQuality
11
+ - demonstrateInnovation
@@ -0,0 +1,28 @@
1
+ name: How quick to make incentive payments
2
+ question: How quickly do you guarantee to make incentive payments to participants?
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: Within 2 working days
17
+ value: 2-working-days
18
+ - label: Within 5 working days
19
+ value: 5-working-days
20
+ - label: Within 10 working days
21
+ value: 10-working-days
22
+ - label: Over 10 working days
23
+ value: over-10-working-days
24
+
25
+ validations:
26
+ -
27
+ name: answer_required
28
+ message: Select how quickly you guarantee to make incentive payments to participants
@@ -0,0 +1,26 @@
1
+ name: How you recruit participants
2
+ question: How do you recruit participants?
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: Entirely offline
17
+ value: offline
18
+ - label: Initial recruitment offline, but then contact them online
19
+ value: offline-and-online
20
+ - label: Entirely online
21
+ value: online
22
+
23
+ validations:
24
+ -
25
+ name: answer_required
26
+ message: Select how you recruit participants
@@ -0,0 +1,31 @@
1
+ name: Incentive payments
2
+ question: How do you make incentive payments to participants?
3
+ hint: Select all that apply
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+ depends_on_follow_up:
11
+ whatUserResearchServices:
12
+ - user-research-participants
13
+
14
+ type: checkboxes
15
+
16
+ options:
17
+ - label: BACS
18
+ - label: PayPal
19
+ - label: Digital vouchers
20
+ - label: Physical vouchers
21
+ - label: Charity donations
22
+ - label: Other
23
+
24
+ followup:
25
+ incentivePaymentsOther:
26
+ - Other
27
+
28
+ validations:
29
+ -
30
+ name: answer_required
31
+ message: Select how you make incentive payments to participants
@@ -0,0 +1,19 @@
1
+ name: Other ways you make incentive payments
2
+ question: Specify the other ways you make incentive payments to participants
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: textbox_large
10
+ max_length_in_words: 200
11
+ hidden: true
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter the other ways you make incentive payments to participants
16
+ - name: under_200_words
17
+ message: "Your answer must be no more than 200 words"
18
+ - name: under_character_limit
19
+ message: "Your answer must be no more than 2000 characters"
@@ -0,0 +1,26 @@
1
+ name: Minimum lead time you need for participant recruitment
2
+ question: What is the minimum lead time you need for participant recruitment?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - user-research-studios-and-participants
8
+
9
+ type: radios
10
+
11
+ options:
12
+ - label: "1 week"
13
+ - label: "2 weeks"
14
+ - label: "3 weeks"
15
+ - label: "1 month"
16
+ - label: "6 weeks"
17
+ - label: "More than 6 weeks"
18
+
19
+ depends_on_follow_up:
20
+ whatUserResearchServices:
21
+ - user-research-participants
22
+
23
+ validations:
24
+ -
25
+ name: answer_required
26
+ message: Select the minimum lead time you need for participant recruitment
@@ -0,0 +1,17 @@
1
+ name: Incentive payments
2
+ question: ""
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: multiquestion
14
+
15
+ questions:
16
+ - incentivePayments
17
+ - incentivePaymentsOther
@@ -0,0 +1,34 @@
1
+ name: Participant requirement locations
2
+ question: Where can you recruit participants from?
3
+ hint: Select all that apply
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - user-research-studios-and-participants
9
+
10
+ depends_on_follow_up:
11
+ whatUserResearchServices:
12
+ - user-research-participants
13
+
14
+ type: checkboxes
15
+
16
+ options:
17
+ - label: North East England
18
+ - label: North West England
19
+ - label: Yorkshire and the Humber
20
+ - label: East Midlands
21
+ - label: West Midlands
22
+ - label: East of England
23
+ - label: London
24
+ - label: South East England
25
+ - label: South West England
26
+ - label: Scotland
27
+ - label: Wales
28
+ - label: Northern Ireland
29
+ - label: International (outside the UK)
30
+
31
+ validations:
32
+ -
33
+ name: answer_required
34
+ message: Select the locations where you can recruit participants from
@@ -0,0 +1,18 @@
1
+ name: Recruit participants based on a list
2
+ question: Are you willing to recruit participants based on a list provided to you by the buyer?
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: boolean
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: Select if you are willing to recruit participants based on a list
@@ -31,6 +31,18 @@ dependent_follow_up:
31
31
  - user-research-participants
32
32
  icoRegistered:
33
33
  - user-research-participants
34
+ howYouRecruitParticipants:
35
+ - user-research-participants
36
+ recruitParticipantsBasedOnList:
37
+ - user-research-participants
38
+ minimumLeadTime:
39
+ - user-research-participants
40
+ incentivePayments:
41
+ - user-research-participants
42
+ howQuickToMakeIncentivePayments:
43
+ - user-research-participants
44
+ participantRecruitmentLocations:
45
+ - user-research-participants
34
46
  whatTypesOfUserResearchStudio:
35
47
  - user-research-studios
36
48
  tradeOrIndustryBodies:
@@ -131,6 +143,8 @@ dependent_follow_up_followup:
131
143
  - user-research-participants
132
144
  icoRegistrationReference:
133
145
  - user-research-participants
146
+ incentivePaymentsOther:
147
+ - user-research-participants
134
148
  tradeOrIndustryBodiesOther:
135
149
  - user-research-studios
136
150
  virtualStudioStreamingPlatform:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.8.0",
3
+ "version": "3.10.0",
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"
@@ -30,13 +30,13 @@ cachelib==0.13.0
30
30
  # via
31
31
  # -r requirements.txt
32
32
  # flask-session
33
- ccs-digitalmarketplace-apiclient==25.11.0
33
+ ccs-digitalmarketplace-apiclient==27.3.0
34
34
  # via
35
35
  # -r requirements.txt
36
36
  # ccs-digitalmarketplace-utils
37
- ccs-digitalmarketplace-content-loader==11.10.0
37
+ ccs-digitalmarketplace-content-loader==11.11.0
38
38
  # via -r requirements.txt
39
- ccs-digitalmarketplace-utils==68.0.0
39
+ ccs-digitalmarketplace-utils==68.1.0
40
40
  # via
41
41
  # -r requirements.txt
42
42
  # ccs-digitalmarketplace-content-loader
@@ -85,6 +85,7 @@ flake8==7.1.1
85
85
  flask==3.0.3
86
86
  # via
87
87
  # -r requirements.txt
88
+ # ccs-digitalmarketplace-apiclient
88
89
  # ccs-digitalmarketplace-content-loader
89
90
  # ccs-digitalmarketplace-utils
90
91
  # flask-gzip
@@ -115,7 +116,7 @@ govuk-country-register==0.5.0
115
116
  # via
116
117
  # -r requirements.txt
117
118
  # ccs-digitalmarketplace-utils
118
- hypothesis==6.115.5
119
+ hypothesis==6.116.0
119
120
  # via -r requirements-dev.in
120
121
  idna==3.7
121
122
  # via
package/requirements.in CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==2.0
3
3
  python-json-logger==2.0.7
4
- ccs-digitalmarketplace-content-loader==11.10.0
5
- ccs-digitalmarketplace-utils==68.0.0
4
+ ccs-digitalmarketplace-content-loader==11.11.0
5
+ ccs-digitalmarketplace-utils==68.1.0
package/requirements.txt CHANGED
@@ -16,11 +16,11 @@ botocore==1.34.144
16
16
  # s3transfer
17
17
  cachelib==0.13.0
18
18
  # via flask-session
19
- ccs-digitalmarketplace-apiclient==25.11.0
19
+ ccs-digitalmarketplace-apiclient==27.3.0
20
20
  # via ccs-digitalmarketplace-utils
21
- ccs-digitalmarketplace-content-loader==11.10.0
21
+ ccs-digitalmarketplace-content-loader==11.11.0
22
22
  # via -r requirements.in
23
- ccs-digitalmarketplace-utils==68.0.0
23
+ ccs-digitalmarketplace-utils==68.1.0
24
24
  # via
25
25
  # -r requirements.in
26
26
  # ccs-digitalmarketplace-content-loader
@@ -46,6 +46,7 @@ docopt==0.6.2
46
46
  # notifications-python-client
47
47
  flask==3.0.3
48
48
  # via
49
+ # ccs-digitalmarketplace-apiclient
49
50
  # ccs-digitalmarketplace-content-loader
50
51
  # ccs-digitalmarketplace-utils
51
52
  # flask-gzip
@@ -1,18 +0,0 @@
1
- question: Comment for "How will you provide the capability?"
2
- type: textbox_large
3
- max_length_in_words: 500
4
- depends:
5
- - "on": "lot"
6
- being:
7
- - digital-capability-and-delivery-partner
8
-
9
- validations:
10
- -
11
- name: answer_required
12
- message: 'You need to answer this question'
13
- -
14
- name: under_500_words
15
- message: Your answer must be no more than 500 words
16
-
17
- - name: under_character_limit
18
- message: Your answer must be no longer than 5000 characters.