Conversation
* Basic structure for all pages * File changes, added md for meeting materials * Added most of the meeting materials, new member form done * offboarding and onboarding forms added * using new user data model * Added csv download for filtered results * Added all the RFCs in the right format * added meeting materials and changed forms to google forms * responsiveness added * Auto fix using biome command * Fixed template literals * Added offboarding form
suejinkim20
approved these changes
May 6, 2026
Collaborator
suejinkim20
left a comment
There was a problem hiding this comment.
I was able to pull and run the consortium site locally and everything looks good!
At some point we may want to update the root README.md with directions similar to the @bdc/site and @bdc/docs sections
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.
This PR will bring in the Consortium Site code @Amaru333 completed. Because the main site and docs apps were upgraded to Astro 6 (#14), i've gone ahead and brought this branch up to v6, too. in addition to bumping to Astro v6, the build is configured for static deployment. see it live.
Summary of changes
lots of new pages, components, etc, and here the upgrade-related changes:
apps/consortium/src/layouts/Base.astro: ViewTransitions → ClientRouter
apps/consortium/package.json: astro ^6.2.2, @astrojs/mdx ^5.0.4, @astrojs/react ^5.0.4, @astrojs/node ^10.0.6
apps/consortium/src/content/rfcs/stage-rfc-5.mdx: Escaped <#> → <#> (MDX 3 stricter parser, matches sibling stage-draft-5.mdx)
node_modules + package-lock.json: Wiped & reinstalled (715 packages, 0 vulnerabilities)
astro.config.mjs: Removed output: 'server', removed adapter: node(...), removed @astrojs/node import
package.json: Dropped @astrojs/node dependency
consortium-resources/meeting-materials/[...slug].astro: Added getStaticPaths(), switched to Astro.props, dropped redirect fallback
consortium-resources/rfcs/[...slug].astro: Added getStaticPaths(), switched to Astro.props, dropped redirect fallback
resources/meetings/bams/[...slug].astro: Added getStaticPaths(), switched to Astro.props, dropped redirect fallback
consortium-directory/[id].astro: Tidied to use Astro.props directly, dropped dead-code member-lookup + redirect fallback