Added rudimentary support for UID/GID
[mirrors/SokoMan.git] / TODO.md
CommitLineData
4f74f44a
H
1##TODO
2 * Features
3 * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once)
7b5547db 4 * Need to know autoincremented ID of last inserted row
c9759229
TM
5 * DB
6 * Reference integrity
a084118b 7 * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL)
4f74f44a 8 * UI
c9759229 9 * CSS
4f74f44a
H
10 * Templating system
11 * Stateless barcode scanner interface (php-cli?)
12 * Security
13 * SQLi (some fixed, some not)
14 * XSS (none fixed)
15 * Code refactoring
16 * Optimize magic quotes usage
c9759229 17 * Move classes to separate files
4f74f44a 18 * Make sure that every method is in the class that it belongs to
c9759229 19 * Move CSS and Javascript to separate files
4f74f44a
H
20 * Use GetText
21 * English and Czech locales
c64a1325 22 * Release engineering
This page took 0.10897 seconds and 4 git commands to generate.