cliff-effects
cliff-effects copied to clipboard
Cliff effects guidance prototype (archived)
They're added at the bottom with `predictions`. See #700.
On the Household tab, when you have the Head of Household or you add a Spouse or Child, the family member is added with a default age (30 for Head...
Better than saying 'don't repeat previously reported expenses'? Shows up when there's a disabled head or spouse.
What are the concerns from managers having to do duplicate work? are they calculating this somewhere else? or what part is duplicate?
I had some trouble when first reading the code answering the question: When someone changes a value on the "Income" page, how does React keep track of that information? As...
The current ways of accessing shelter values are very fragile. Possibility for more robust data structure: ```js client.current = { shelter: 'homeless', renter: { rent: 1530, rentShare: 0, contractRent: 0,...
We once considered having a 'poverty line' horizontally across the chart, but that never seemed right. A friend suggested, instead, a horizontal line to show the total client expenses. Then...
CALCULATIONS - [x] What inputs are needed from the user? - [x] What environmental inputs do we supply (FPL? etc..)? - [ ] How is estimated benefit calculated? New questions...