Add content to Community page - #1205
Conversation
The Community page currently has minimal placeholder content, which was required for the launch of something else. This change updates the content to something more detailed and meaningful.
WalkthroughThe Community page content in ChangesCommunity page content update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Coverage Report
File CoverageNo changed files found. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/views/community.html`:
- Line 17: The anchor element with class "govuk-link" currently displays
"planning.data.gov.uk" but its href points to
"https://design.planning.data.gov.uk/get-involved-in-designing-data"; update the
link text within the <a class="govuk-link"> element (or alternatively change the
href) so the visible text exactly matches the destination (e.g.,
"design.planning.data.gov.uk" or the full descriptive path) to avoid mismatch
and user confusion.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 1bf7eaf6-939f-4141-937b-c3586224b137
📒 Files selected for processing (1)
src/views/community.html
Description
The Community page currently has minimal placeholder content, which was required for the launch of something else.
This change updates the content to something more detailed and meaningful.
What type of PR is this? (check all applicable)
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Content only update.
Before
After
Added/updated tests?
We encourage you to keep the code coverage percentage at 80% and above.
QA sign off
[optional] Are there any post-deployment tasks we need to perform?
[optional] Are there any dependencies on other PRs or Work?
Summary by CodeRabbit