My Carbon Footprint - A platform that aims to educate individuals on their contributions of greenhouse gasses and what they can do to lessen their carbon footprint
4
stars
0
forks
source link
As a user, I want to be able to determine my carbon emissions from the flights I take #21
User Story Description
As a user
I want to be able to determine my carbon emissions from the flights I take
So I can inform the cost of my use
Steps to Follow (optional)
[x] Research calculations needed for Carbon API
[x] Communicate to frontend what questions need to be added to UI
[x] Flight/FlightLeg Model
[x] Flight/FlightLeg Schema
[x] Add additional steps as necessary
Additional Considerationshttps://docs.carboninterface.com/#/?id=flight - flight estimate request will accept passenger flight details and compute the carbon emissions for the trip.
User Story Description As a user I want to be able to determine my carbon emissions from the flights I take So I can inform the cost of my use
Steps to Follow (optional)
Additional Considerations https://docs.carboninterface.com/#/?id=flight - flight estimate request will accept passenger flight details and compute the carbon emissions for the trip.
https://www.goflightlabs.com/ - Airport Codes API
After determining what data is need for Carbon API request, communicate this with Issue #44