This PR fetches profit share data and uses it instead of the hardcoded historicalScenarios in app/lib/seeds.js.
A few things this PR does not do:
[ ] Does not render value per PSU correctly for years > 2020. This is because the logic in this repo and stacks have diverged. I will address this in an upcoming PR but wanted to merge this in first. If it's a concern, I can hide years > 2020 or make main use the hardcoded scenarios in the meantime.
This PR fetches profit share data and uses it instead of the hardcoded
historicalScenarios
inapp/lib/seeds.js
.A few things this PR does not do: