**Description**
- A new section in main section of the impact module with information about a person’s recent activity
- Recent edits count and bar chart will be shown above recent activity data scorecards
- The “Last edited” value with the following logic:
Within the last day: Today
Between 1-14days: $X days ago
More than 14 days ago: 2+ weeks ago
[[ https://www.figma.com/file/fOa1x7hw6EM9VnaMJv7vib/Positive-reinforcement?node-id=2276%3A111207 | Current Figma design ]]
{F35321847}
- Activity Bar Graph with 30 day, 60 day, and 1 year variations:
{F35496298}
---
**Acceptance Criteria**
Given I'm viewing my Impact Module,
When I view the Recent Editing Activity,
Then I see a small bar chart documenting the number of edits I made over each of the last 30 days,
and I can update to 60 days or 1 year and the chart will update accordingly.
Given I'm viewing my Impact Module,
When I view the data under the bar chart,
Then I see Last Edited and Best Streak data.
---
#### Completion checklist
**Functionality**
[] The patches have been code reviewed and merged
[] The task passes its acceptance criteria
**Engineering**
[] There are existing and passing unit/integration tests
[] Tests for every involved patch should pass
[] Coverage for every involved project should have improved or stayed the same
**Design & QA**
[] If the task is UX/Design related: it must be reviewed and approved by the UX/Design team
[] Must be reviewed and approved by Quality Assurance.
**Documentation**
[] Related and updated documentation done where necessary
- Internal technical changes: internal repository documentation must be updated (README.md, JSDoc, PHPDoc)
- Infrastructure technical changes: technical changes that reflect on environment, infrastructure, endpoints or any other area of interest for technical contributors should be reflected on [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments | Extension:GrowthExperiments ]] or [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments/Technical_documentation | Extension:GrowthExperiments/Technical documentation ]] pages.