Skip to content

Comments

Communities page WIP#4566

Draft
marcoacierno wants to merge 3 commits intomainfrom
communities-pages
Draft

Communities page WIP#4566
marcoacierno wants to merge 3 commits intomainfrom
communities-pages

Conversation

@marcoacierno
Copy link
Member

What

ToDo

@vercel
Copy link

vercel bot commented Feb 7, 2026

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

Project Deployment Actions Updated (UTC)
pycon Error Error Feb 23, 2026 3:15pm

@claude
Copy link
Contributor

claude bot commented Feb 7, 2026

This draft PR adds a CommunitiesSection CMS block for displaying local Python communities, wiring it through Wagtail, Strawberry GraphQL, and Next.js.

Issues to address before merging:

Hardcoded placeholder data
local-communities-content.tsx renders 10 mock community cards with static test data (placeholder images, hardcoded text/URLs). This component's dataFetching method in dynamic-content-display-section/index.tsx also returns an empty array. Both need real implementation before this is mergeable.

GraphQL fragment in wrong file
The CommunitiesSection fragment is added to frontend/src/pages/schedule/fragments/blocks.graphql. This belongs in a CMS/page-level fragments file, not the schedule fragments.

tsconfig.json JSX mode change unexplained
Changing "jsx" from "preserve" to "react-jsx" is a frontend-wide compiler behavior change. There's no explanation for why this is needed, and it could affect how existing JSX is handled across the project.

No tests
No tests for the new Strawberry GraphQL types (Community, CommunitiesSection) or their from_block methods.

@codecov
Copy link

codecov bot commented Feb 7, 2026

Codecov Report

❌ Patch coverage is 85.45455% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.45%. Comparing base (6b43dee) to head (3d2f4ca).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4566      +/-   ##
==========================================
- Coverage   92.52%   92.45%   -0.07%     
==========================================
  Files         357      359       +2     
  Lines       10690    10752      +62     
  Branches      812      815       +3     
==========================================
+ Hits         9891     9941      +50     
- Misses        687      699      +12     
  Partials      112      112              
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant