pledge4future/WePledge

"More info" button for all results/graphics

Opened this issue · 2 comments

Create a button for users to get more detailed information on emission factors and the computation after they computed something/planned a trip

Implementing this would require the following tasks:

  • Add a "source" column in csv file containing the co2e factors as strings
  • Add parameter source to co2 calculation functions
  • Add response parameter source to endpoints for co2e calculation functions
  • Add field for source in frontend
veitu commented

created a new branch in the co2calculator repo dev-moreinfo
Can we also add two parameters (source and model)? Right now we have it split into these two columns and both have relevant info.
Added parameters "source" and "model" to co2 calculation functions.