From 32cedb4e4d4ad0680b18898c4390cb5f759941c4 Mon Sep 17 00:00:00 2001 From: RobWalt Date: Sun, 22 Oct 2023 23:26:56 +0200 Subject: [PATCH] chore: add todo file --- todo.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..0ed883a --- /dev/null +++ b/todo.txt @@ -0,0 +1,5 @@ +- [ ] split up all the different types of state: + - bool + - text + - notification state type has different names + - there exists state type with 3 or even 4 options ("all" and "merged" as additional options)