Dokumentace (TODO, README)
[mirrors/SokoMan.git] / TODO.md
diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..649fb7c
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,23 @@
+##TODO
+  * HOT
+    * Write some assistants for basic workflows
+  * Features
+    * INSERT/UPDATE to multiple tables (so brand new item can be inserted with model at once)
+  * DB
+    * Reference integrity
+    * Use INSTEAD OF triggers to maintain audit trails (currently not supported by MySQL)
+  * UI
+    * CSS
+    * Templating system
+    * Stateless barcode scanner interface (php-cli?)
+  * Security
+    * SQLi (some fixed, some not)
+    * XSS (none fixed)
+  * Code refactoring
+    * Optimize magic quotes usage
+    * Move classes to separate files
+      * Make sure that every method is in the class that it belongs to
+    * Move CSS and Javascript to separate files
+    * Use GetText
+      * English and Czech locales
+  * Release engineering
This page took 0.124992 seconds and 4 git commands to generate.