Skip to content

feat: add OSS Worth across GitHub and Stack Overflow - #186

Merged
sajeetharan merged 2 commits into
mainfrom
feature/oss-worth
Aug 17, 2026
Merged

feat: add OSS Worth across GitHub and Stack Overflow#186
sajeetharan merged 2 commits into
mainfrom
feature/oss-worth

Conversation

@sajeetharan

Copy link
Copy Markdown
Owner

Summary

  • add a versioned OSS Worth calculator using fictional OSS Credits
  • allocate a strict 60% maximum to GitHub and 40% to Stack Overflow without redistributing missing SO data
  • show separate GitHub and Stack Overflow cards with source values, weights, caps, and formula version
  • add compact OSS Worth values and deterministic Worth sorting to the leaderboard
  • expose the additional public metrics required by the shared calculator

Formula

  • GitHub: stars, commits, repository reach, followers, and public repositories; maximum 600,000 OSC
  • Stack Overflow: reputation, accepted-answer estimate, and badges; maximum 400,000 OSC
  • Combined maximum: 1,000,000 OSC
  • Fixed log-normalization caps keep results stable as the indexed cohort changes

Testing

  • npm test (130 passed)
  • npm run build
  • desktop browser: two cards, disclaimer, compact leaderboard value, and descending Worth sort verified
  • 390px production browser: cards stack, no section/page overflow, and leaderboard rows remain 62px

Closes #185

@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
dev-globe-viz Ready Ready Preview Aug 17, 2026 4:17am

@github-actions

Copy link
Copy Markdown

馃殌 Preview deployed: https://dev-globe-a7kd4b436-sajeetharans-projects.vercel.app

@sajeetharan
sajeetharan merged commit bcad852 into main Aug 17, 2026
4 checks passed
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.

[Feature] Add OSS Worth from GitHub and Stack Overflow contributions

1 participant