From 622dd3c16a9673d4ebc4236a65447ec550e0493e Mon Sep 17 00:00:00 2001 From: watn3y Date: Wed, 6 Sep 2023 19:33:55 +0200 Subject: [PATCH] add todolist --- TODO.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..6ed3f76 --- /dev/null +++ b/TODO.md @@ -0,0 +1,13 @@ +## ;todolist + +- Improve logging + - differentiate between debug and non-debug logs +- Separate download backend into multiple functions + - make YouTube and http backend + - maybe http upload backend +- add nenefoot feature + - integrate nenefoot into db + - add nene details + - user, time, codec, etc +- seperate sql from gaypoints + - prepare SQL queries in functions and send them to sql \ No newline at end of file