From a90f3cf43b19c37e7aa1e143ce95217a65e59994 Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Tue, 23 Jan 2024 17:23:08 +0530 Subject: [PATCH 1/2] fix(standard library): add std library template to the sections under company roles --- public/assets/content/de/companyroles.json | 61 +++++++++++++++++++++- public/assets/content/en/companyroles.json | 56 +++++++++++++++++++- 2 files changed, 113 insertions(+), 4 deletions(-) diff --git a/public/assets/content/de/companyroles.json b/public/assets/content/de/companyroles.json index 28270ce1f..6494f7c23 100644 --- a/public/assets/content/de/companyroles.json +++ b/public/assets/content/de/companyroles.json @@ -17,14 +17,19 @@ "navigation": "app-change-process-id" }, { - "index": 1, + "index": 4, "title": "connector registration", "navigation": "managed-connector-registration-id" }, { - "index": 2, + "index": 4, "title": "technical user management", "navigation": "technical-user-management-id" + }, + { + "index": 5, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data App Provider", @@ -238,6 +243,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -257,6 +270,11 @@ "index": 3, "title": "dataspace participants", "navigation": "business-id" + }, + { + "index": 4, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data Service Provider", @@ -400,6 +418,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -424,6 +450,11 @@ "index": 4, "title": "Manage your Network", "navigation": "network-id" + }, + { + "index": 5, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Participant", @@ -673,6 +704,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -682,6 +721,11 @@ "index": 2, "title": "Certification Process", "navigation": "section-two" + }, + { + "index": 3, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data Conformity Assessment Bodies (CABs)", @@ -719,6 +763,14 @@ } ] } + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -743,6 +795,11 @@ "index": 4, "title": "standard libraries", "navigation": "std-libraries-id" + }, + { + "index": 5, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Onboarding Service Provider ", diff --git a/public/assets/content/en/companyroles.json b/public/assets/content/en/companyroles.json index 216e1a22b..f3d85b431 100644 --- a/public/assets/content/en/companyroles.json +++ b/public/assets/content/en/companyroles.json @@ -17,14 +17,19 @@ "navigation": "app-change-process-id" }, { - "index": 1, + "index": 4, "title": "connector registration", "navigation": "managed-connector-registration-id" }, { - "index": 2, + "index": 5, "title": "technical user management", "navigation": "technical-user-management-id" + }, + { + "index": 6, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data App Provider", @@ -238,6 +243,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -257,6 +270,11 @@ "index": 3, "title": "dataspace participants", "navigation": "business-id" + }, + { + "index": 4, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data Service Provider", @@ -400,6 +418,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -424,6 +450,11 @@ "index": 4, "title": "Manage your Network", "navigation": "network-id" + }, + { + "index": 5, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Participant", @@ -673,6 +704,14 @@ "backgroundColor": "#F9F9F9" } ] + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, @@ -682,6 +721,11 @@ "index": 2, "title": "Certification Process", "navigation": "section-two" + }, + { + "index": 4, + "title": "standard libraries", + "navigation": "std-libraries-id" } ], "title": "Catena-X Data Conformity Assessment Bodies(CABs)", @@ -719,6 +763,14 @@ } ] } + }, + { + "title": "Standard Libraries", + "description": "", + "imagePath": "", + "backgroundColor": "#FFFFFF", + "id": "std-libraries-id", + "template": "TextImageSideBySideWithSections" } ] }, From dbf125ab1128ae90238cb77582c90536df266561 Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Tue, 23 Jan 2024 17:26:00 +0530 Subject: [PATCH 2/2] fix(company roles): use unique key value --- public/assets/content/de/companyroles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/content/de/companyroles.json b/public/assets/content/de/companyroles.json index 6494f7c23..4a044a794 100644 --- a/public/assets/content/de/companyroles.json +++ b/public/assets/content/de/companyroles.json @@ -22,12 +22,12 @@ "navigation": "managed-connector-registration-id" }, { - "index": 4, + "index": 5, "title": "technical user management", "navigation": "technical-user-management-id" }, { - "index": 5, + "index": 6, "title": "standard libraries", "navigation": "std-libraries-id" }