Skip to content

Commit

Permalink
add FE bodies to seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Jun 28, 2024
1 parent b3c0392 commit 842370e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/fixtures/local_authorities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ camden:
rochdale:
code: 354
name: Rochdale

# FE
plymouth:
code: 879
name: Plymouth
oxfordshire:
code: 931
name: Oxfordshire
8 changes: 8 additions & 0 deletions spec/fixtures/local_authority_districts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ camden:
rochdale:
code: E08000005
name: Rochdale

# FE
plymouth:
code: E06000026
name: Plymouth
oxfordshire:
code: E07000180
name: Vale of White Horse
36 changes: 36 additions & 0 deletions spec/fixtures/schools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,42 @@ penistone_grammar_school:
phone_number: "01226762114"
establishment_number: 4027

# FE body
city_college_plymouth:
name: City College Plymouth
urn: 130649
ukprn: "10005128"
phase: sixteen_plus
school_type_group: colleges
school_type: further_education
local_authority_id: plymouth
local_authority_district_id: plymouth
street: Kings Road
locality: Devonport
town: Plymouth
county: Devon
postcode: PL1 5QG
phone_number: "01752305300"
establishment_number: 8005

# FE eligible body
abingdon_and_witney_college:
name: Abingdon and Witney College
urn: 130793
ukprn: 10000055
phase: sixteen_plus
school_type_group: colleges
school_type: further_education
local_authority_id: oxfordshire
local_authority_district_id: oxfordshire
street: Wootton Road
locality: ""
town: Abingdon
county: Oxfordshire
postcode: OX14 1GG
phone_number: "01235555585"
establishment_number: 8007

## Closed schools

the_samuel_lister_academy:
Expand Down

0 comments on commit 842370e

Please sign in to comment.