ccs-digitalmarketplace-frameworks 1.2.2 → 1.2.3
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/{SECURITY.md → SECURITY.txt} +0 -0
- package/frameworks/digital-outcomes-6/manifests/edit_submission.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/BusinessRelationshipManager.yml +3 -3
- package/frameworks/digital-outcomes-6/questions/services/BussinessAnalyst.yml +3 -3
- package/frameworks/digital-outcomes-6/questions/services/ChangeAndReleaseManager.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/CommandandControlCenterManager.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/ContentDesigner.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/ContentStrategist.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/CyberSecurity.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/DataAnalyst.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/DataArchitect.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/DataEngineer.yml +3 -3
- package/frameworks/digital-outcomes-6/questions/services/DataScientist.yml +3 -3
- package/frameworks/digital-outcomes-6/questions/services/DeliveryManager.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/FrontendDeveloper.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/GraphicDesigner.yml +2 -2
- package/frameworks/digital-outcomes-6/questions/services/dataProtocols.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/delivery.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/performanceAnalysis.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/security.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/softwareDevelopment.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/supportAndOperations.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/testingAndAuditing.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/userExperienceAndDesign.yml +1 -1
- package/frameworks/digital-outcomes-6/questions/services/userResearch.yml +1 -1
- package/package.json +1 -1
|
File without changes
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
- name: Team capabilities
|
|
31
31
|
summary_page_description: >
|
|
32
|
-
You must be able to provide at least one
|
|
32
|
+
You must be able to provide at least one team capability to be eligible to supply digital outcomes.
|
|
33
33
|
editable: False
|
|
34
34
|
edit_questions: True
|
|
35
35
|
questions:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
question: Business
|
|
2
|
-
name: Business
|
|
1
|
+
question: Business relationship manager
|
|
2
|
+
name: Business relationship manager
|
|
3
3
|
optional: true
|
|
4
4
|
depends:
|
|
5
5
|
- "on": lot
|
|
@@ -10,6 +10,6 @@ any_of: role
|
|
|
10
10
|
questions:
|
|
11
11
|
- BusinessRelationshipManagerDayRate
|
|
12
12
|
|
|
13
|
-
empty_message: You have not added a Business
|
|
13
|
+
empty_message: You have not added a Business relationship manager
|
|
14
14
|
|
|
15
15
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
question: Business
|
|
2
|
-
name: Business
|
|
1
|
+
question: Business analyst
|
|
2
|
+
name: Business analyst
|
|
3
3
|
optional: true
|
|
4
4
|
depends:
|
|
5
5
|
- "on": lot
|
|
@@ -10,6 +10,6 @@ any_of: role
|
|
|
10
10
|
questions:
|
|
11
11
|
- BussinessAnalystDayRate
|
|
12
12
|
|
|
13
|
-
empty_message: You have not added a Business
|
|
13
|
+
empty_message: You have not added a Business analyst
|
|
14
14
|
|
|
15
15
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
question: Data
|
|
2
|
-
name: Data
|
|
1
|
+
question: Data engineer
|
|
2
|
+
name: Data engineer
|
|
3
3
|
optional: true
|
|
4
4
|
depends:
|
|
5
5
|
- "on": lot
|
|
@@ -10,6 +10,6 @@ any_of: role
|
|
|
10
10
|
questions:
|
|
11
11
|
- DataEngineerDayRate
|
|
12
12
|
|
|
13
|
-
empty_message: You have not added a
|
|
13
|
+
empty_message: You have not added a Data engineer
|
|
14
14
|
|
|
15
15
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
question: Data
|
|
2
|
-
name: Data
|
|
1
|
+
question: Data scientist
|
|
2
|
+
name: Data scientist
|
|
3
3
|
optional: true
|
|
4
4
|
depends:
|
|
5
5
|
- "on": lot
|
|
@@ -10,6 +10,6 @@ any_of: role
|
|
|
10
10
|
questions:
|
|
11
11
|
- DataScientistDayRate
|
|
12
12
|
|
|
13
|
-
empty_message: You have not added a
|
|
13
|
+
empty_message: You have not added a Data scientist
|
|
14
14
|
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|