Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start supporting multi-valued "items" field (#156)
## Description In preparation for rolling out more granular `item` values for things like heat pumps and weatherization, incentives will need to support multiple values items. This change starts reading from a new array-valued `items` field if it's available. Next step will be to deploy a backend change that adds the multi-valued field to responses. Then, remove `item` from the frontend. Then, remove `item` from the backend. https://app.asana.com/0/1206661332626418/1206911030685282 ## Test Plan Running calculations against a local backend that has the `items` change applied succeeds; Cypress tests pass in that state.
- Loading branch information