add WebSocket to the TODO list
[brisk.git] / TODO.txt
index 189bcb3..404a808 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -3,16 +3,37 @@
 
   FEATURES |
  ----------+
+   - WEBSOCKET TRANSPORT
+     . client (xynt_streaming.js)
+     . server (transport.phh)
+
+     M1: xynt_test01.php working
+
+     . manage headers correctly in sac-a-push
+
+   - improved S
+     . db update (add components, maybe single string)
+     . filter in index.php
+     . filter in index_wr.php
+
    - prefs API:
      . prefs_assign(content): assign json content as output var
      . prefs_apply(prefs_new): apply new content to g_prefs and system
      . prefs_load(content): load json content and apply to g_prefs and system
 
-     . prefs_save (save to the server the new prefs)
+     . prefs_update: update preferences temporarly
+     . prefs_save: save to the server the new prefs
 
    - preferences (listen into preferences)
+        // js var, volatile server, (db server || cookie)
+        temporary: js var, volatile server
+        permanent: js var, volatile server, (db server || cookie)
+
+     . data from db OR, if missing, from cookies
+
      . update values
      . database change
+     . MANAGE NOT AUTH USERS
 
    - preferences (with "modifiable S")
      . Mod. S: new flag into database