Frontmatter
| id | 9029 |
| title | Feat: DevRank Relevance Threshold |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 7:17 PM |
| updatedAt | Feb 7, 2026, 7:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9029 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 7:18 PM |
Implement a minimum contribution threshold to ensure the quality of the DevRank index.
Changes:
Config.mjs: AddminTotalContributions(default: 1000).Updater.mjs: After fetching user data, checktotal_contributions. If below threshold, discard the record (do not add todata.json).data.jsonremains a high-signal list of impactful developers.