Skip to content

feat: add opt-in contributor leaderboard - #109

Merged
truthixify merged 6 commits into
wraith-protocol:developfrom
Peolite1:feature/contributor-leaderboard
Jul 31, 2026
Merged

feat: add opt-in contributor leaderboard#109
truthixify merged 6 commits into
wraith-protocol:developfrom
Peolite1:feature/contributor-leaderboard

Conversation

@Peolite1

Copy link
Copy Markdown
Contributor

Closes #75

Description

This PR introduces the Contributor Leaderboard to recognize the amazing people who build Wraith Protocol. The leaderboard provides an easy way for contributors to opt-out if they prefer anonymity for privacy or job-search reasons.

Changes Included

  • New /contributors Route: Created a new page (src/pages/Contributors.tsx) that displays contributor cards linking to their GitHub profiles.
  • Data Generation Script: Added scripts/gen-contributors.mjs, which can be run manually or weekly via CI to query the GitHub API for PR counts and wave participation.
  • Opt-out Support: Added src/data/contributors-optout.json. Contributors listed in this file are completely excluded from the generated leaderboard data.
  • Dummy Data: Provided initial dummy data in src/data/contributors.json so the frontend builds and renders properly before the script is run for the first time.

Acceptance Criteria Met

  • Opt-out entries never appear on the leaderboard.
  • Script is documented and runnable manually.
  • Refresh cadence (weekly) is stated clearly on the page.
  • Contributor cards link directly to GitHub profiles.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@Peolite1 is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@Peolite1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify
truthixify merged commit 57d8743 into wraith-protocol:develop Jul 31, 2026
3 of 4 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

Merged. Thanks @Peolite1 — clean opt-in leaderboard implementation, appreciate the care with the a11y attributes.

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.

Contributor leaderboard (opt-in)

3 participants