blockchain-carbon-accounting icon indicating copy to clipboard operation
blockchain-carbon-accounting copied to clipboard

UI to select multiple data points for an audited emissions certificate

Open sichen1234 opened this issue 2 years ago • 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.

sichen1234 avatar Oct 24 '22 20:10 sichen1234

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

brioux avatar Oct 25 '22 16:10 brioux

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.

brioux avatar Oct 25 '22 16:10 brioux

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 avatar Oct 25 '22 17:10 sichen1234

@sichen1234 This issue is addressed initially in PR 642.

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

brioux avatar Oct 28 '22 16:10 brioux