rewiringamerica / api.rewiringamerica.org

A RESTful web API for federal, state, utility and local rebates, tax credits and other electrification incentives.
https://api.rewiringamerica.org
Apache License 2.0
7 stars 0 forks source link

Add heat_pump_air_conditioner_heater and weatherization back to items enum #486

Closed oyamauchi closed 5 months ago

oyamauchi commented 5 months ago

Description

Removing these from the enum was over-eager, because the embed and PEP clients are sending them as part of the items request param.

Adding them back lets us deploy the split-items change without breaking the clients. Once the clients are updated, these enum values can be removed again.

Test Plan

Run unmodified embed frontend against local backend without this change; see the error on any form submission. Apply this change to the backend; make sure the calculator successfully shows results.