Dokumentace (znovu)
[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 * Optimize magic quotes usage
17 * Move classes to separate files
18 * Make sure that every method is in the class that it belongs to
19 * Move CSS and Javascript to separate files
20 * Use GetText
21 * English and Czech locales
22 * Release engineering
This page took 0.262134 seconds and 5 git commands to generate.