addings details and map to modal
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 59s

This commit is contained in:
Tudor
2026-01-09 11:52:13 +00:00
parent 058a741b10
commit e3fc031ecf
4 changed files with 115 additions and 1 deletions

View File

@@ -349,6 +349,10 @@ async def get_school_details(request: Request, urn: int):
"local_authority": latest.get("local_authority", ""),
"school_type": latest.get("school_type", ""),
"address": latest.get("address", ""),
"religious_denomination": latest.get("religious_denomination", ""),
"age_range": latest.get("age_range", ""),
"latitude": latest.get("latitude"),
"longitude": latest.get("longitude"),
"phase": "Primary",
},
"yearly_data": clean_for_json(school_data),