US-015: Modify EducationTile: richer content, panel trigger

- Add OSCE score (80%) to MPharm inline details via educationExtras data
- Show research project with full description (Drug delivery & cocrystals, 75.1%)
- Display A-level grades as Mathematics (A*) · Chemistry (B) · Politics (C)
- Include Mary Seacole programme detail from educationExtras
- Import and use educationExtras data for dynamic inline content
- Add osceScore field to EducationExtra type
- Each entry clickable to open detail panel, hover border shift intact

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 00:33:44 +00:00
parent 03b4c6cafb
commit 52ee98d8aa
3 changed files with 39 additions and 13 deletions
+1
View File
@@ -193,4 +193,5 @@ export interface EducationExtra {
extracurriculars?: string[]
researchDescription?: string
programmeDetail?: string
osceScore?: string
}