ccs-digitalmarketplace-frameworks 5.1.41 → 5.1.43

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.
@@ -201,6 +201,7 @@
201
201
  - multiqStandardsISOIEC27001
202
202
  - multiqStandardsISO28000
203
203
  - multiqStandardsCSASTAR
204
+ - qualityManagementSystem
204
205
  - multiqStandardsPCI
205
206
  - multiqStandardsCyber
206
207
  - multiqAccreditationsOther
@@ -314,7 +314,9 @@
314
314
  questions:
315
315
  - multiqStandardsISOIEC27001
316
316
  - multiqStandardsISO28000
317
+ - multiqStandardsISO9001
317
318
  - multiqStandardsCSASTAR
319
+ - qualityManagementSystem
318
320
  - multiqStandardsPCI
319
321
  - multiqStandardsCyber
320
322
  - multiqAccreditationsOther
@@ -0,0 +1,19 @@
1
+ slug: iso-9001-certification
2
+ name: ISO 9001 certification
3
+ question: ISO 9001 certification
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
+ type: multiquestion
15
+ questions:
16
+ - standardsISO9001
17
+ - standardsISO9001Who
18
+ - standardsISO9001When
19
+ - standardsISO9001Exclusions
@@ -0,0 +1,18 @@
1
+ name: Quality management systems (QMS)
2
+
3
+ question: Do you have a quality management system?
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
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Please select Yes or No to continue.
@@ -0,0 +1,26 @@
1
+ name: ISO 9001 certification
2
+ question: Do you have a current ISO 9001 certification (2015 or later)?
3
+ filter_label: ISO 9001
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
+ followup:
15
+ standardsISO9001Who:
16
+ - true
17
+ standardsISO9001When:
18
+ - true
19
+ standardsISO9001Exclusions:
20
+ - true
21
+
22
+ type: boolean
23
+
24
+ validations:
25
+ - name: answer_required
26
+ message: Select yes if you have a current ISO 9001 certification.
@@ -0,0 +1,22 @@
1
+ name: What the ISO 9001 doesn’t cover
2
+ question: What is not covered by your ISO 9001 certification?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ - isaas
10
+ - saas
11
+ - cloud-support
12
+
13
+ type: textbox_large
14
+ max_length_in_words: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Enter the parts of your service not covered by ISO 9001 certification.
19
+ - name: under_200_words
20
+ message: Description must be 200 words or fewer.
21
+ - name: under_character_limit
22
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,20 @@
1
+ name: ISO 9001 accreditation date
2
+ question: When was the certification accredited?
3
+ hint: Enter the accreditation date, eg 31/12/2016.
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
+ type: text
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Enter the accreditation date.
19
+ - name: under_character_limit
20
+ message: Your accreditation date must be 100 characters or fewer.
@@ -0,0 +1,23 @@
1
+ name: Who accredited the ISO 9001 certification
2
+ question: Who accredited the ISO 9001 certification?
3
+ question_advice: Enter the accreditor name.
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
+ type: text
15
+ max_length_in_words: 10
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Enter the accreditor name.
20
+ - name: under_10_words
21
+ message: Accreditor name must be 10 words or fewer.
22
+ - name: under_character_limit
23
+ message: Accreditor name must be 100 characters or fewer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.41",
3
+ "version": "5.1.43",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",