Files
ragnar/dist/ragnar-1.3.37.tar.gz
T
bot 3bf3b35185 feat: add monthly export statistics tracking for user activity reports
Implement a new statistics module that records and aggregates export operations per user on a monthly basis. The change introduces a dedicated database table `user_export_stats` with columns for user_id, month, and total_exports, along with an increment function called on each export completion. This enables future reporting features without impacting existing export logic.
2025-01-11 17:41:48 +00:00

6.7 KiB