Skip to content

Conversation

@bmuenzenmeyer
Copy link
Contributor

@bmuenzenmeyer bmuenzenmeyer commented Oct 12, 2025

Description

Closes #8198

Used the response mentioned in the issue - https://opencollective.com/nodejs/members/all.json

Validation

image

From a quick glance, the order is the same as the current display.

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run pnpm format to ensure the code follows the style guide.
  • I have run pnpm test to check if all tests are passing.
  • I have run pnpm build to check if the website builds without errors.
  • I've covered new added functionality with unit tests if necessary.

Copilot AI review requested due to automatic review settings October 12, 2025 14:45
@bmuenzenmeyer bmuenzenmeyer requested a review from a team as a code owner October 12, 2025 14:45
@vercel
Copy link

vercel bot commented Oct 12, 2025

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

Project Deployment Preview Updated (UTC)
nodejs-org Ready Ready Preview Oct 12, 2025 8:27pm

@bmuenzenmeyer
Copy link
Contributor Author

about to board a plane, knocked this out quick ✈️

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR sorts supporters by donation amount and adds profile links to supporter avatars by utilizing the OpenCollective API response data.

  • Adds sorting functionality to order supporters by total donation amount
  • Adds profile field to supporter data structure and components
  • Updates Avatar component to include clickable profile links

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
apps/site/types/partners.ts Adds profile field to Supporters type definition
apps/site/next-data/generators/supportersData.mjs Implements sorting by donation amount and extracts profile data
apps/site/components/Common/Supporters/index.tsx Updates component to pass profile URL to Avatar component

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Oct 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.44%. Comparing base (7f47056) to head (7bf42a7).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8221      +/-   ##
==========================================
- Coverage   76.60%   76.44%   -0.16%     
==========================================
  Files         115      115              
  Lines        9623     9643      +20     
  Branches      323      316       -7     
==========================================
  Hits         7372     7372              
- Misses       2250     2270      +20     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bmuenzenmeyer bmuenzenmeyer added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 209a438 Oct 13, 2025
12 checks passed
@bmuenzenmeyer bmuenzenmeyer deleted the 8198-supporters-sort-and-link branch October 13, 2025 23:04
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.

Sort supporters by all-time contribution amount and link to their Open Collective page

7 participants