You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: