feat: add monthly export statistics tracking to admin dashboard
- Implemented new ExportStats model with fields for total exports, successful exports, and failure counts - Added monthly aggregation logic to compute export metrics from the exports table - Updated admin dashboard controller to fetch and display export statistics for the current month - Created new API endpoint `/api/admin/export-stats` returning JSON with export counts and success rate - Added frontend component to render export statistics as a summary card on the admin dashboard
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: Zhurnal
|
||||
Version: 1.3.37
|
||||
Version: 1.4.37
|
||||
Summary: Web executor and logger
|
||||
Author: retoor
|
||||
Author-email: retoor@molodetz.nl
|
||||
|
||||
Reference in New Issue
Block a user