docs: mark sixth-form flag pipeline change implemented

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Tudor
2026-07-07 10:43:08 +01:00
co-authored by Claude Fable 5
parent 0934c8f38c
commit 3fcb1340d4
@@ -144,7 +144,7 @@ and is the only source that correctly classifies:
- schools whose statutory age range extends to 18 on paper but which have no - schools whose statutory age range extends to 18 on paper but which have no
registered post-16 provision. registered post-16 provision.
### Pipeline change (future work) ### Pipeline change (implemented 2026-07-07)
1. `stg_gias_establishments.sql`: add 1. `stg_gias_establishments.sql`: add
`"OfficialSixthForm (name)" as official_sixth_form`. `"OfficialSixthForm (name)" as official_sixth_form`.
@@ -152,6 +152,9 @@ and is the only source that correctly classifies:
`has_sixth_form boolean` = `official_sixth_form = 'Has a sixth form'`. `has_sixth_form boolean` = `official_sixth_form = 'Has a sixth form'`.
3. Expose `has_sixth_form` on the school API payloads. 3. Expose `has_sixth_form` on the school API payloads.
Implemented in `feat/gias-sixth-form-flag` — see
`docs/superpowers/plans/2026-07-07-gias-sixth-form-flag.md`.
### Current heuristic — audit of `age_range` ~ "18" sites ### Current heuristic — audit of `age_range` ~ "18" sites
All must migrate to the `has_sixth_form` flag once exposed: All must migrate to the `has_sixth_form` flag once exposed: