Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Register Fujitsu conformance test results. #54

Merged
merged 5 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions catalog/conformance-tests/result-fujitsu-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tested_solution": {
"solution_id": "fujitsu",
"version": "1.0.0"
},
"tested_by": {
"solution_id": "nri-cts",
"version": "0.9.15",
"solution_name": "NRI-CTS"
},
"test_result": "passed",
"test_date": "2023-05-24T17:30:00Z",
"pathfinder_version": "1.0.1"
}
14 changes: 14 additions & 0 deletions catalog/conformance-tests/result-fujitsu-002.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tested_solution": {
"solution_id": "fujitsu",
"version": "1.0.0"
},
"tested_by": {
"solution_name": "booost Sustainability Cloud (booost GX)",
"version": "3.19.1",
"solution_id": "booost-gx"
},
"test_result": "passed",
"test_date": "2023-05-24T17:30:00Z",
"pathfinder_version": "1.0.1"
}
14 changes: 14 additions & 0 deletions catalog/conformance-tests/result-fujitsu-003.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tested_solution": {
"solution_id": "fujitsu",
"version": "1.0.0"
},
"tested_by": {
"solution_name": "zeroboard",
"version": "2.20.0",
"solution_id": "zeroboard"
},
"test_result": "passed",
"test_date": "2023-05-24T17:30:00Z",
"pathfinder_version": "1.0.1"
}
8 changes: 8 additions & 0 deletions catalog/solutions/fujitsu/1.0.0/solution.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "fujitsu",
"name": "Fujitsu Track and Trust",
"version": "1.0.0",
"website": "https://www.fujitsu.com/jp/innovation/data-driven/capabilities/track-and-trust/",
"provider_id": "fujitsu",
"summary": "The EV Battery Management System using Fujitsu Track and Trust manages the supply chain the EV Battery manufacturing process in compliance with EU battery regulations, and calculates and visualizes greenhouse gas emissions(PCF). It provides PACT conformant data exchange function, controls the extent to which data is published (Data items can be set for each stakeholder such as suppliers and certification bodies.), and manages the supply chain.This system can manage corporate data while ensuring the reliability and transparency of data distribution using blockchain infrastructure. Fujitsu Track and Trust can manage traceability and GHG emissions across a variety of industries, including manufacturing, food and beverage, and apparel. It is also designed to comply with the Digital Produce Passport(DPP) requirements set out in the Ecodesign for Sustainable Products Regulation(ESPR)."
}
7 changes: 7 additions & 0 deletions catalog/users/fujitsu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "fujitsu",
"kind": "solutionprovider",
"name": "Fujitsu Limited",
"email": "[email protected]",
"website": "https://www.fujitsu.com"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ta-Kuwayama - Thanks for submitting this PR. I see that the logo attribute is not mentioned in the user json. Please see an existing example here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prasadt1
Is logo a required option? README.md says optional.
We cannot prepare a publicly available corporate logo url
Is it possible to write "logo": "if it is not ready?

  1. Fill in your user's details
    ...
    "logo": "" // to be displayed in the collaborators page (optional)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ta-Kuwayama
Ideally if you have a logo url then it is recommended, since our code will fetch the Logo from there. If it is not available for fujistsu, we can try without this attribute. No changes needed then. Thanks!