From eba240302f91bc8c36be170a29bdb3fbdaab47c4 Mon Sep 17 00:00:00 2001 From: neoarz Date: Thu, 18 Sep 2025 15:27:16 -0400 Subject: [PATCH] chore(todo): create todo list Introduces a TODO.md file outlining current and future development tasks for Syntrel, including idevice commands, unit tests, documentation, utility commands, tag system improvements, logging fixes, and webhook support. --- TODO.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..596651a --- /dev/null +++ b/TODO.md @@ -0,0 +1,18 @@ +# Todo List for Syntrel + +[ ] Finish idevice commands + +[ ] Add unit tests + +[ ] Add documentation to readme + +[ ] Create utility commands + +[ ] Clean tag system from [tags branch](https://github.com/neoarz/Syntrel/tree/tags) (make sure db is persistent) + +[ ] Fix logging and add graceful shutdown + + +## Future + +[ ] Add webhook support \ No newline at end of file