hyperledger-labs/blockchain-carbon-accounting

UI to select multiple data points for an audited emissions certificate

sichen1234 opened this issue · 4 comments

Based on today's call I think it would be helpful to have a UI where the operator could request an audit by checking off many different data points, for example satellite upper, lower bounds, company reported figures, etc. for many different fields.

Right now the UI will allow you to choose "Other" as your activity type. Then it won't calculate the total emissions for you. It will just include the documentation. The auditor would then calculate the emissions based on the documentation you upload and issue the token.

This makes sense. the proposed request mechanism sends multiple data points to be interpreted by the auditor to issue a single token.

For a new carbon tracker contract the request is sent with the requested CarbonTracker ID set to 0. multiple data points can be relayed to the auditor to assess what tokens should be assigned to the tracker, e.g., methane flaring, venting, ...

The assigned auditor can use different calculators, including leveraging the supply-chain utility for converting industrial emissions into kg CO2e.

Sure. The code does not have to calculate the final emissions in this case, just forward all the data points for the auditor to perform the calculation.

@sichen1234 This issue is addressed initially in PR 642.

The test-typescript-app is failing but i explain why in the comments.