X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=TODO.md;h=da42d591bd5d1239fc159da5dc01d3c37d30d540;hb=7f332543a7931f488b1a123ffc055c99ddeaf7e6;hp=649fb7cf6fd5029acd39a988689ad64c7d01d79d;hpb=c64a1325cbc1e332d4c21a148a8c7192bc9ff147;p=mirrors%2FSokoMan.git diff --git a/TODO.md b/TODO.md index 649fb7c..da42d59 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,7 @@ ##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) + * Need to know autoincremented ID of last inserted row * DB * Reference integrity * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL) @@ -14,6 +13,7 @@ * SQLi (some fixed, some not) * XSS (none fixed) * Code refactoring + * Use something more elegant than get_user_id() (something more universal) and map_unique() (load whole array at once) * Optimize magic quotes usage * Move classes to separate files * Make sure that every method is in the class that it belongs to