Frontmatter
| id | 9030 |
| title | Refactor: DevRank Data Naming Convention & Whitelist |
| state | Closed |
| labels | refactoring |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 7:20 PM |
| updatedAt | Feb 7, 2026, 7:27 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9030 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 7:27 PM |
Rename data files to be more semantic and introduce a whitelist policy.
Renaming:
data.json->users.json(The primary dataset).users.json->tracker.json(The backend discovery index).New Feature:
whitelist.json: List of users to include inusers.jsoneven if they are below theminTotalContributionsthreshold.