feat: add freshness decay to tackle analytics

This commit is contained in:
ik
2026-09-21 18:02:23 +07:00
parent 91019cbf3a
commit e4e10bb4e9
7 changed files with 819 additions and 6 deletions
+1
View File
@@ -118,6 +118,7 @@ class TackleCombinationOut(BaseModel):
catches: int
unique_players: int
last_seen_at: datetime
freshness_score: int
status: str
explanation: str