Assistenti nyni ukladaji aktualni UID
[mirrors/SokoMan.git] / TODO.md
1 ##TODO
2 * Features
3 * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once)
4 * Need to know autoincremented ID of last inserted row
5 * DB
6 * Reference integrity
7 * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL)
8 * UI
9 * CSS
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 * Use something more elegant than get_user_id() (something more universal) and map_unique() (load whole array at once)
17 * Optimize magic quotes usage
18 * Move classes to separate files
19 * Make sure that every method is in the class that it belongs to
20 * Move CSS and Javascript to separate files
21 * Use GetText
22 * English and Czech locales
23 * Release engineering
This page took 0.297269 seconds and 5 git commands to generate.