Open
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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