feat(community): add ambassadors section to community page - #824
Conversation
Add the current ambassador roster with GitHub links and avatars, a link to the ambassador program doc, and card/grid styles that reuse the maintainers layout. Signed-off-by: Jimmy Song <jimmy@dynamia.ai>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rootsongjc The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reachedNext included review available in 41 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (3)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe community page loads five ambassador profiles from JSON. It renders localized locations and optional LinkedIn and Website links. Shared CSS styles maintainer and ambassador cards, including responsive single-column layouts. ChangesCommunity ambassador program
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to The community page adds localized ambassador cards with profile links and responsive styling. No concrete current-head issue remains that would block merge. Sequence Diagram(s)sequenceDiagram
participant CommunityPage
participant AmbassadorData
participant BaseUrlUtils
participant AmbassadorCard
CommunityPage->>AmbassadorData: Load ambassador profiles
CommunityPage->>BaseUrlUtils: Resolve avatar paths
CommunityPage->>AmbassadorCard: Render localized profile data and links
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 1 files. (2 skipped: 2 unsupported.) ✨ 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 |
…e links Signed-off-by: Jimmy Song <jimmy@dynamia.ai>
…LinkedIn link; enhance ambassador layout and styles Signed-off-by: Jimmy Song <jimmy@dynamia.ai>
Signed-off-by: Jimmy Song <jimmy@dynamia.ai>
Signed-off-by: Jimmy Song <jimmy@dynamia.ai>
|
/lgtm all three points are covered. the nav landmarks are gone, the card styles are shared through keeping the files committed rather than pointing at the github avatar is a fair call, it means the project controls which image shows. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add the current ambassador roster with GitHub links and avatars, a link to the ambassador program doc, and card/grid styles that reuse the maintainers layout.
Which issue(s) this PR fixes:
Checklist:
npm run lintandnpm run format:checkpassnpm run buildsucceeds for bothenandzhgit commit -s)Summary by CodeRabbit