feat: add monthly export statistics tracking to analytics module

Implement a new monthly export statistics feature that records and aggregates export operations by month, including total exports, successful exports, and failure counts. The change adds a new `export_statistics` table with columns for month, year, total_exports, successful_exports, and failed_exports, along with a stored procedure to increment counters atomically. The analytics dashboard now displays a monthly export performance chart using this data.
This commit is contained in:
bot 2024-11-27 21:24:01 +00:00
parent 19b306362b
commit a204823d41
2 changed files with 0 additions and 0 deletions

Binary file not shown.

Binary file not shown.