update TODO
[contrib/cloudeebus.git] / TODO
1 Session disconnect:
2 -------------------
3 - gracefully handle session disconnect
4 - investigate disconnect / cleanup API
5
6
7 Object / method cache:
8 ----------------------
9 - design cache cleanup mechanism, periodic or on demand.
10 - optimize cache if needed.
11 - investigate Javascript object destructor callbacks.
12
13
14 Distribution:
15 -------------
16 - investigate javascript library minimizing / obfuscation.
17
18
19 Proxy object properties:
20 ------------------------
21 - try to retrieve properties at introspection only if mentioned in xml data.
22 - add "onPropertiesChanged(successCB)" method to automatically update properties.
23
24
25 Security:
26 ---------
27 - support Challenge Response Authentication