From: Kevron Rees Date: Tue, 20 Aug 2013 18:36:18 +0000 (-0700) Subject: updated TODO X-Git-Tag: accepted/tizen/20131016.224205~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d0ddc2d60ceb7b4f0083fe2611153b496d90e06;p=profile%2Fivi%2Fautomotive-message-broker.git updated TODO --- diff --git a/TODO b/TODO index da56f0b..3aae18c 100644 --- a/TODO +++ b/TODO @@ -3,21 +3,26 @@ For 0.11 - Implement all the DBus properties in the docs/ directory. -- DBus support for time and sequece being an additional api call (ie, getVehicleSpeed()). DONE -- DBus support for objects with multiple sources and multiple 'zones' (/${sourceID}/[${zone}/]batteryVoltage) DONE -- Document changes to the DBus API in the IDL DONE - update json protocol to include getPropertyInfo calls - update json protocol to support rangerequests with PropertyList instead of a signel property - update database to support zone column +- general support for source and zone filtering in database plugin - no reason for pluginloader to track sources. core already does it. - create docs for all plugins (README) - handle badly formed messages properly (ie not crash) in websocketsink +- GetHistory must filter on source + +Completed: + +- DBus support for time and sequece being an additional api call (ie, getVehicleSpeed()). - DONE +- DBus support for objects with multiple sources and multiple 'zones' (/${sourceID}/[${zone}/]batteryVoltage) - DONE +- Document changes to the DBus API in the IDL - DONE +- add API to get number of sources per a given property (ie uint AbstractRoutingEngine::getSourcesForProperty(VehicleProperty::Property)) - DONE +- per-source property filtering in routing engine - DONE Other: - grep all the TODOs in the code and do them -- per-source property filtering in routing engine - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024) - investigate and enable use of provisioning in ssl websockets -- add API to get number of sources per a given property (ie uint AbstractRoutingEngine::sources(VehicleProperty::Property)) - enable ambd/plugins.d/ - finish implementing openxc plugin