User story
As a contributor, I want the impact module to provide accurate details about my edits, because then I can trust that data.
Details
The current implementation of the new impact module is showing data related to mainspace edits rather than all edits. Due to this there are some performance issues with pulling some of the data, so we are only pulling data for the user's most recent 1,000 mainspace edits.
We may change the approach in the future (and instead show data for all edits) however for now we should get a quick fix out before the no-deplay period for the issue reported by a user. The "View all your edits (#)" count at the bottom of the impact module displays an incorrect count for any user with more than 1,000 edits:
Acceptance Criteria:
Given I am viewing the newcomer homepage,
When I have made 1 or more edits and the impact module displays,
Then the link at the bottom of the impact module reads: View all edits and links to an unfiltered view of Special:Contributions
