Commit | Line | Data |
---|---|---|
4f74f44a | 1 | ##TODO |
1c9252f3 | 2 | * HOT |
1c9252f3 | 3 | * Write some assistants for basic workflows |
4f74f44a H |
4 | * Features |
5 | * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once) | |
c9759229 TM |
6 | * DB |
7 | * Reference integrity | |
a084118b | 8 | * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL) |
4f74f44a | 9 | * UI |
c9759229 | 10 | * CSS |
4f74f44a H |
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 | |
c9759229 | 18 | * Move classes to separate files |
4f74f44a | 19 | * Make sure that every method is in the class that it belongs to |
c9759229 | 20 | * Move CSS and Javascript to separate files |
4f74f44a H |
21 | * Use GetText |
22 | * English and Czech locales | |
c64a1325 | 23 | * Release engineering |