From ed47ee33fa32b1c986ad90659171654a6fae5318 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 8 Jul 2024 16:13:07 +0300 Subject: [PATCH] Updates TODO --- TODO.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 30c9403..2acf8a9 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,24 @@ - ~~jilo-web.db outside web root~~ -- jilo-web.db writable by web server user +- ~~jilo-web.db writable by web server user~~ + +- major refactoring after v0.1 + +- - add bootstrap template + +- - clean up the code to follow model-view--controller style + +- - no HTML inside PHP code + +- - put all additional functions in files in a separate folder + +- - reduce try/catch usage, use it only for critical errors + +- - move all SQL code in the model classes, one query per method + +- - add 'limit' to SQL and make pagination + +- - pretty URLs routing (no htaccess, it needs to be in PHP code so that it can be used with all servers) - add mysql/mariadb option