Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction stats in admin #8124

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Conversation

garethrees
Copy link
Member

Render monthly transaction statistics for admins in a more visible place, rather than requiring a developer to run the stats:show rake task.

Screenshot 2024-02-09 at 10 24 36

Need to figure out what to do about performance – generating all-time stats takes around 3 minutes via the rake task for WDTK.

Could do with some cleanup, but moving it to its own controller at least
isolates it for later improvements.
Simplifies the rake task and makes the statistics generation reusable.
Render the Statistics::MonthlyStatistics in a more visible place, rather
than requiring a developer to run the stats:show rake task.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant