climate-cooperative / home-energy-assessment-database

Documentation, conversions, and data supporting Climate Cooperative's home energy audit and calculation tools.
Apache License 2.0
3 stars 4 forks source link

Score Endpoint #30

Open rgraue opened 2 months ago

rgraue commented 2 months ago

Description

Create an endpoint (/score) to provide a calculated response that can plug in to the FE: https://github.com/climate-cooperative/home-energy-calculator.

Document req/res models as well

Technical Notes

Do similar calculations in the backend.

POST request.

Risks

Without Integration Tests, will take coordination with FE to ensure correct payload.

Related Issues Or Discussions

Move Calculations to API

rgraue commented 1 month ago

Needs #37 first