From 5bd40795a05e188b20e2e90852ffd4e5816168e5 Mon Sep 17 00:00:00 2001 From: flashwave Date: Thu, 9 Nov 2023 13:55:30 +0000 Subject: [PATCH] Updated TODO list. --- TODO.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/TODO.md b/TODO.md index b45dd9d..da7d660 100644 --- a/TODO.md +++ b/TODO.md @@ -4,15 +4,6 @@ - Create tests for everything testable. - - Draw out a plan for the templating backend. - - Will probably just construct using the HTML abstraction stuff, would make AJAX'ing page updates trivial also. - - Reinvestigate the semi-isolated PHP script template system I used in some other project, I forgot which. - - - Determine structure for markup parsing abstraction. - - Writing a bbcode and markdown parser outside of Index, will implement a structure when done. - - - Create HTML construction utilities. - - Create similarly address GD2/Imagick wrappers. - Figure out the SQL Query builder. @@ -22,6 +13,8 @@ - Add RSS/Atom feed construction utilities. + - Verify structure of the DateTime types. + ## Low Prio - Get guides working on phpdoc.