Skip to content

Feat/151 page metadata#173

Open
hansinig wants to merge 3 commits intomainfrom
feat/151-page-metadata
Open

Feat/151 page metadata#173
hansinig wants to merge 3 commits intomainfrom
feat/151-page-metadata

Conversation

@hansinig
Copy link
Copy Markdown
Collaborator

@hansinig hansinig commented Apr 9, 2026

Issue

#151 Page Metadata

Who worked on this sprint/bug?

Hansini

Features Implemented

Added browser tab titles for all pages in the format "Page | MHD" (e.g. "Chart | MHD", "Dashboard | MHD")

New files created

src/app/chart/layout.tsx — metadata for Chart page
src/app/map/layout.tsx — metadata for Heatmap page
src/app/schools/layout.tsx — metadata for Schools page
src/app/schools/[name]/layout.tsx — metadata for School Profile page
src/app/settings/layout.tsx — metadata for Settings page

Existing files modified

src/app/layout.tsx — updated root metadata with title template "%s | MHD" and proper app description
src/app/page.tsx — added title: "Dashboard" metadata
src/app/signin/page.tsx — added title: "Sign In" metadata
src/app/upload/page.tsx — added title: "Upload" metadata

Acceptance Criteria

Each page's title appears in the format "Page | MHD" in the browser tab - done
Root layout uses the template and default metadata pattern as specified in the issue - done

Testing: how did you test?

Ran the app locally and navigated to each page.
Verified the browser tab title updated correctly on each route.

Tag Dan and Shayne

@danglorioso @shaynesidman

hansinig and others added 3 commits April 8, 2026 23:37
Excludes schools with 0 students, teachers, and projects from the
schools table for a given year. Fixes #128.
Converts the Hide Schools button on the heatmap to a shadcn Switch
component. Fixes #155.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds browser tab titles in the format "Page | MHD" for all pages.
Fixes #151.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hansinig hansinig self-assigned this Apr 9, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

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

Project Deployment Actions Updated (UTC)
mhd Ready Ready Preview, Comment Apr 9, 2026 4:12am

@hansinig hansinig linked an issue Apr 9, 2026 that may be closed by this pull request
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.

Feat: Page metadata

1 participant