Commit Graph

7 Commits

Author SHA1 Message Date
2789bbeb14 feat: add summary endpoint 2026-01-31 15:46:53 +00:00
445cfbdf96 fix: incorrect data copying 2026-01-31 15:29:53 +00:00
65521b3cce feat: add persistent search filtering
When a search query is sent, it stays filtered and affects other stats. A reset dataset endpoint is available to clear queries
2026-01-31 15:27:06 +00:00
d0d45fb8b0 feat: add search query endpoint 2026-01-31 15:12:31 +00:00
64c3422395 refactor: move pandas processing out of Stat Obj
Also improves error handling and logging
2026-01-29 14:52:43 +00:00
506ef3bd46 refactor: rename endpoint to events_per_day 2026-01-28 19:48:37 +00:00
119032d524 refactor: move stat generation into separate class
Stats are pre-computed as well, improving performance
2026-01-28 19:41:38 +00:00