From a5c36e4f0bbc3c929ace8408e158c99fa01e9268 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Mon, 14 Oct 2024 17:38:16 +0100 Subject: [PATCH] Create TODO list --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..d517d66 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +- Factor out language support into some kind of declarative format (likely JSON) + - Make website endpoint that can edit and export strings graphically +- Allow setting settings without account using session regardless +- Create user account profile page (PFP etc.) +- Create forum +- Provide data download + - Publish database somewhere +- Implement search backend