Skip to content

feat: add People's Cathedral Primary School to primary schools list - #647

Open
IsaiahSama wants to merge 1 commit into
mainfrom
worktree-add-peoples-cathedral-primary
Open

feat: add People's Cathedral Primary School to primary schools list#647
IsaiahSama wants to merge 1 commit into
mainfrom
worktree-add-peoples-cathedral-primary

Conversation

@IsaiahSama

Copy link
Copy Markdown
Contributor

Summary

Adds the missing People's Cathedral Primary School to the primarySchools list in src/data/schools.ts. The entry is placed alphabetically between New Horizon Academy and Reynold Weekes Primary School.

{
  label: "People's Cathedral Primary School",
  value: "peoples-cathedral-primary-school",
},

The value slug follows the existing convention (lowercase, apostrophes/periods stripped, spaces → hyphens — matching e.g. st-margarets-primary-school).

Verification

The Primary School Textbook Grant form is correctly wired to this list — no hardcoded school source. The chain is:

  • src/data/schools.ts → exports primarySchools
  • src/schema/primary-school-textbook-grant.ts:9 → imports primarySchools, uses it as options for the "Name of institution" field (line 110)
  • src/components/forms/primary-school-textbook-grant-form.tsx → renders the schema via DynamicMultiStepForm
  • src/lib/form-registry.ts → registers get-a-primary-school-textbook-grant

So the new school automatically appears in the textbook grant school dropdown.

Closes #646

🤖 Generated with Claude Code

Adds the missing People's Cathedral Primary School to the primarySchools
list used by the Primary School Textbook Grant application form.

Closes #646

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@amazon-inspector-n-virginia

Copy link
Copy Markdown

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontend-alpha Ready Ready Preview, Comment Jun 11, 2026 4:52pm
frontend-alpha-poc-bank-holiday Ready Ready Preview, Comment Jun 11, 2026 4:52pm

Request Review

@amazon-inspector-n-virginia

Copy link
Copy Markdown

✅ I finished the code review, and didn't find any security or code quality issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing school: People's Cathedral Primary School to primarySchools list

1 participant