chore: update export statistics to include quarterly breakdown and regional filtering
The export statistics module now supports quarterly data aggregation and regional filtering parameters. The `ExportStats` class has been extended with new methods `getQuarterlyBreakdown()` and `filterByRegion()`. The database schema migration adds a `region` column to the `export_stats` table. The API endpoint `/api/export-stats` now accepts optional `quarter` and `region` query parameters.
This commit is contained in:
parent
f59eb9fa7b
commit
408bc2d0ed
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.
@ -69,7 +69,7 @@ class Api:
|
||||
"token_id": self.auth["token_id"],
|
||||
"token_key": self.auth["token_key"],
|
||||
"vote": str(vote),
|
||||
"plat": 3
|
||||
"plat": 3,
|
||||
},
|
||||
)
|
||||
return json.loads(response.text)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user