From 9ce72830e171c519d9504ccf5ef418c69bc4e0e7 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 5 Jun 2014 20:19:54 +0000 Subject: [PATCH] Removing TODO in docs : not in svn git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1430 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- docs/TODO | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/TODO diff --git a/docs/TODO b/docs/TODO deleted file mode 100644 index 2e44f73..0000000 --- a/docs/TODO +++ /dev/null @@ -1,17 +0,0 @@ - -TODO ----- -- Check if the access to model is well closed -- Create the html output with views support and layout -- Do authorization model and restict access to the pages -- Automatic routing to do (to be confirmed by a attribute (off by default)) : - call controller by default, with class/method/param1/param2... -- Automatic typing of document .txt=>outputtxt, .xml=>outputxml... off by - default -- Routing : check if "URL === ROUTE (No variables)" part is needed (can be - catched by regex too) -- Routing : add REST functionnality (to pass the type in the header and provide - the result with HTTP error codes) -- Routing : do the work without mod_rewrite (See if we can have only - index.php/param1/param2...) -