ccs-digitalmarketplace-frameworks 4.11.1 → 4.11.2

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 (31) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_service.yml +6 -0
  2. package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +28 -0
  3. package/frameworks/g-cloud-15/manifests/edit_submission.yml +33 -0
  4. package/frameworks/g-cloud-15/metadata/copy_services.yml +0 -21
  5. package/frameworks/g-cloud-15/questions/services/APIAutomationTools.yml +34 -0
  6. package/frameworks/g-cloud-15/questions/services/APIAutomationToolsOther.yml +23 -0
  7. package/frameworks/g-cloud-15/questions/services/APIDocumentation.yml +18 -0
  8. package/frameworks/g-cloud-15/questions/services/APIDocumentationFormats.yml +26 -0
  9. package/frameworks/g-cloud-15/questions/services/APIHosting.yml +21 -0
  10. package/frameworks/g-cloud-15/questions/services/APIUsage.yml +26 -0
  11. package/frameworks/g-cloud-15/questions/services/commandLineInterface.yml +19 -0
  12. package/frameworks/g-cloud-15/questions/services/commandLineOS.yml +24 -0
  13. package/frameworks/g-cloud-15/questions/services/commandLineUsage.yml +26 -0
  14. package/frameworks/g-cloud-15/questions/services/multiqAPIHosting.yml +18 -0
  15. package/frameworks/g-cloud-15/questions/services/multiqCommandLineInterface.yml +14 -0
  16. package/frameworks/g-cloud-15/questions/services/multiqReselling.yml +13 -0
  17. package/frameworks/g-cloud-15/questions/services/multiqServiceFeaturesAndBenefitsHostingAndSoftware.yml +14 -0
  18. package/frameworks/g-cloud-15/questions/services/multiqWebInterface.yml +16 -0
  19. package/frameworks/g-cloud-15/questions/services/resellingOrganisations.yml +20 -0
  20. package/frameworks/g-cloud-15/questions/services/resellingType.yml +33 -0
  21. package/frameworks/g-cloud-15/questions/services/serviceBenefitsHostingAndSoftware.yml +26 -0
  22. package/frameworks/g-cloud-15/questions/services/serviceConstraintsHostingAndSoftware.yml +21 -0
  23. package/frameworks/g-cloud-15/questions/services/serviceFeaturesHostingAndSoftware.yml +24 -0
  24. package/frameworks/g-cloud-15/questions/services/supportAvailableToThirdParty.yml +15 -0
  25. package/frameworks/g-cloud-15/questions/services/systemRequirements.yml +25 -0
  26. package/frameworks/g-cloud-15/questions/services/webInterface.yml +21 -0
  27. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibility.yml +27 -0
  28. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibilityDescription.yml +24 -0
  29. package/frameworks/g-cloud-15/questions/services/webInterfaceAccessibilityTesting.yml +20 -0
  30. package/frameworks/g-cloud-15/questions/services/webInterfaceUsage.yml +26 -0
  31. package/package.json +1 -1
@@ -16,3 +16,9 @@
16
16
  editable: True
17
17
  questions:
18
18
  - serviceDescription
19
+
20
+ -
21
+ name: Service features and benefits
22
+ editable: True
23
+ questions:
24
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
@@ -9,3 +9,31 @@
9
9
  questions:
10
10
  - serviceName
11
11
  - serviceDescription
12
+
13
+ - name: Service features and benefits
14
+ editable: True
15
+ questions:
16
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
17
+
18
+ - name: Service scope
19
+ editable: True
20
+ questions:
21
+ - serviceConstraintsHostingAndSoftware
22
+ - systemRequirements
23
+
24
+ - name: Reselling
25
+ editable: True
26
+ questions:
27
+ - multiqReselling
28
+
29
+ - name: User support
30
+ editable: True
31
+ questions:
32
+ - supportAvailableToThirdParty
33
+
34
+ - name: How users work with your service
35
+ editable: True
36
+ questions:
37
+ - multiqWebInterface
38
+ - multiqAPIHosting
39
+ - multiqCommandLineInterface
@@ -15,3 +15,36 @@
15
15
  edit_questions: True
16
16
  questions:
17
17
  - serviceDescription
18
+
19
+ - name: Service features and benefits
20
+ editable: False
21
+ edit_questions: True
22
+ questions:
23
+ - multiqServiceFeaturesAndBenefitsHostingAndSoftware
24
+
25
+ - name: Service scope
26
+ editable: False
27
+ edit_questions: True
28
+ questions:
29
+ - serviceConstraintsHostingAndSoftware
30
+ - systemRequirements
31
+
32
+ - name: Reselling
33
+ editable: False
34
+ edit_questions: True
35
+ questions:
36
+ - multiqReselling
37
+
38
+ - name: User support
39
+ editable: False
40
+ edit_questions: True
41
+ questions:
42
+ - supportAvailableToThirdParty
43
+
44
+ - name: How users work with your service
45
+ editable: False
46
+ edit_questions: True
47
+ questions:
48
+ - multiqWebInterface
49
+ - multiqAPIHosting
50
+ - multiqCommandLineInterface
@@ -1,12 +1,6 @@
1
1
  questions_to_exclude:
2
- - APIAutomationTools
3
- - APIAutomationToolsOther
4
- - APIDocumentation
5
- - APIDocumentationFormats
6
- - APIHosting
7
2
  - APISandbox
8
3
  - APISoftware
9
- - APIUsage
10
4
  - QAAndTesting
11
5
  - QAAndTestingDescription
12
6
  - accessRestrictionManagementAndSupport
@@ -28,9 +22,6 @@ questions_to_exclude:
28
22
  - browsersAccess
29
23
  - browsersSupported
30
24
  - cloudDeploymentModel
31
- - commandLineInterface
32
- - commandLineOS
33
- - commandLineUsage
34
25
  - configurationAndChangeManagementProcesses
35
26
  - configurationAndChangeManagementType
36
27
  - covid19Recovery
@@ -127,8 +118,6 @@ questions_to_exclude:
127
118
  - publicSectorNetworks
128
119
  - publicSectorNetworksOther
129
120
  - publicSectorNetworksTypes
130
- - resellingOrganisations
131
- - resellingType
132
121
  - scaling
133
122
  - scalingType
134
123
  - secureDevelopment
@@ -146,18 +135,15 @@ questions_to_exclude:
146
135
  - serviceAddOnDetails
147
136
  - serviceAddOnType
148
137
  - serviceBenefits
149
- - serviceBenefitsHostingAndSoftware
150
138
  - serviceBenefitsSupport
151
139
  - serviceCategories
152
140
  - serviceCategoriesHosting
153
141
  - serviceCategoriesSoftware
154
142
  - serviceCategoriesSupport
155
143
  - serviceConstraints
156
- - serviceConstraintsHostingAndSoftware
157
144
  - serviceConstraintsSupport
158
145
  - serviceDefinitionDocumentURL
159
146
  - serviceFeatures
160
- - serviceFeaturesHostingAndSoftware
161
147
  - serviceFeaturesSupport
162
148
  - serviceInterface
163
149
  - serviceInterfaceAccessibility
@@ -190,10 +176,8 @@ questions_to_exclude:
190
176
  - standardsPCIExclusions
191
177
  - standardsPCIWhen
192
178
  - standardsPCIWho
193
- - supportAvailableToThirdParty
194
179
  - supportLevels
195
180
  - supportMultiCloud
196
- - systemRequirements
197
181
  - tacklingEconomicInequality
198
182
  - termsAndConditionsDocumentURL
199
183
  - training
@@ -222,10 +206,5 @@ questions_to_exclude:
222
206
  - webChatSupportAccessibilityDescription
223
207
  - webChatSupportAccessibilityTesting
224
208
  - webChatSupportAvailability
225
- - webInterface
226
- - webInterfaceAccessibility
227
- - webInterfaceAccessibilityDescription
228
- - webInterfaceAccessibilityTesting
229
- - webInterfaceUsage
230
209
  - wellbeing
231
210
  source_framework: g-cloud-14
@@ -0,0 +1,34 @@
1
+ name: API automation tools
2
+ question: Which standard automation tools work with your service’s API?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ followup:
12
+ APIAutomationToolsOther:
13
+ - other
14
+
15
+ type: checkboxes
16
+ options:
17
+ - label: Ansible
18
+ value: ansible
19
+ - label: Chef
20
+ value: chef
21
+ - label: OpenStack
22
+ value: openstack
23
+ - label: SaltStack
24
+ value: saltstack
25
+ - label: Terraform
26
+ value: terraform
27
+ - label: Puppet
28
+ value: puppet
29
+ - label: Other
30
+ value: other
31
+
32
+ validations:
33
+ - name: answer_required
34
+ message: Select an automation tool.
@@ -0,0 +1,23 @@
1
+ name: Other API automation tools
2
+ question: List any other automation tools your service’s API uses.
3
+
4
+ hidden: true
5
+ optional: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
12
+ list_item_name: API automation tool
13
+ type: list
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter an automation tool.
18
+ - name: under_10_words
19
+ message: Each API automation tool must be 10 words or fewer.
20
+ - name: max_items_limit
21
+ message: You must have 10 or fewer API automation tools.
22
+ - name: under_character_limit
23
+ message: Each API automation tool must be 100 characters or fewer.
@@ -0,0 +1,18 @@
1
+ name: API documentation
2
+ question: Do you provide API documentation for your service?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ followup:
11
+ APIDocumentationFormats:
12
+ - true
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Select yes if you provide API documentation for your service.
@@ -0,0 +1,26 @@
1
+ name: API documentation formats
2
+ question: How is your API documented?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Open API (also known as Swagger)
14
+ value: openapi
15
+ - label: HTML
16
+ value: html
17
+ - label: ODF
18
+ value: odf
19
+ - label: PDF
20
+ value: pdf
21
+ - label: Other
22
+ value: other
23
+
24
+ validations:
25
+ - name: answer_required
26
+ message: Select a format.
@@ -0,0 +1,21 @@
1
+ name: API
2
+ question: Is there an API for your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ APIUsage:
11
+ - true
12
+ APIAutomationTools:
13
+ - true
14
+ APIDocumentation:
15
+ - true
16
+
17
+ type: boolean
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if there is an API for your service.
@@ -0,0 +1,26 @@
1
+ name: What users can and can't do using the API
2
+ question: Describe what users can and can’t do using your API.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - how users can set up the service through the API
7
+ - how users can make changes through the API
8
+ - any limitations to how users can set up or make changes through the API
9
+
10
+ hidden: true
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - iaas-and-paas
15
+ - iaas-and-paas-above-official
16
+
17
+ type: textbox_large
18
+ max_length_in_words: 200
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter description.
23
+ - name: under_200_words
24
+ message: Your answer must be no longer than 200 words.
25
+ - name: under_character_limit
26
+ message: Your answer must be no longer than 2000 characters.
@@ -0,0 +1,19 @@
1
+ name: Command line interface
2
+ question: Is there a command line interface for your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ commandLineOS:
11
+ - true
12
+ commandLineUsage:
13
+ - true
14
+
15
+ type: boolean
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Select yes if there is a command line interface for your service.
@@ -0,0 +1,24 @@
1
+ name: Command line interface compatibility
2
+ question: Which operating systems does your command line interface work with?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: checkboxes
12
+ options:
13
+ - label: Linux or Unix
14
+ value: linux_or_unix
15
+ - label: Windows
16
+ value: windows
17
+ - label: macOS
18
+ value: macos
19
+ - label: Other
20
+ value: other
21
+
22
+ validations:
23
+ - name: answer_required
24
+ message: Select an operating system.
@@ -0,0 +1,26 @@
1
+ name: Using the command line interface
2
+ question: Describe what users can and can’t do using the command line interface.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - how users can set up the service through the command line interface
7
+ - how users can make changes through the command line
8
+ - any limitations to how users can set up or make changes through the command line
9
+
10
+ hidden: true
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - iaas-and-paas
15
+ - iaas-and-paas-above-official
16
+
17
+ type: textbox_large
18
+ max_length_in_words: 200
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter description.
23
+ - name: under_200_words
24
+ message: Your answer must be no longer than 200 words.
25
+ - name: under_character_limit
26
+ message: Your answer must be no longer than 2000 characters.
@@ -0,0 +1,18 @@
1
+ id: multiqAPI
2
+ name: API
3
+ question: API
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: multiquestion
12
+ questions:
13
+ - APIHosting
14
+ - APIUsage
15
+ - APIAutomationTools
16
+ - APIAutomationToolsOther
17
+ - APIDocumentation
18
+ - APIDocumentationFormats
@@ -0,0 +1,14 @@
1
+ name: Command line interface
2
+ question: Command line interface
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - commandLineInterface
13
+ - commandLineOS
14
+ - commandLineUsage
@@ -0,0 +1,13 @@
1
+ name: Supplier type
2
+ question: Supplier type
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - resellingType
13
+ - resellingOrganisations
@@ -0,0 +1,14 @@
1
+ id: multiqServiceFeaturesAndBenefits
2
+ question: Service features and benefits
3
+ name: Service features and benefits
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: multiquestion
12
+ questions:
13
+ - serviceFeaturesHostingAndSoftware
14
+ - serviceBenefitsHostingAndSoftware
@@ -0,0 +1,16 @@
1
+ name: Web interface
2
+ question: Web interface
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - webInterface
13
+ - webInterfaceUsage
14
+ - webInterfaceAccessibility
15
+ - webInterfaceAccessibilityDescription
16
+ - webInterfaceAccessibilityTesting
@@ -0,0 +1,20 @@
1
+ name: Organisation whose services are being resold
2
+ question: Which organisation’s services do you resell?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: text
12
+ max_length_in_words: 10
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the organisation name.
17
+ - name: under_10_words
18
+ message: Your answer must be no longer than 10 words.
19
+ - name: under_character_limit
20
+ message: Your answer must be no longer than 100 characters.
@@ -0,0 +1,33 @@
1
+ name: Supplier type
2
+ question: Are you reselling another organisation’s services?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ followup:
11
+ resellingOrganisations:
12
+ - reseller_extra_features_and_support
13
+ - reseller_extra_support
14
+ - reseller_no_extras
15
+
16
+ type: radios
17
+ options:
18
+ - label: I’m not a reseller
19
+ value: not_reseller
20
+ filter_label: not a reseller
21
+ - label: I’m a reseller providing extra features and support not available from the original supplier
22
+ value: reseller_extra_features_and_support
23
+ filter_label: reseller providing extra features and support
24
+ - label: I’m a reseller providing extra support
25
+ value: reseller_extra_support
26
+ filter_label: reseller providing extra support
27
+ - label: I’m a reseller not providing extra features or support
28
+ value: reseller_no_extras
29
+ filter_label: reseller (no extras)
30
+
31
+ validations:
32
+ - name: answer_required
33
+ message: Select if you are reselling another organisation's services.
@@ -0,0 +1,26 @@
1
+ id: serviceBenefits
2
+ name: Service benefits
3
+ question: List the service benefits.
4
+ question_advice: >
5
+ Include the benefits that show how your service helps users improve their working processes.
6
+ Use active phrases, for example ‘publish content from multiple devices’ or ‘quickly manage content on the move’.
7
+ hint: 10 words for each benefit, 10 benefits maximum.
8
+
9
+ depends:
10
+ - "on": lot
11
+ being:
12
+ - iaas-and-paas
13
+ - iaas-and-paas-above-official
14
+
15
+ type: list
16
+ list_item_name: service benefit
17
+
18
+ validations:
19
+ - name: answer_required
20
+ message: Enter a service benefit.
21
+ - name: max_items_limit
22
+ message: You can have no more than 10 benefits.
23
+ - name: under_10_words
24
+ message: Each benefit must be 10 words or fewer.
25
+ - name: under_character_limit
26
+ message: Each benefit must be 100 characters or fewer.
@@ -0,0 +1,21 @@
1
+ id: serviceConstraints
2
+ name: Service constraints
3
+ question: Does your service have any constraints that buyers should know about?
4
+ question_advice: Constraints might include planned maintenance arrangements or support being limited to specific hardware configurations.
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
12
+ type: textbox_large
13
+ max_length_in_words: 100
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Enter the service constraints.
18
+ - name: under_100_words
19
+ message: Description must be 100 words or fewer.
20
+ - name: under_character_limit
21
+ message: Description must be 1000 characters or fewer.
@@ -0,0 +1,24 @@
1
+ id: serviceFeatures
2
+ name: Service features
3
+ question: List the service features.
4
+ question_advice: Include the technical features of your service, for example ‘real-time reporting’ or ‘remote access’.
5
+ hint: 10 words for each feature, 10 features maximum.
6
+
7
+ depends:
8
+ - "on": lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: list
14
+ list_item_name: service feature
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Enter a service feature.
19
+ - name: max_items_limit
20
+ message: You can have no more than 10 features.
21
+ - name: under_10_words
22
+ message: Each feature must be 10 words or fewer.
23
+ - name: under_character_limit
24
+ message: Each feature must be 100 characters or fewer.
@@ -0,0 +1,15 @@
1
+ name: Support available to third parties
2
+ question: Can third parties engaged by the buyer access the support features of your service?
3
+ filter_label: can be used by third parties
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: boolean
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Select yes if third parties engaged by the buyer can access the support features of your service.
@@ -0,0 +1,25 @@
1
+ name: System requirements
2
+ question: What system requirements does your service have?
3
+ question_advice: >
4
+ Examples of system requirements might be whether buyers have specific software licences or anti-virus technology
5
+ for virtual machines.
6
+ hint: 10 words for each requirement, 10 requirements maximum.
7
+
8
+ depends:
9
+ - "on": lot
10
+ being:
11
+ - iaas-and-paas
12
+ - iaas-and-paas-above-official
13
+
14
+ list_item_name: system requirement
15
+ type: list
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Enter a system requirement.
20
+ - name: max_items_limit
21
+ message: You can have no more than 10 system requirements.
22
+ - name: under_10_words
23
+ message: Each system requirement must be 10 words or fewer.
24
+ - name: under_character_limit
25
+ message: Each system requirement must be 100 characters or fewer.
@@ -0,0 +1,21 @@
1
+ name: Web browser interface
2
+ question: Is there a web interface for your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ webInterfaceUsage:
11
+ - true
12
+ webInterfaceAccessibility:
13
+ - true
14
+ webInterfaceAccessibilityTesting:
15
+ - true
16
+
17
+ type: boolean
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if there is a web interface for your service.
@@ -0,0 +1,27 @@
1
+ name: Web interface accessibility standard
2
+ question: What accessibility standards does your web interface meet?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ followup:
11
+ webInterfaceAccessibilityDescription:
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 interface meets.
@@ -0,0 +1,24 @@
1
+ name: How the web interface is accessible
2
+ question: Describe how your web interface is accessible.
3
+ question_advice: >
4
+ Include details of what users can and can’t do.
5
+ <a href="https://www.etsi.org/deliver/etsi_en/301500_301599/301549/03.02.01_60/en_301549v030201p.pdf" target="_blank" rel="noopener noreferrer">EN 301 549 9: Web (link opens in a new tab)</a> includes the features and
6
+ constraints you should describe.
7
+
8
+ hidden: true
9
+ depends:
10
+ - "on": lot
11
+ being:
12
+ - iaas-and-paas
13
+ - iaas-and-paas-above-official
14
+
15
+ type: textbox_large
16
+ max_length_in_words: 200
17
+
18
+ validations:
19
+ - name: answer_required
20
+ message: Enter description.
21
+ - name: under_200_words
22
+ message: Description must be 200 words or fewer.
23
+ - name: under_character_limit
24
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,20 @@
1
+ name: Web interface accessibility testing
2
+ question: Describe any web interface testing you’ve done with assistive technology users.
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 100
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter description.
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,26 @@
1
+ name: Using the web interface
2
+ question: Describe what users can and can’t do using your web interface.
3
+ question_advice: >
4
+ Include:
5
+
6
+ - how users can set up the service through the web interface
7
+ - how users can make changes through the web interface
8
+ - any limitations to how users can set up or make changes through the web interface
9
+
10
+ hidden: true
11
+ depends:
12
+ - "on": lot
13
+ being:
14
+ - iaas-and-paas
15
+ - iaas-and-paas-above-official
16
+
17
+ type: textbox_large
18
+ max_length_in_words: 200
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Enter description.
23
+ - name: under_200_words
24
+ message: Description must be 200 words or fewer.
25
+ - name: under_character_limit
26
+ message: Description must be 2000 characters or fewer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.1",
3
+ "version": "4.11.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",