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:
parent
b5f455d1a9
commit
7a4e9147ae
BIN
dist/Zhurnal-1.4.37-py3-none-any.whl
vendored
Normal file
BIN
dist/Zhurnal-1.4.37-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/zhurnal-1.4.37.tar.gz
vendored
Normal file
BIN
dist/zhurnal-1.4.37.tar.gz
vendored
Normal file
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user