codeforboston / cliff-effects

Cliff effects guidance prototype (archived)

Home Page:https://codeforboston.github.io/cliff-effects/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client data vs. form data?

knod opened this issue · comments

commented

So far, we use client data to determine what to show in the form and client data is supposed to contain just the data for the calculations. We're slowly getting into territory where we many need non-calculation crucial data in order to choose what to show in the forms.

How do we want to handle that?

Could you elaborate on this? What is an example of crucial data that that affects form output?

commented

One example is the 'other expenses' questions we've partially implemented. It doesn't affect benefit calculation results, it just affects what the form shows at the end.