Frontmatter
| id | 8934 |
| title | Feat: DevRank Grid Expansion |
| state | Closed |
| labels | enhancementdesign |
| assignees | tobiu |
| createdAt | Feb 1, 2026, 4:38 PM |
| updatedAt | Feb 1, 2026, 4:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8934 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 1, 2026, 4:55 PM |
Feat: DevRank Grid Expansion
tobiu added parent issue #8930 on Feb 1, 2026, 4:38 PM
tobiu assigned to @tobiu on Feb 1, 2026, 4:39 PM
tobiu cross-referenced by #8933 on Feb 1, 2026, 4:49 PM

tobiu
Feb 1, 2026, 4:55 PM
Input from Gemini 3 Pro:
✦ I have successfully updated the DevRank frontend to visualize the enriched contributor data.
Changes Implemented
- Model Update: Updated
DevRank.model.Contributorto includelocation,company,bio, andfollowers.- Grid Expansion:
- User Column: Enhanced to show a 32px circular avatar, the login (linked to GitHub), and the user's full name if available.
- New Columns: Added
Followers,Company, andLocationcolumns.- Formatting: Applied number formatting to
ContributionsandFollowers. Cleaned up company names (removing '@'). Formatted theLast Activedate.- Layout: Adjusted column widths and alignment for better readability.
The Grid is now fully synced with the backend data structure. I will now close this ticket.
tobiu closed this issue on Feb 1, 2026, 4:55 PM
This task focuses on updating the DevRank UI to display the enriched data fetched by the discovery engine.
Requirements
DevRank.model.Contributorto includelocation,company,bio, andfollowers.yearsdata to render a small activity graph in a column.Acceptance Criteria
resources/data.json.