Mostly cleanups and a TODO update.

This commit is contained in:
Johannes Findeisen 2022-10-01 09:14:42 +02:00
commit 60752e1a4b
3 changed files with 3 additions and 8 deletions

View file

@ -11,4 +11,5 @@ Things to do in no particular order:
- Add more tasks e.g. storage in mongodb or mariadb and some more notifications like XMPP and SMS
- Check for all required configuration options and set defaults in services.
- Write documentation and inline documentation.
- Add kwargs ro notifications, tasks and maybe plugins.
- Add kwargs to notifications, tasks and maybe plugins.
- Add date and cron based scheduling to linspector.py to make the full use of APScheduler.