Dokumentace (TODO, README)
[mirrors/SokoMan.git] / TODO.md
1 ##TODO
2 * HOT
3 * Write some assistants for basic workflows
4 * Features
5 * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once)
6 * DB
7 * Reference integrity
8 * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL)
9 * UI
10 * CSS
11 * Templating system
12 * Stateless barcode scanner interface (php-cli?)
13 * Security
14 * SQLi (some fixed, some not)
15 * XSS (none fixed)
16 * Code refactoring
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.326873 seconds and 5 git commands to generate.