ccs-digitalmarketplace-frameworks 5.2.2 → 5.2.4
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/g-cloud-15/manifests/edit_additional_lot_questions.yml +1 -2
- package/frameworks/g-cloud-15/questions/additional-lot-questions/{highLevelProcedureForContractualExitPaasAndSaas.yml → highLevelProcedureForContractualExit.yml} +1 -1
- package/frameworks/g-cloud-15/questions/lot-pricing-questions/discountPercentageLot1.yml +5 -3
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/additional-lot-questions/highLevelProcedureForContractualExitPaasAndSaasAboveOfficial.yml +0 -27
|
@@ -33,8 +33,7 @@
|
|
|
33
33
|
- alsoBiddingLot3
|
|
34
34
|
- adhereToNCSCGuidance
|
|
35
35
|
- policiesAndControlsInPlace
|
|
36
|
-
-
|
|
37
|
-
- highLevelProcedureForContractualExitPaasAndSaas
|
|
36
|
+
- highLevelProcedureForContractualExit
|
|
38
37
|
- howYouEngageInChangeOfService
|
|
39
38
|
|
|
40
39
|
-
|
|
@@ -4,7 +4,7 @@ name: Your high level procedure for customer contractual exit
|
|
|
4
4
|
question: |
|
|
5
5
|
<legend class="govuk-fieldset__legend--m">
|
|
6
6
|
Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
|
|
7
|
-
Reference 7.6 (Exit Planning in Lot 1a) of Framework Schedule 1 - Specification
|
|
7
|
+
Reference 7.6 (Exit Planning in Lot 1a) or Reference 8.7 (Exit Planning in Lot 1b) of Framework Schedule 1 - Specification as relevant
|
|
8
8
|
</legend>
|
|
9
9
|
|
|
10
10
|
question_advice: >
|
|
@@ -26,10 +26,12 @@ unit_position: "after"
|
|
|
26
26
|
limits:
|
|
27
27
|
min_value: 0
|
|
28
28
|
max_value: 100
|
|
29
|
-
|
|
29
|
+
max_decimal_places: 2
|
|
30
30
|
|
|
31
31
|
validations:
|
|
32
32
|
- name: answer_required
|
|
33
|
-
message: You must provide a percentage discount
|
|
33
|
+
message: You must provide a percentage discount between 0 and 100
|
|
34
34
|
- name: not_a_number
|
|
35
|
-
message: You must provide a percentage discount
|
|
35
|
+
message: You must provide a percentage discount between 0 and 100
|
|
36
|
+
- name: exceeded_allowed_decimal_places
|
|
37
|
+
message: The percentage must have a maximum of 2 decimal places
|
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
id: highLevelProcedureForContractualExit
|
|
2
|
-
name: Your high level procedure for customer contractual exit
|
|
3
|
-
|
|
4
|
-
question: |
|
|
5
|
-
<legend class="govuk-fieldset__legend--m">
|
|
6
|
-
Please describe in no more than 250 words your high level procedure for customer contractual exit.<br>
|
|
7
|
-
Reference 8.7 (Exit Planning in Lot 1b) of Framework Schedule 1 - Specification
|
|
8
|
-
</legend>
|
|
9
|
-
|
|
10
|
-
question_advice: >
|
|
11
|
-
You may refer to publicly available documents where relevant, but must describe the content to show your high level procedure
|
|
12
|
-
|
|
13
|
-
depends:
|
|
14
|
-
- "on": route
|
|
15
|
-
being:
|
|
16
|
-
- cloud-hosting
|
|
17
|
-
|
|
18
|
-
type: textbox_large
|
|
19
|
-
max_length_in_words: 250
|
|
20
|
-
|
|
21
|
-
validations:
|
|
22
|
-
- name: answer_required
|
|
23
|
-
message: You must enter your procedure
|
|
24
|
-
- name: under_250_words
|
|
25
|
-
message: Your answer must be no more than 250 words
|
|
26
|
-
- name: under_character_limit
|
|
27
|
-
message: Your answer must be no more than 2500 characters
|