-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: DevRank Grid Expansion #8934
Copy link
Copy link
Closed
Labels
Description
This task focuses on updating the DevRank UI to display the enriched data fetched by the discovery engine.
Requirements
- Update Model: Modify
DevRank.model.Contributorto includelocation,company,bio, andfollowers. - Grid Columns:
- User: Enhance renderer to include Avatar + Login (Link to GitHub Profile).
- Name: Add a column for the full name.
- Location: Add a column for location.
- Company: Add a column for company.
- Followers: Add a column for follower count.
- Sparklines (Optional/Stretch): If feasible, use the
yearsdata to render a small activity graph in a column.
Acceptance Criteria
- The grid displays the new columns populated with data from
resources/data.json. - Clicking the username opens the GitHub profile.
Reactions are currently unavailable