Add a small TODO entry

This commit is contained in:
Marc Di Luzio 2024-08-13 23:03:21 +01:00
parent d856b74d1c
commit f65497b91e

View file

@ -93,6 +93,7 @@ while ./scripts/run.py; end
State is stored locally in a `state.json` file. This will be created by the bot. This stores historical information on users, maching schedules, user auth scopes and more. See [`py/state.py`](py/state.py) for schema information if you need to inspect it.
## TODO
* Implement better tests to the discordy parts of the codebase
* Rethink the matcher scope, seems like maybe this could be simpler or removed
* Implement a .json file upgrade test
* Track if matches were successful