Commit Graph

4 Commits

Author SHA1 Message Date
bot
425af467bd 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.
2024-11-27 21:24:01 +00:00
bot
5fc1bc99af feat: add monthly export stats aggregation with region breakdown
Implement new aggregation logic in the export statistics module to compute monthly totals grouped by region, replacing the previous flat summary. The change introduces a `compute_monthly_stats` function that processes raw export records and returns a structured dictionary with per-region counts and revenue.
2024-11-27 16:06:54 +00:00
bot
83578d2376 chore: update export statistics with latest data and formatting adjustments 2024-11-27 14:58:02 +00:00
8265ede65c feat: add initial project structure with core application scaffolding 2024-11-27 14:28:30 +00:00