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

Convert Program TS files to JSON. Update script to generate JSON from spreadsheet data. #536

Closed matelau closed 1 month ago

matelau commented 1 month ago

Convert Program TS files to JSON. Update script to generate JSON from spreadsheet data. This is done to make the data files more consistent which will aid us in how we integrate incentive admin data modifications back into the API. See: The Mini Brief for more details.

Links

Changes

Test Plan

Next steps

matelau commented 1 month ago

does anyone remember why we used TS files in the first place? this is much cleaner

I'm not sure, maybe @oyamauchi knows?

matelau commented 1 month ago

Could you just make sure (no need to write a test for it, I think) that if you change the "program" value of an incentive to a nonexistent program, the schema validation fails?

Looks like the validation is working!

image