User story:
As an event organizer, I want to be able to see an editors view version of the contribution data, so that my event participants can understand their cumulative impact and, if they want, engage in some light competition (such contests).
Background:
We have heard feedback that some volunteers that it would be appreciated to have a leaderboard or editors view of some sort as part of the Collaborative Contributions feature. This is because editors want to see their total impact from an event. Also, some editors enjoy the fun, light competition of seeing how their edit contributions overall stack up against others, and they may be more motivated to edit if they see their ranking in a leaderboard. Meanwhile, some events are actual contests, in which they require statistics on individual output to see who are the top contributors. For this reason, we may want to create a secondary view, which shows total contributions per user.
Acceptance Criteria:
- Given that a user is on the Contributions tab on EventDetails,
- And they are on the "editors" sub-tab, they should see the following columns:
- Username (with one row per username)
- Articles created
- This counts the total number of articles created per user
- Articled edited
- This counts the total number of articles edited per user
- Edit count
- This counts the total number of edits per user (including an edit for when an article was created)
- Bytes
- This counts the total number of bytes changed by user
- All columns should be sortable
- Default is to show usernames sorted alphabetically
If possible, apply same pagination logic to Editors view as Edits view (ref: T408841)- this is no longer required for this task.
Designs
| Flow | Mobile | Desktop |
| 'Editors' toggle selected | ||
Full table for 'Editors'


