diff --git a/backend/app.py b/backend/app.py index b763def..ba02671 100644 --- a/backend/app.py +++ b/backend/app.py @@ -1,6 +1,6 @@ """ -Primary School Performance Comparison API -Serves primary school (KS2) performance data for Wandsworth and Merton. +SchoolCompare.co.uk API +Serves primary school (KS2) performance data for comparing schools. Uses real data from UK Government Compare School Performance downloads. """ @@ -23,8 +23,8 @@ LA_CODES = { ALLOWED_LA_CODES = list(LA_CODES.keys()) app = FastAPI( - title="Primary School Performance API - Wandsworth & Merton", - description="API for comparing primary school (KS2) performance data in Wandsworth and Merton", + title="SchoolCompare API", + description="API for comparing primary school (KS2) performance data - schoolcompare.co.uk", version="1.0.0" ) diff --git a/frontend/app.js b/frontend/app.js index 776f0a9..cbf42cd 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -1,6 +1,6 @@ /** - * School Performance Compass - Frontend Application - * Interactive UK School Data Visualization + * SchoolCompare.co.uk - Frontend Application + * Interactive UK Primary School Performance Comparison */ const API_BASE = ''; diff --git a/frontend/index.html b/frontend/index.html index 2fac9e0..bcc2725 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - Primary School Compass | Wandsworth & Merton + SchoolCompare | Compare Primary School Performance @@ -24,8 +24,8 @@
- Primary School Compass - Wandsworth & Merton + SchoolCompare + schoolcompare.co.uk