LearnNewsExamplesServices
Frontmatter
id9029
titleFeat: DevRank Relevance Threshold
stateClosed
labels
enhancement
assigneestobiu
createdAtFeb 7, 2026, 7:17 PM
updatedAtFeb 7, 2026, 7:18 PM
githubUrlhttps://github.com/neomjs/neo/issues/9029
authortobiu
commentsCount0
parentIssue8930
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 7, 2026, 7:18 PM

Feat: DevRank Relevance Threshold

Closed v12.0.0 enhancement
tobiu
tobiu commented on Feb 7, 2026, 7:17 PM

Implement a minimum contribution threshold to ensure the quality of the DevRank index.

Changes:

  • Config.mjs: Add minTotalContributions (default: 1000).
  • Updater.mjs: After fetching user data, check total_contributions. If below threshold, discard the record (do not add to data.json).
  • Optimization: This ensures data.json remains a high-signal list of impactful developers.
tobiu added the enhancement label on Feb 7, 2026, 7:17 PM
tobiu added parent issue #8930 on Feb 7, 2026, 7:17 PM
tobiu assigned to @tobiu on Feb 7, 2026, 7:17 PM
tobiu referenced in commit 6aa3049 - "feat: DevRank Relevance Threshold (#9029) on Feb 7, 2026, 7:18 PM
tobiu closed this issue on Feb 7, 2026, 7:18 PM