feat: add export statistics tracking for user data downloads
- Implemented a new statistics module to record and monitor user export activities - Added database schema changes to store export timestamps and file sizes - Updated export controller to log each export event with relevant metadata - Created API endpoint for retrieving aggregated export statistics
This commit is contained in:
parent
9afdcc6687
commit
6c191d74b6
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -6,6 +6,7 @@ import re
|
||||
from ragnar import log
|
||||
import json
|
||||
|
||||
|
||||
class Bot:
|
||||
|
||||
def __init__(self, username, password):
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user