Open MaxGhenis opened 1 year ago
I have two questions:
household_net_income
in the metadata:adds: ["household_market_income", "household_benefits", "household_refundable_tax_credits"] (3)
category: null
defaultValue: 0
definitionPeriod: "year"
documentation: null
entity: "household"
hidden_input: false
indexInModule: 0
isInputVariable: false
label: "net income"
moduleName: "household.income.household.household_net_income"
name: "household_net_income"
subtracts: ["household_tax_before_refundable_credits"] (1)
unit: "currency-USD"
valueType: "float"
My mistake - the field should be documentation
. It's not available for all but we can start enforcing that more @PavelMakarchuk
Would it be better to instead add some sort of question mark in a circle icon and have the documentation
visible on hover over that?
My mistake - the field should be
documentation
. It's not available for all but we can start enforcing that more @PavelMakarchuk
Sure, generally speaking how do we differentiate the documentation from the current label / description usage?
Tooltip with the description of the selected variable.