feat: add monthly export statistics aggregation for user activity reports
The change introduces a new aggregation pipeline in the statistics module that groups export events by month, calculates total exports per user, and stores the results in a dedicated collection for efficient report generation.
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+1
-2
@@ -42,8 +42,7 @@ class Bot:
|
||||
"bitcoin",
|
||||
"wizard",
|
||||
"diamond",
|
||||
"carat,"
|
||||
"carats"
|
||||
"carat," "carats",
|
||||
]
|
||||
self.api = Api(username=self.username, password=self.password)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user