X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=TODO.txt;h=fd9ece4e1ca49199935604df65c4405cfa3dc35b;hb=refs%2Fheads%2Fws;hp=ef083d39114ff6569079b568c7aa98142c41e9cf;hpb=22b71dd0fd76bf5af565d56c3e82ea77b4b44bc5;p=brisk.git diff --git a/TODO.txt b/TODO.txt index ef083d3..fd9ece4 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,14 +3,51 @@ FEATURES | ----------+ + - WEBSOCKET TRANSPORT + . refactoring $enc attribute management + DONE . reintroduced $enc = 'plain' for websocket + DONE . fallback for not correct WS version + DONE . fini of ws stream + DONE . reactivate compression + DONE . fix xynt_test01 + DONE M2: brisk working + DONE . manage multiport apache config + DONE . manage headers correctly in sac-a-push + DONE . manage transport.close method where required + DONE . xynt_stream: manage fallback to multiple ports + DONE . manage fini for ws + POST . server: manage input data from clients + POST . manage ping/pong (seems not required) + + DONE . client (xynt_streaming.js) + DONE . server (transport.phh) + + DONE M1: xynt_test01.php working + + + - improved S + . db update (add components, maybe single string) + . filter in index.php + . filter in index_wr.php + - prefs API: - . prefs_save (save to the server the new prefs) - . prefs_load (load prefs structure with a json) - . prefs_apply (from server, and after prefs_save if success) + . 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_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