From 8ba01dc667eeabe14c27b5f907e8d8eb548e1111 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 5 Sep 2023 01:20:12 +0200 Subject: [PATCH] Renamed TODO.md to TODO as plain text file. (0.28.4) --- TODO.md => TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename TODO.md => TODO (93%) diff --git a/TODO.md b/TODO similarity index 93% rename from TODO.md rename to TODO index 4eaa021..f367df4 100644 --- a/TODO.md +++ b/TODO @@ -4,7 +4,7 @@ 1. Define the status of services (OK and ERROR enough?) 2. Handle the status of services and produce a new internal status (OK, ERROR, WARNING enough?) -3. ~~Implement the Task interface and write a task to store output in a database~~ +3. Implement the Task interface and write a task to store output in a database - DONE 4. Implement the Plugin interface and write a plugin to show some data and statistics in a web interface 5. Add more services, tasks and maybe plugins...