-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description After going through all the existing incentives and giving them more granular items, I found some common combinations that are worth handling: door/window replacement, and audits plus weatherization. There was one combined incentive (CO's state tax credit for air source heat pumps and HPWHs) which I elected to split into two incentives; it felt too awkward to create a group for those technologies. ## Test Plan Unit test. I found all the multi-item combos in the incentives data by running this in the incentives repo: `echo data/**/incentives.json | xargs jq '.[] | select((.items | length) > 1) | .items | sort | join(",")' | sort | uniq` There are no combos in there that will result in null here.
- Loading branch information
Showing
4 changed files
with
56 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters