X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=TODO;fp=TODO;h=0000000000000000000000000000000000000000;hb=c64a1325cbc1e332d4c21a148a8c7192bc9ff147;hp=3fabff19069468ff18f71926a22c647ec2784531;hpb=6d98215bad86f1b8e33e79e084e529e4a8dbf631;p=mirrors%2FSokoMan.git diff --git a/TODO b/TODO deleted file mode 100644 index 3fabff1..0000000 --- a/TODO +++ /dev/null @@ -1,23 +0,0 @@ -##TODO - * HOT - * Write some assistants for basic workflows - * Features - * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once) - * DB - * Reference integrity - * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL) - * UI - * CSS - * Templating system - * Stateless barcode scanner interface (php-cli?) - * Security - * SQLi (some fixed, some not) - * XSS (none fixed) - * Code refactoring - * Optimize magic quotes usage - * Move classes to separate files - * Make sure that every method is in the class that it belongs to - * Move CSS and Javascript to separate files - * Use GetText - * English and Czech locales - * Release engineering