updated todo
[profile/ivi/automotive-message-broker.git] / TODO
1 For 0.9.0:
2
3 - Test database plugin. specifically get ranged support with example sink
4 - websocket source may want to implement a timeout on Get/Set/GetRanged calls and reply with success=false (TEST)
5 - We may have a resource leak when closing a websocket connection.  make sure stuff is getting unreff'd enough.
6
7 Other:
8 - fill in the fromGVariant() methods in list and map abstract property types.
9 - grep all the TODOs in the code and do them
10 - per-source property filtering in routing engine
11 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
12 - investigate and enable use of provisioning in ssl websockets
13 - add API to get number of sources per a given property (ie uint AbstractRoutingEngine::sources(VehicleProperty::Property))
14 - Implement all the DBus properties in the docs/ directory.
15 - DBus support for objects with multiple sources and multiple 'zones' (ie /org/automotive/${sourceID}/${zone}/batteryVoltage/${index})
16 - DBus support for time and sequece being included in dbus properties.
17 - Document changes to the DBus API
18 - Clean up sink subscription process so that subscription only happens once regardless of whether the 
19 property is supported or not at the time
20 - enable ambd/config.d/
21