Commit Graph

4 Commits

Author SHA1 Message Date
bot
1325644f4d feat: add export statistics tracking for user data downloads
Implement a new export statistics module that records and aggregates metrics on user data export operations. The change introduces a dedicated statistics service that tracks export frequency, data volume, and user engagement patterns. This enables administrators to monitor export activity and optimize system performance based on usage trends.
2024-11-27 15:56:41 +00:00
bot
3d56456548 chore: update export statistics data with latest quarterly figures 2024-11-27 15:38:57 +00:00
bot
b5e7ffdf9f feat: add monthly export statistics tracking with revenue breakdown
Implement a new statistics module that records export operations per month,
including total revenue, item count, and average order value. The module
aggregates data from the orders and shipments tables, grouping results by
calendar month for reporting purposes.
2024-11-27 14:44:05 +00:00
6d0186c8c0 feat: add initial project structure with core files and configuration 2024-11-27 01:59:42 +00:00