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:
Mockup of the result

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.

CommentFileSizeAuthor
Screenshot at May 07 09-01-26.png15.11 KBbramdriesen

Comments

BramDriesen created an issue. See original summary.

drumm’s picture

Assigned: Unassigned » drumm
Status: Active » Closed (duplicate)
Related issues: +#2042697: Add historical issue credits to Drupal.org user profile

The 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

bramdriesen’s picture

Okay cool :)