-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Add 'Private %' Column #9190
Copy link
Copy link
Closed
Labels
Description
To better understand the contribution distribution, we need a new column that shows the ratio of private contributions (py) to total contributions (tc).
Formula: (totalPrivateContributions / totalContributions) * 100
Proposed Implementation:
- Add
totalPrivateContributionscalculated field toDevIndex.model.Contributor. - Add
privateContributionsRatiocalculated field. - Add 'Private %' column to
DevIndex.view.home.GridContainer, positioned after 'Total'.
Reactions are currently unavailable