From 72b7c978a38b785f76bb5429fe3ba07f43777a90 Mon Sep 17 00:00:00 2001 From: crylia Date: Thu, 12 Sep 2024 05:29:21 +0200 Subject: [PATCH] Add TODO into readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 51baac4..42e3cf5 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,22 @@ Its best to run the bot in a docker container - Blacklist a player with a given reason - Updates a global message - Can check against individual players + +## TODO + +- Write tests + - Mirror production DB to test DB on start + - Figure out how to test discord function (probably fake the data) + - How to validate correct cronjob time? Fake system time? +- Static + - Command to create new static with name, size, members + - Allow CRUD of members + - Give the members the corresponding role + - Create new test and voice channel that only member and admins can see + - Channels should mirror the name of the static + - Reminder for the statics with custom remind times (e.g. 1h early) + - Command that asks every user to confirm a set date and time for the static + - Make it always repeat on the same time, or just once (have to re create every time) + - Write easy to understand documentation and a HOWTO +- Blacklist + - Limit command usage to admins, maybe go away from slash commands?