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:
Vendored
BIN
Binary file not shown.
Vendored
BIN
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.
Reference in New Issue
Block a user