From 53d37d93a24f06527dd28d3edcab456f2e3e899d Mon Sep 17 00:00:00 2001 From: mk Date: Mon, 22 Jul 2024 08:09:21 +0200 Subject: [PATCH 1/2] fix(docu):[#1070] correct semantic model as AssemblyPartRelationship is depreacted --- dev/README.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/dev/README.md b/dev/README.md index 939028b3a7..1dfaa418eb 100644 --- a/dev/README.md +++ b/dev/README.md @@ -142,24 +142,27 @@ Consists of a List of the following structured entries: { "catenaXId": "urn:uuid:6b2296cc-26c0-4f38-8a22-092338c36e22", "bpnl": "BPNL00000003CML1", - "urn:bamm:io.catenax.assembly_part_relationship:1.1.1#AssemblyPartRelationship": [ + "urn:samm:io.catenax.single_level_usage_as_built:3.0.0#SingleLevelUsageAsBuilt" : [ { - "catenaXId": "urn:uuid:6b2296cc-26c0-4f38-8a22-092338c36e22", - "childParts": [ + "catenaXId" : "urn:uuid:7eeeac86-7b69-444d-81e6-655d0f1513bd", + "customers" : [ + "BPNL00000003CML1" + ], + "parentItems" : [ { - "quantity": { - "quantityNumber" : 1, - "measurementUnit" : { - "datatypeURI" : "urn:bamm:io.openmanufacturing:meta-model:1.0.0#curie", - "lexicalValue" : "unit:piece" - } - }, - "lifecycleContext" : "AsBuilt", - "assembledOn" : "2022-02-03T14:48:54.709Z", - "lastModifiedOn" : "2022-02-03T14:48:54.709Z", - "childCatenaXId" : "urn:uuid:7eeeac86-7b69-444d-81e6-655d0f1513bd" - } ] - } ], + "quantity" : { + "value" : 1, + "unit" : "unit:piece" + }, + "catenaXId" : "urn:uuid:6b2296cc-26c0-4f38-8a22-092338c36e22", + "createdOn" : "2023-05-29T14:48:54.709Z", + "lastModifiedOn" : "2023-02-03T14:48:54.709Z", + "businessPartner" : "BPNL00000003CML1", + "isOnlyPotentialParent" : false + } + ] + } + ], "urn:bamm:io.catenax.serial_part:1.0.0#SerialPart" : [ { "localIdentifiers" : [ { "value" : "BPNL00000003CML1", From 4beb26237f3e17f988075bd5cc4f6b7f40244434 Mon Sep 17 00:00:00 2001 From: mk Date: Mon, 22 Jul 2024 08:21:11 +0200 Subject: [PATCH 2/2] fix(README):[#1070] appropriate README.md --- CHANGELOG.md | 3 ++- README.md | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7c405f43..3da61bed53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha - #1190 update notification contracts on policy updates ### Changed +- #1070 Correct semantic model in dev/READEME.md - #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files - #1173 Update IRS-Helm from 7.1.4 to 7.2.0 - updated Compatibility Matrix - #1082 fix duplicate key errors when synchronizing assets with IRS @@ -36,7 +37,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha ## [12.0.0 - 05.07.2024] ### Added -- #832 added policymanagement list view, creator and editor +- #832 added policy management list view, creator and editor - #737 Added concept: Contract table -> parts link action - XXX Added interceptor to EdcRestTemplates to log requests - #915 Added section to documentation: EDC-BPN configuration diff --git a/README.md b/README.md index b62b584608..c33562104e 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,9 @@ $ git clone git@github.com:eclipse-tractusx/traceability-foss.git $ cd traceability-foss/frontend ``` -Install prerequisites: -1. install [node.js](https://nodejs.org/en/download/package-manager) +#### Install prerequisites: + +install [node.js](https://nodejs.org/en/download/package-manager) ```bash $ npm install --global yarn $ npm install -g @angular/cli @@ -178,7 +179,7 @@ or can be viewed in the Swagger UI accessing the url: `{projectBasePath}/api/swa Below you can find the information regarding Docker Notice for this application. - [Traceability Backend Docker Notice](DOCKER_NOTICE.md) -- [Traceability Frontend Docker Notice](DOCKER_NOTICE.md) +- [Traceability Frontend Docker Notice](frontend/DOCKER_NOTICE.md) ## Contact