ccs-digitalmarketplace-frameworks 4.7.3 → 4.7.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_technical_ability_certificate.yml +12 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerContactName.yml +20 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerEmail.yml +21 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerJobTitle.yml +20 -0
- package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerOrganisation.yml +20 -0
- package/package.json +1 -1
|
@@ -17,3 +17,15 @@
|
|
|
17
17
|
- tacLot2a
|
|
18
18
|
- tacLot2b
|
|
19
19
|
- tacLot3
|
|
20
|
+
|
|
21
|
+
-
|
|
22
|
+
name: Customer information
|
|
23
|
+
slug: customer-information
|
|
24
|
+
editable: True
|
|
25
|
+
description: >
|
|
26
|
+
<div class="govuk-inset-text">This customer will be contacted to confirm the information you provided in the TAC is correct. Please ensure your customer is aware they will be contacted for their signature. You will not be able to submit your application if the TAC is not signed.</div>
|
|
27
|
+
questions:
|
|
28
|
+
- customerOrganisation
|
|
29
|
+
- customerContactName
|
|
30
|
+
- customerJobTitle
|
|
31
|
+
- customerEmail
|
package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerContactName.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Customer contact name
|
|
2
|
+
question: Customer contact name
|
|
3
|
+
type: text
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
max_length_in_characters: 200
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: You must enter the customer contact name with a maximum of 200 characters
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: You must enter the customer contact name with a maximum of 200 characters
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: Customer email
|
|
2
|
+
question: Customer email
|
|
3
|
+
type: text
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
limits:
|
|
15
|
+
format: email
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
message: You must enter an email address in the correct format, like name@example.com
|
|
20
|
+
- name: invalid_format
|
|
21
|
+
message: You must enter an email address in the correct format, like name@example.com
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Job title
|
|
2
|
+
question: Job title
|
|
3
|
+
type: text
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
max_length_in_characters: 200
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: You must enter a Job title with a maximum of 200 characters
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: You must enter a Job title with a maximum of 200 characters
|
package/frameworks/g-cloud-15/questions/technical-ability-certificates/customerOrganisation.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Customer organisation
|
|
2
|
+
question: Customer organisation
|
|
3
|
+
type: text
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
max_length_in_characters: 200
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: You must enter the customer organisation with a maximum of 200 characters
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: You must enter the customer organisation with a maximum of 200 characters
|