add more future work for s4?

This commit is contained in:
xeals 2023-05-21 22:20:11 +10:00
parent 5f5603fff7
commit d9d8151c74
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -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 - calculate gametime based on active turns rather than moves used
- also solves the issue where paralyzed/confused turns are not counted - also solves the issue where paralyzed/confused turns are not counted
- use asyncio in bot - 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?