openfisca / legislation-explorer

Explore legislation formulas and parameters.
https://legislation.demo.openfisca.org
GNU Affero General Public License v3.0
26 stars 12 forks source link

Display new Enums in variable pages #130

Closed Anna-Livia closed 6 years ago

Anna-Livia commented 6 years ago

Connected to openfisca/openfisca-france#831

A enum variable page now displays a keyword/description table to indicate to users which keyword they should choose.

sandcha commented 6 years ago

Environment updated ; Chrome 62.0.3202.94 needed a chromedriver > 2.30 (aka 2.33).

One integration test error that seems quick to fix: Found text "celibataire" and no value in VariableComponent.firstPossibleValue, which does not match "/marie/".

Besides, is the following line still true It does not have a formula and therefore is not computable. It can only be used as an input for a computation.? @fpagnoux @guillett Could an enum value be deduced during computation?

guillett commented 6 years ago

Yes, zone_apl is such an Enum.

bonjourmauko commented 6 years ago

Rebase + fixup