Commit 8575fc9
authored
#368 suggested renaming current_education -> current_education_enrolment
to distinguish enrolment from attainment.
A full rename would break every dataset row, test YAML, API consumer
(policyengine-app, household-api), and external user that passes
current_education as input. Too disruptive for an issue whose actual
ask is "make the enrolment-vs-attainment distinction explicit".
Do the cheaper thing: improve the label to "Current education
enrolment" and add a docstring that says it's enrolment status, not
attainment, and points at highest_education for the latter. The
variable name stays the same so no downstream breakage; the label is
what users see in the API metadata and the docs.
1 parent 5d8617a commit 8575fc9
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments