From 28a3e52ea881b24baad2b622d7eaa8f9bfd80bd0 Mon Sep 17 00:00:00 2001 From: Shantanu Singh Date: Tue, 4 Jul 2023 11:41:50 +0530 Subject: [PATCH 01/14] Added user --- catalog/users/carbontrail.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 catalog/users/carbontrail.json diff --git a/catalog/users/carbontrail.json b/catalog/users/carbontrail.json new file mode 100644 index 0000000..21e9bf4 --- /dev/null +++ b/catalog/users/carbontrail.json @@ -0,0 +1,8 @@ +{ + "id": "carbontrail", + "kind": "solutionprovider", + "name": "Carbon Trail", + "email": "hello@carbontrail.net", + "website": "https://carbontrail.net", + "logo": "https://pub-2b0bc42a09c948b28d966babb3fd57e4.r2.dev/CTLogoBlackHighRes.png" +} \ No newline at end of file From 146c89abf360728f2b916669ca25eecb17ed1dc0 Mon Sep 17 00:00:00 2001 From: Shantanu Singh Date: Tue, 4 Jul 2023 11:56:46 +0530 Subject: [PATCH 02/14] Add conformant solution and conformance test results for carbontrail --- .../conformance-tests/result-carbontrail-001.json | 15 +++++++++++++++ .../conformance-tests/result-carbontrail-002.json | 15 +++++++++++++++ catalog/solutions/carbontrail/1.0.0/solution.json | 9 +++++++++ 3 files changed, 39 insertions(+) create mode 100644 catalog/conformance-tests/result-carbontrail-001.json create mode 100644 catalog/conformance-tests/result-carbontrail-002.json create mode 100644 catalog/solutions/carbontrail/1.0.0/solution.json diff --git a/catalog/conformance-tests/result-carbontrail-001.json b/catalog/conformance-tests/result-carbontrail-001.json new file mode 100644 index 0000000..9280330 --- /dev/null +++ b/catalog/conformance-tests/result-carbontrail-001.json @@ -0,0 +1,15 @@ +{ + "tested_solution": { + "solution_id": "carbontrail", + "version": "1.0.0" + }, + "tested_by": { + "solution_id": "climatecamp", + "version": "2.0.0", + "solution_name": "ClimateCamp" + }, + "test_result": "passed", + "test_date": "2023-07-03T09:00:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] +} diff --git a/catalog/conformance-tests/result-carbontrail-002.json b/catalog/conformance-tests/result-carbontrail-002.json new file mode 100644 index 0000000..915ff15 --- /dev/null +++ b/catalog/conformance-tests/result-carbontrail-002.json @@ -0,0 +1,15 @@ +{ + "tested_solution": { + "solution_id": "carbontrail", + "version": "1.0.0" + }, + "tested_by": { + "solution_id": "carboledger", + "version": "1.0.0", + "solution_name": "Carboledger" + }, + "test_result": "passed", + "test_date": "2023-07-01T09:00:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] +} diff --git a/catalog/solutions/carbontrail/1.0.0/solution.json b/catalog/solutions/carbontrail/1.0.0/solution.json new file mode 100644 index 0000000..c5f9fdc --- /dev/null +++ b/catalog/solutions/carbontrail/1.0.0/solution.json @@ -0,0 +1,9 @@ +{ + "id": "carbontrail", + "version": "1.0.0", + "name": "Carbon Trail", + "website": "https://carbontrail.net", + "provider_id": "carbontrail", + "summary": "Carbon Trail is a carbon management platform tailor-made for the fashion industry. We help brands, retailers and manufacturers measure the environmental impact of their company and individual products both accurately and automatically.", + "industries": ["textile", "fashion"] +} From ffdd298cffae61f1c08c1a7cfe4eab2f5cf7f253 Mon Sep 17 00:00:00 2001 From: Shantanu Singh Date: Tue, 4 Jul 2023 18:15:51 +0530 Subject: [PATCH 03/14] Add conformance test results --- catalog/conformance-tests/result-carbontrail-001.json | 8 ++++---- catalog/conformance-tests/result-carbontrail-002.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/catalog/conformance-tests/result-carbontrail-001.json b/catalog/conformance-tests/result-carbontrail-001.json index 9280330..915ff15 100644 --- a/catalog/conformance-tests/result-carbontrail-001.json +++ b/catalog/conformance-tests/result-carbontrail-001.json @@ -4,12 +4,12 @@ "version": "1.0.0" }, "tested_by": { - "solution_id": "climatecamp", - "version": "2.0.0", - "solution_name": "ClimateCamp" + "solution_id": "carboledger", + "version": "1.0.0", + "solution_name": "Carboledger" }, "test_result": "passed", - "test_date": "2023-07-03T09:00:00Z", + "test_date": "2023-07-01T09:00:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] } diff --git a/catalog/conformance-tests/result-carbontrail-002.json b/catalog/conformance-tests/result-carbontrail-002.json index 915ff15..9280330 100644 --- a/catalog/conformance-tests/result-carbontrail-002.json +++ b/catalog/conformance-tests/result-carbontrail-002.json @@ -4,12 +4,12 @@ "version": "1.0.0" }, "tested_by": { - "solution_id": "carboledger", - "version": "1.0.0", - "solution_name": "Carboledger" + "solution_id": "climatecamp", + "version": "2.0.0", + "solution_name": "ClimateCamp" }, "test_result": "passed", - "test_date": "2023-07-01T09:00:00Z", + "test_date": "2023-07-03T09:00:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] } From ab8a3e789419b6dbc82020f45b84f51ecf63a9eb Mon Sep 17 00:00:00 2001 From: nikhagarg Date: Tue, 4 Jul 2023 18:45:20 +0530 Subject: [PATCH 04/14] feat: add carboledger solution & add carboledger test result --- .../result-carboledger-001.json | 16 ++++++++++++++++ .../result-carboledger-002.json | 16 ++++++++++++++++ .../solutions/carboledger/2.0.0/solution.json | 9 +++++++++ catalog/users/carboledger.json | 9 +++++++++ 4 files changed, 50 insertions(+) create mode 100644 catalog/conformance-tests/result-carboledger-001.json create mode 100644 catalog/conformance-tests/result-carboledger-002.json create mode 100644 catalog/solutions/carboledger/2.0.0/solution.json create mode 100644 catalog/users/carboledger.json diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json new file mode 100644 index 0000000..fb5d43d --- /dev/null +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -0,0 +1,16 @@ +{ + "tested_solution": { + "solution_id": "carboledger", + "version": "1.0.0" + }, + "tested_by": { + "solution_id": "carbontrail", + "version": "1.0.0", + "solution_name": "CarbonTrail" + }, + "test_result": "passed", + "test_date": "2023-07-01T06:20:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] + } + \ No newline at end of file diff --git a/catalog/conformance-tests/result-carboledger-002.json b/catalog/conformance-tests/result-carboledger-002.json new file mode 100644 index 0000000..74ca526 --- /dev/null +++ b/catalog/conformance-tests/result-carboledger-002.json @@ -0,0 +1,16 @@ +{ + "tested_solution": { + "solution_id": "carboledger", + "version": "1.0.0" + }, + "tested_by": { + "solution_id": "climatecamp", + "version": "2.0.0", + "solution_name": "ClimateCamp" + }, + "test_result": "passed", + "test_date": "2023-07-04T08:16:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] + } + \ No newline at end of file diff --git a/catalog/solutions/carboledger/2.0.0/solution.json b/catalog/solutions/carboledger/2.0.0/solution.json new file mode 100644 index 0000000..72eedb5 --- /dev/null +++ b/catalog/solutions/carboledger/2.0.0/solution.json @@ -0,0 +1,9 @@ +{ + "id": "carboledger", + "name": "Carboledger", + "version": "2.0.0", + "website": "https://www.carboledger.com", + "provider_id": "carboledger", + "summary": "Carboledger helps chemical companies decarbonise their supply chain with accurate, supplier-specific PCF data that is standardised and compliant. Our secure network connects suppliers, customers and carbon solutions providers, allowing enterprises to seamlessly share, access and collaboratively manage primary PCF information. With our help, companies can reduce dependency on estimations-based carbon accounting and industry averages, all the while enhancing customer relations and maintaining control over confidential data.", + "extensions": [] + } \ No newline at end of file diff --git a/catalog/users/carboledger.json b/catalog/users/carboledger.json new file mode 100644 index 0000000..d256f33 --- /dev/null +++ b/catalog/users/carboledger.json @@ -0,0 +1,9 @@ +{ + "id": "carboledger", + "kind": "solutionprovider", + "name": "Carboledger", + "email": "support@carboledger.com", + "website": "https://www.carboledger.com", + "logo": "https://www.carboledger.com/carboledger_logo_blue.png" + } + \ No newline at end of file From 3c4c3c6ddbc2ffe8d11bf2227c08e8df58d10a40 Mon Sep 17 00:00:00 2001 From: Nikha Garg Date: Tue, 4 Jul 2023 23:20:58 +0530 Subject: [PATCH 05/14] Update catalog/conformance-tests/result-carboledger-001.json Co-authored-by: Raimundo Henriques --- catalog/conformance-tests/result-carboledger-001.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json index fb5d43d..8a842b8 100644 --- a/catalog/conformance-tests/result-carboledger-001.json +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -6,7 +6,7 @@ "tested_by": { "solution_id": "carbontrail", "version": "1.0.0", - "solution_name": "CarbonTrail" + "solution_name": "Carbon Trail" }, "test_result": "passed", "test_date": "2023-07-01T06:20:00Z", From 36612530fd3a0d3ecdf1029132f3e06045ec25ea Mon Sep 17 00:00:00 2001 From: Nikha Garg Date: Wed, 5 Jul 2023 14:53:41 +0530 Subject: [PATCH 06/14] Update catalog/conformance-tests/result-carboledger-001.json Co-authored-by: Raimundo Henriques --- catalog/conformance-tests/result-carboledger-001.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json index 8a842b8..917a65e 100644 --- a/catalog/conformance-tests/result-carboledger-001.json +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -1,7 +1,7 @@ { "tested_solution": { "solution_id": "carboledger", - "version": "1.0.0" + "version": "2.0.0" }, "tested_by": { "solution_id": "carbontrail", From a50ee445e09e358e6e99baa1a9fa48844a91fd3d Mon Sep 17 00:00:00 2001 From: Nikha Garg Date: Wed, 5 Jul 2023 14:53:50 +0530 Subject: [PATCH 07/14] Update catalog/conformance-tests/result-carboledger-002.json Co-authored-by: Raimundo Henriques --- catalog/conformance-tests/result-carboledger-002.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/conformance-tests/result-carboledger-002.json b/catalog/conformance-tests/result-carboledger-002.json index 74ca526..fcc9179 100644 --- a/catalog/conformance-tests/result-carboledger-002.json +++ b/catalog/conformance-tests/result-carboledger-002.json @@ -1,7 +1,7 @@ { "tested_solution": { "solution_id": "carboledger", - "version": "1.0.0" + "version": "2.0.0" }, "tested_by": { "solution_id": "climatecamp", From cd0b62c3a0637de4861569d10b7f655a7298ddbb Mon Sep 17 00:00:00 2001 From: Nikha Garg Date: Wed, 5 Jul 2023 15:08:47 +0530 Subject: [PATCH 08/14] Update result-carboledger-001.json --- catalog/conformance-tests/result-carboledger-001.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json index 917a65e..dbe410f 100644 --- a/catalog/conformance-tests/result-carboledger-001.json +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -5,7 +5,7 @@ }, "tested_by": { "solution_id": "carbontrail", - "version": "1.0.0", + "version": "2.0.0", "solution_name": "Carbon Trail" }, "test_result": "passed", @@ -13,4 +13,4 @@ "pathfinder_version": "2.0.0", "extensions_tested": [] } - \ No newline at end of file + From 75f33aeb51f5a851ce5342e2a58fd8273154bb66 Mon Sep 17 00:00:00 2001 From: Nikha Garg Date: Wed, 5 Jul 2023 15:17:25 +0530 Subject: [PATCH 09/14] Revert carbon Trail version change in result-carboledger-001.json --- catalog/conformance-tests/result-carboledger-001.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json index dbe410f..76fd819 100644 --- a/catalog/conformance-tests/result-carboledger-001.json +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -5,7 +5,7 @@ }, "tested_by": { "solution_id": "carbontrail", - "version": "2.0.0", + "version": "1.0.0", "solution_name": "Carbon Trail" }, "test_result": "passed", From 3982fc1e58e2c7d8baecbac117d4417a4f6c8af3 Mon Sep 17 00:00:00 2001 From: Tilman Ripke Date: Thu, 6 Jul 2023 11:50:54 +0200 Subject: [PATCH 10/14] feat: add sdx user, add sdx solution --- catalog/solutions/sdx/0.8.0/solution.json | 9 +++++++++ catalog/users/sdx.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 catalog/solutions/sdx/0.8.0/solution.json create mode 100644 catalog/users/sdx.json diff --git a/catalog/solutions/sdx/0.8.0/solution.json b/catalog/solutions/sdx/0.8.0/solution.json new file mode 100644 index 0000000..a5a45ba --- /dev/null +++ b/catalog/solutions/sdx/0.8.0/solution.json @@ -0,0 +1,9 @@ +{ + "id": "sdx", + "name": "SAP Sustainability Data Exchange (SDX)", + "version": "0.8.0", + "website": "https://greentoken.io", + "provider_id": "sdx", + "summary": "SAP Sustainability Data Exchange (SDX) allows companies to effectively share emissions and other data with their customers to help companies decarbonize their value chains.", + "extensions": [] + } diff --git a/catalog/users/sdx.json b/catalog/users/sdx.json new file mode 100644 index 0000000..9d4857e --- /dev/null +++ b/catalog/users/sdx.json @@ -0,0 +1,7 @@ +{ + "id": "sdx", + "kind": "solutionprovider", + "name": "SAP Sustainability Data Exchange (SDX)", + "email": "tim.van.kerkhof@sap.com", + "website": "https://green-token.io", +} From 527e94fb13bfbd81406f1483b4722cc26c08a9e7 Mon Sep 17 00:00:00 2001 From: Tilman Ripke Date: Thu, 6 Jul 2023 11:59:41 +0200 Subject: [PATCH 11/14] feat: fix sdx.json --- catalog/users/sdx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/users/sdx.json b/catalog/users/sdx.json index 9d4857e..d7e48ce 100644 --- a/catalog/users/sdx.json +++ b/catalog/users/sdx.json @@ -4,4 +4,5 @@ "name": "SAP Sustainability Data Exchange (SDX)", "email": "tim.van.kerkhof@sap.com", "website": "https://green-token.io", + "logo": "" } From edb0e1e5a29927450132aecb4d07704f766a86dd Mon Sep 17 00:00:00 2001 From: Tilman Ripke Date: Thu, 6 Jul 2023 12:04:47 +0200 Subject: [PATCH 12/14] feat: fix sdx.json --- catalog/users/sdx.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog/users/sdx.json b/catalog/users/sdx.json index d7e48ce..07ae8e4 100644 --- a/catalog/users/sdx.json +++ b/catalog/users/sdx.json @@ -3,6 +3,5 @@ "kind": "solutionprovider", "name": "SAP Sustainability Data Exchange (SDX)", "email": "tim.van.kerkhof@sap.com", - "website": "https://green-token.io", - "logo": "" + "website": "https://green-token.io" } From 4b8561051a5bacec41489f22cf1aab58f5318265 Mon Sep 17 00:00:00 2001 From: Tilman Ripke Date: Thu, 6 Jul 2023 14:15:18 +0200 Subject: [PATCH 13/14] feat: add logo for sdx user --- catalog/users/sdx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog/users/sdx.json b/catalog/users/sdx.json index 07ae8e4..01e3c6c 100644 --- a/catalog/users/sdx.json +++ b/catalog/users/sdx.json @@ -3,5 +3,6 @@ "kind": "solutionprovider", "name": "SAP Sustainability Data Exchange (SDX)", "email": "tim.van.kerkhof@sap.com", - "website": "https://green-token.io" + "website": "https://green-token.io", + "logo": "https://uploads-ssl.webflow.com/61f7e6e11b0ca1fe92bcf160/63440ff9b8d0716208d3fc00_SAP_R_grad_scrn-p-500.png" } From 54688ba26cfa5e82db888fd42a0617bfe593844c Mon Sep 17 00:00:00 2001 From: Tilman Ripke Date: Thu, 6 Jul 2023 15:56:53 +0200 Subject: [PATCH 14/14] fix: solution url --- catalog/solutions/sdx/0.8.0/solution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/solutions/sdx/0.8.0/solution.json b/catalog/solutions/sdx/0.8.0/solution.json index a5a45ba..50da8d6 100644 --- a/catalog/solutions/sdx/0.8.0/solution.json +++ b/catalog/solutions/sdx/0.8.0/solution.json @@ -2,7 +2,7 @@ "id": "sdx", "name": "SAP Sustainability Data Exchange (SDX)", "version": "0.8.0", - "website": "https://greentoken.io", + "website": "https://green-token.io", "provider_id": "sdx", "summary": "SAP Sustainability Data Exchange (SDX) allows companies to effectively share emissions and other data with their customers to help companies decarbonize their value chains.", "extensions": []