From d9d8151c744e8119a79c1c2cb653bb664b8e8869 Mon Sep 17 00:00:00 2001 From: xeals Date: Sun, 21 May 2023 22:20:11 +1000 Subject: [PATCH] add more future work for s4? --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8fd47fe..9a43508 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,13 @@ whatever SQL queries against the data file (default `data.db`) you want. - calculate gametime based on active turns rather than moves used - also solves the issue where paralyzed/confused turns are not counted - use asyncio in bot +- allow for entering unplayed forfeits +- easy correction of game drift (e.g., two games played for a single team in a week) +- collect stats on teras and megas +- inline common queries into the base database as views +- channel filtering for replay collection +- move/damage tracking: + - delayed damage (Future Sight and co) + - self-damage misattribution (Belly Drum, possibly Explosion) + - indirect status (Toxic Spikes) + - weather?