Problem/Motivation
Currently you only see the "Total" contributions of the past year, however I think it would be helpful to show a "Total" at the bottom of the list that indicates the amount of credits you gathered since you joined Drupal.org.
Proposed resolution
Add an extra
element with the text "Total: [TOTAL_CREDITS] issue credits" at the bottom of the credits list.
Mockup:

Remaining tasks
- Create a SQL query to calculate the total
- Render the result on the profile page.
User interface changes
Your total issue credits will be displayed.
API changes
Extra callback function will be defined to calculate the total issue credits.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot at May 07 09-01-26.png | 15.11 KB | bramdriesen |
Comments
Comment #2
drummThe plan is to show all issue credits all the time on user profiles, so the “in the past 1 year” would be removed from the heading and that would be the total.
Ideally, this would include commit mentions from before the issue credit system was added #2042697: Add historical issue credits to Drupal.org user profile
Comment #3
bramdriesenOkay cool :)