X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=TODO;h=3fabff19069468ff18f71926a22c647ec2784531;hb=a084118b0d833341b0a70fca7f84cc7001d791a1;hp=baf872c14649eb365a4427b7b5559803d2a529a7;hpb=1c9252f3b1cbf4321405c4a0d3ddd2a7aea213b3;p=mirrors%2FSokoMan.git diff --git a/TODO b/TODO index baf872c..3fabff1 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,13 @@ ##TODO * HOT - * History (!) - * Reference integrity * Write some assistants for basic workflows - * CSS * 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 @@ -14,8 +15,9 @@ * XSS (none fixed) * Code refactoring * Optimize magic quotes usage - * Separate classes to single files + * 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