ccs-digitalmarketplace-frameworks 4.11.7 → 4.11.8

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 (30) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +6 -0
  2. package/frameworks/g-cloud-15/manifests/edit_submission.yml +6 -0
  3. package/frameworks/g-cloud-15/questions/services/cloudDeploymentModel.yml +26 -0
  4. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupport.yml +34 -0
  5. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportAccessibility.yml +23 -0
  6. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportPriority.yml +18 -0
  7. package/frameworks/g-cloud-15/questions/services/emailOrTicketingSupportResponseTimes.yml +20 -0
  8. package/frameworks/g-cloud-15/questions/services/multiqEmailOrTicketingSupport.yml +15 -0
  9. package/frameworks/g-cloud-15/questions/services/multiqPhoneSupport.yml +12 -0
  10. package/frameworks/g-cloud-15/questions/services/multiqReselling.yml +1 -0
  11. package/frameworks/g-cloud-15/questions/services/multiqServiceAddOn.yml +12 -0
  12. package/frameworks/g-cloud-15/questions/services/multiqServiceFeaturesAndBenefitsHostingAndSoftware.yml +1 -0
  13. package/frameworks/g-cloud-15/questions/services/multiqWebChatSupport.yml +15 -0
  14. package/frameworks/g-cloud-15/questions/services/phoneSupport.yml +17 -0
  15. package/frameworks/g-cloud-15/questions/services/phoneSupportAvailability.yml +22 -0
  16. package/frameworks/g-cloud-15/questions/services/resellingOrganisations.yml +1 -0
  17. package/frameworks/g-cloud-15/questions/services/resellingType.yml +1 -0
  18. package/frameworks/g-cloud-15/questions/services/serviceAddOnDetails.yml +19 -0
  19. package/frameworks/g-cloud-15/questions/services/serviceAddOnType.yml +25 -0
  20. package/frameworks/g-cloud-15/questions/services/serviceBenefitsHostingAndSoftware.yml +1 -0
  21. package/frameworks/g-cloud-15/questions/services/serviceConstraintsHostingAndSoftware.yml +1 -0
  22. package/frameworks/g-cloud-15/questions/services/serviceFeaturesHostingAndSoftware.yml +1 -0
  23. package/frameworks/g-cloud-15/questions/services/supportMultiCloud.yml +13 -0
  24. package/frameworks/g-cloud-15/questions/services/systemRequirements.yml +1 -0
  25. package/frameworks/g-cloud-15/questions/services/webChatSupport.yml +38 -0
  26. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibility.yml +27 -0
  27. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityDescription.yml +21 -0
  28. package/frameworks/g-cloud-15/questions/services/webChatSupportAccessibilityTesting.yml +19 -0
  29. package/frameworks/g-cloud-15/questions/services/webChatSupportAvailability.yml +22 -0
  30. package/package.json +1 -1
@@ -9,6 +9,7 @@
9
9
  questions:
10
10
  - serviceName
11
11
  - serviceDescription
12
+ - supportMultiCloud
12
13
 
13
14
  - name: Service features and benefits
14
15
  editable: True
@@ -18,6 +19,8 @@
18
19
  - name: Service scope
19
20
  editable: True
20
21
  questions:
22
+ - multiqServiceAddOn
23
+ - cloudDeploymentModel
21
24
  - serviceConstraintsHostingAndSoftware
22
25
  - systemRequirements
23
26
 
@@ -29,6 +32,9 @@
29
32
  - name: User support
30
33
  editable: True
31
34
  questions:
35
+ - multiqEmailOrTicketingSupport
36
+ - multiqPhoneSupport
37
+ - multiqWebChatSupport
32
38
  - supportAvailableToThirdParty
33
39
 
34
40
  - name: How users work with your service
@@ -15,6 +15,7 @@
15
15
  edit_questions: True
16
16
  questions:
17
17
  - serviceDescription
18
+ - supportMultiCloud
18
19
 
19
20
  - name: Service features and benefits
20
21
  editable: False
@@ -26,6 +27,8 @@
26
27
  editable: False
27
28
  edit_questions: True
28
29
  questions:
30
+ - multiqServiceAddOn
31
+ - cloudDeploymentModel
29
32
  - serviceConstraintsHostingAndSoftware
30
33
  - systemRequirements
31
34
 
@@ -39,6 +42,9 @@
39
42
  editable: False
40
43
  edit_questions: True
41
44
  questions:
45
+ - multiqEmailOrTicketingSupport
46
+ - multiqPhoneSupport
47
+ - multiqWebChatSupport
42
48
  - supportAvailableToThirdParty
43
49
 
44
50
  - name: How users work with your service
@@ -0,0 +1,26 @@
1
+ name: Cloud deployment model
2
+ question: Is the service a public, private, community or hybrid cloud service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: checkboxes
10
+ options:
11
+ - label: Public cloud
12
+ value: public
13
+ filter_label: public cloud
14
+ - label: Private cloud
15
+ value: private
16
+ filter_label: private cloud
17
+ - label: Community cloud
18
+ value: community
19
+ filter_label: community cloud
20
+ - label: Hybrid cloud
21
+ value: hybrid
22
+ filter_label: hybrid cloud
23
+
24
+ validations:
25
+ - name: answer_required
26
+ message: Select a service type.
@@ -0,0 +1,34 @@
1
+ name: Email or online ticketing support
2
+ question: Do you provide email or online ticketing support?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ followup:
9
+ emailOrTicketingSupportResponseTimes:
10
+ - "yes"
11
+ - yes_extra_cost
12
+ emailOrTicketingSupportPriority:
13
+ - "yes"
14
+ - yes_extra_cost
15
+
16
+ type: radios
17
+ options:
18
+ - label: "Yes"
19
+ value: "yes"
20
+ filter_label: "email or online ticketing"
21
+ derived_from:
22
+ question: emailOrTicketingSupport
23
+ any_of:
24
+ - yes_extra_cost
25
+ - label: Yes, at extra cost
26
+ value: yes_extra_cost
27
+ filter_ignore: true
28
+ - label: "No"
29
+ value: "no"
30
+ filter_ignore: true
31
+
32
+ validations:
33
+ - name: answer_required
34
+ message: Select the type of email or ticketing support you offer.
@@ -0,0 +1,23 @@
1
+ name: Online ticketing support accessibility
2
+ question: What accessibility standards does your online ticketing support management meet?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+
10
+ type: radios
11
+ options:
12
+ - label: WCAG 2.1 AAA
13
+ value: wcag_aaa
14
+ - label: WCAG 2.1 AA or EN 301 549
15
+ value: wcag_aa
16
+ - label: WCAG 2.1 A
17
+ value: wcag_a
18
+ - label: None or don’t know
19
+ value: none
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: Select what accessibility standards your online ticketing support management meets.
@@ -0,0 +1,18 @@
1
+ name: User can manage status and priority of support tickets
2
+ question: Can users manage the status and priority of their support tickets?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+
10
+ followup:
11
+ emailOrTicketingSupportAccessibility:
12
+ - true
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Select yes if users can manage the status and priority of their support tickets.
@@ -0,0 +1,20 @@
1
+ name: Support response times
2
+ question: How quickly do you respond to questions?
3
+ question_advice: Say if response times are different at weekends.
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - isaas
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 100
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter how quickly you respond to questions.
17
+ - name: under_100_words
18
+ message: Description must be 100 words or fewer.
19
+ - name: under_character_limit
20
+ message: Description must be 1000 characters or fewer.
@@ -0,0 +1,15 @@
1
+ name: Email or ticketing support
2
+ question: Email or ticketing support
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - emailOrTicketingSupport
12
+ - emailOrTicketingSupportResponseTimes
13
+ - emailOrTicketingSupportPriority
14
+ - emailOrTicketingSupportAccessibility
15
+
@@ -0,0 +1,12 @@
1
+ name: Phone support
2
+ question: Phone support
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - phoneSupport
12
+ - phoneSupportAvailability
@@ -6,6 +6,7 @@ depends:
6
6
  being:
7
7
  - iaas-and-paas
8
8
  - iaas-and-paas-above-official
9
+ - isaas
9
10
 
10
11
  type: multiquestion
11
12
  questions:
@@ -0,0 +1,12 @@
1
+ name: Add-ons and extensions
2
+ question: Add-ons and extensions
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - serviceAddOnType
12
+ - serviceAddOnDetails
@@ -7,6 +7,7 @@ depends:
7
7
  being:
8
8
  - iaas-and-paas
9
9
  - iaas-and-paas-above-official
10
+ - isaas
10
11
 
11
12
  type: multiquestion
12
13
  questions:
@@ -0,0 +1,15 @@
1
+ name: Web chat support
2
+ question: Web chat support
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: multiquestion
10
+ questions:
11
+ - webChatSupport
12
+ - webChatSupportAvailability
13
+ - webChatSupportAccessibility
14
+ - webChatSupportAccessibilityDescription
15
+ - webChatSupportAccessibilityTesting
@@ -0,0 +1,17 @@
1
+ name: Phone support
2
+ filter_label: phone
3
+ question: Do you provide phone support?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+ followup:
10
+ phoneSupportAvailability:
11
+ - true
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Select yes if you provide phone support.
@@ -0,0 +1,22 @@
1
+ name: Phone support availability
2
+ question: When can users get phone support?
3
+ question_advice: Choose the closest match to your phone support hours.
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - isaas
10
+
11
+ type: radios
12
+ options:
13
+ - label: 24 hours, 7 days a week
14
+ value: "24_7"
15
+ - label: 9 to 5 (UK time), 7 days a week
16
+ value: 9_to_5_7_days
17
+ - label: 9 to 5 (UK time), Monday to Friday
18
+ value: 9_to_5_mon_to_fri
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Select when users can get phone support.
@@ -7,6 +7,7 @@ depends:
7
7
  being:
8
8
  - iaas-and-paas
9
9
  - iaas-and-paas-above-official
10
+ - isaas
10
11
 
11
12
  type: text
12
13
  max_length_in_words: 10
@@ -6,6 +6,7 @@ depends:
6
6
  being:
7
7
  - iaas-and-paas
8
8
  - iaas-and-paas-above-official
9
+ - isaas
9
10
 
10
11
  followup:
11
12
  resellingOrganisations:
@@ -0,0 +1,19 @@
1
+ name: What software services is the service an extension to
2
+ question: What other software services is your service an extension to?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 50
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter the other software services your service is an extension to.
16
+ - name: under_50_words
17
+ message: Description must be 50 words or fewer.
18
+ - name: under_character_limit
19
+ message: Description must be 500 characters or fewer.
@@ -0,0 +1,25 @@
1
+ name: Software add-on or extension
2
+ question: Is your service an add-on or extension to other software services?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ followup:
10
+ serviceAddOnDetails:
11
+ - "yes"
12
+ - yes_but_can_standalone
13
+
14
+ type: radios
15
+ options:
16
+ - label: "Yes"
17
+ value: "yes"
18
+ - label: Yes, but can also be used as a standalone service
19
+ value: yes_but_can_standalone
20
+ - label: "No"
21
+ value: "no"
22
+
23
+ validations:
24
+ - name: answer_required
25
+ message: Select if your service is an add-on or extension to other software services.
@@ -11,6 +11,7 @@ depends:
11
11
  being:
12
12
  - iaas-and-paas
13
13
  - iaas-and-paas-above-official
14
+ - isaas
14
15
 
15
16
  type: list
16
17
  list_item_name: service benefit
@@ -8,6 +8,7 @@ depends:
8
8
  being:
9
9
  - iaas-and-paas
10
10
  - iaas-and-paas-above-official
11
+ - isaas
11
12
 
12
13
  type: textbox_large
13
14
  max_length_in_words: 100
@@ -9,6 +9,7 @@ depends:
9
9
  being:
10
10
  - iaas-and-paas
11
11
  - iaas-and-paas-above-official
12
+ - isaas
12
13
 
13
14
  type: list
14
15
  list_item_name: service feature
@@ -0,0 +1,13 @@
1
+ name: Multi cloud support
2
+ question: Does your service support Multi-cloud?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ type: boolean
10
+
11
+ validations:
12
+ - name: answer_required
13
+ message: Select yes if there is an API for your service.
@@ -10,6 +10,7 @@ depends:
10
10
  being:
11
11
  - iaas-and-paas
12
12
  - iaas-and-paas-above-official
13
+ - isaas
13
14
 
14
15
  list_item_name: system requirement
15
16
  type: list
@@ -0,0 +1,38 @@
1
+ name: Web chat support
2
+ question: Do you provide web chat support?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+
9
+ followup:
10
+ webChatSupportAvailability:
11
+ - "yes"
12
+ - yes_extra_cost
13
+ webChatSupportAccessibility:
14
+ - "yes"
15
+ - yes_extra_cost
16
+ webChatSupportAccessibilityTesting:
17
+ - "yes"
18
+ - yes_extra_cost
19
+
20
+ type: radios
21
+ options:
22
+ - label: "Yes"
23
+ value: "yes"
24
+ filter_label: "web chat"
25
+ derived_from:
26
+ question: webChatSupport
27
+ any_of:
28
+ - yes_extra_cost
29
+ - label: Yes, at an extra cost
30
+ value: yes_extra_cost
31
+ filter_ignore: true
32
+ - label: "No"
33
+ value: "no"
34
+ filter_ignore: true
35
+
36
+ validations:
37
+ - name: answer_required
38
+ message: Select the type of web chat support you provide.
@@ -0,0 +1,27 @@
1
+ name: Web chat support accessibility standard
2
+ question: What accessibility standards does your web chat meet?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+
10
+ followup:
11
+ webChatSupportAccessibilityDescription:
12
+ - none_or_not_sure
13
+
14
+ type: radios
15
+ options:
16
+ - label: WCAG 2.1 AAA
17
+ value: wcag_aaa
18
+ - label: WCAG 2.1 AA or EN 301 549
19
+ value: wcag_aa
20
+ - label: WCAG 2.1 A
21
+ value: wcag_a
22
+ - label: None or don’t know
23
+ value: none_or_not_sure
24
+
25
+ validations:
26
+ - name: answer_required
27
+ message: Select what accessibility standards your web chat meets.
@@ -0,0 +1,21 @@
1
+ name: How the web chat support is accessible
2
+ question: Describe how your web chat is accessible.
3
+ question_advice: >
4
+ Include details of what users can and can’t do.
5
+
6
+ hidden: true
7
+ depends:
8
+ - "on": lot
9
+ being:
10
+ - isaas
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 200
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter description.
18
+ - name: under_200_words
19
+ message: Description must be 200 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,19 @@
1
+ name: Web chat accessibility testing
2
+ question: Describe any web chat testing that you’ve done with assistive technology users.
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 200
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter description.
16
+ - name: under_200_words
17
+ message: Description must be 200 words or fewer.
18
+ - name: under_character_limit
19
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,22 @@
1
+ name: Web chat support availability
2
+ question: When can users get web chat support?
3
+ question_advice: Choose the closest match to your web chat support hours.
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - isaas
10
+
11
+ type: radios
12
+ options:
13
+ - label: 24 hours, 7 days a week
14
+ value: "24_7"
15
+ - label: 9 to 5 (UK time), 7 days a week
16
+ value: 9_to_5_7_days
17
+ - label: 9 to 5 (UK time), Monday to Friday
18
+ value: 9_to_5_mon_to_fri
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Select when users can get web chat support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.7",
3
+ "version": "4.11.8",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",