-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Swap 'Private %' and 'Commits %' Columns #9192
Copy link
Copy link
Closed
Labels
Description
Swap the positions of the 'Private %' and 'Commits %' columns in the DevIndex grid.
Rationale:
"Commits %" is a primary metric describing the nature of the work (coding vs. other), making it a closer sibling to "Total Contributions". "Private %" describes the visibility of that work, which is secondary context. Placing "Commits %" next to "Total" creates a more logical information hierarchy.
Task:
- Update
apps/devindex/view/home/GridContainer.mjsto reorder the columns inbuildDynamicColumns.
Reactions are currently unavailable