Feed public meetup pages from Events Management - #19
Merged
Conversation
Elvis020
force-pushed
the
feature/events-management-public-feed
branch
from
July 29, 2026 23:32
1a360b0 to
5a58309
Compare
- Generate the homepage, meetup index, and meetup detail routes from the canonical Events Management public feed, with a complete local YAML fallback. - Validate response shape, dates, unique slugs, safe URLs, response size, timeouts, and approved media embed hosts before rendering upstream data. - Preserve registration, schedules, speakers, photos, videos, and quarterly shared links while improving the mobile meetup detail hero. - Keep GitHub Pages and Cloudflare builds fully static and refresh meetup content on push, manual, and scheduled builds without environment-variable configuration. - Upgrade Astro and Wrangler with patched dependency overrides to clear known advisories. Verification: pnpm frozen install; live build with 9 meetups and 11 pages; forced-offline fallback build with 8 YAML meetups and 10 pages; deployment dry run; audit with no known vulnerabilities; desktop and mobile browser QA; git diff --check.
Elvis020
force-pushed
the
feature/events-management-public-feed
branch
from
August 1, 2026 09:50
19b2473 to
cc47c77
Compare
bubunyo
approved these changes
Aug 1, 2026
bubunyo
left a comment
Contributor
There was a problem hiding this comment.
looks good. but you might want to integrate some http native caching headers
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.
Summary
Use Events Management as the build-time source for public meetup pages while keeping the website static.
Changes
https://em.devcongress.org/api/public/meetups.Verification
pnpm build: 9 meetups loaded from Events Management; 11 pages generatedpnpm deploy:dry-runpnpm audit --audit-level moderate: no known vulnerabilities