Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new blog post announcing the UK local area dashboard in PolicyEngine, updates site metadata, and records the change in the release notes.
- Added a new entry in
src/posts/posts.jsonfor the UK local area dashboard post - Created the markdown content file
uk-local-area-dashboard.mdwith analysis, images, and methodology - Updated
changelog_entry.yamlto reflect the addition
Reviewed Changes
Copilot reviewed 3 out of 13 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/posts/posts.json | Added metadata for “Analysing UK policy at the local level” post |
| src/posts/articles/uk-local-area-dashboard.md | New blog post content with links, figures, and methodology |
| changelog_entry.yaml | Changed version bump and listed the new dashboard post |
Comments suppressed due to low confidence (3)
changelog_entry.yaml:1
- Changing the bump level from 'minor' to 'patch' may conflict with semantic versioning, since adding a new feature (blog post) is typically a minor bump. Consider retaining 'minor' to reflect this addition.
- bump: patch
changelog_entry.yaml:4
- The 'added' list now only contains the new dashboard post; verify that the existing 'Add detailed childcare policy analysis report' entry was not removed unintentionally.
- Add UK local area dashboard post
src/posts/articles/uk-local-area-dashboard.md:7
- The trailing '.' italicizes the period; move the period outside the italics (e.g.,
...](link).) for proper formatting.
[_See new estimates for your local area here_](https://uk-local-areas-dashboard-578039519715.us-central1.run.app/)_._
The 398 figure was incorrect. Our data includes 360 local authorities: - E06 (63): Unitary authorities - E07 (164): District councils - E08 (36): Metropolitan districts - E09 (33): London boroughs - N09 (10): Northern Ireland councils - S12 (32): Scottish council areas - W06 (22): Welsh unitary authorities County councils (E10) are intentionally excluded as they overlap with district councils in two-tier areas. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
Author
|
@MaxGhenis I moved the blog post to here: PolicyEngine/policyengine-app-v2#550 |
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.
Fixes #2654