updated TODO
[profile/ivi/automotive-message-broker.git] / TODO
1
2
3 For 0.11
4
5 - Implement all the DBus properties in the docs/ directory.
6 - update json protocol to include getPropertyInfo calls
7 - update json protocol to support rangerequests with PropertyList instead of a signel property
8 - update database to support zone column 
9 - general support for source and zone filtering in database plugin
10 - no reason for pluginloader to track sources.  core already does it.
11 - create docs for all plugins (README)
12 - handle badly formed messages properly (ie not crash) in websocketsink
13 - GetHistory must filter on source
14
15 Completed:
16
17 - DBus support for time and sequece being an additional api call (ie, getVehicleSpeed()). - DONE
18 - DBus support for objects with multiple sources and multiple 'zones' (/${sourceID}/[${zone}/]batteryVoltage) - DONE
19 - Document changes to the DBus API in the IDL - DONE
20 - add API to get number of sources per a given property (ie uint AbstractRoutingEngine::getSourcesForProperty(VehicleProperty::Property)) - DONE
21 - per-source property filtering in routing engine - DONE
22
23 Other:
24 - grep all the TODOs in the code and do them
25 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
26 - investigate and enable use of provisioning in ssl websockets
27 - enable ambd/plugins.d/
28 - finish implementing openxc plugin