summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-11 14:10:55 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-11 14:10:55 -0700
commitb928375c535c8d239c77938dd87d63dc3ad9af75 (patch)
tree57a1b1a11f3266ab444686010b652e96c29aa01a /TODO
parent90ed8e6400d09654f0e2b7969c5bd9cb743235c4 (diff)
downloadrvi_core-b928375c535c8d239c77938dd87d63dc3ad9af75.tar.gz
Temp
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 13 insertions, 2 deletions
diff --git a/TODO b/TODO
index 614d6c3..8c8d0cf 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,17 @@
In doc and code, convert JSON-RPC param "parameters" to "arguments" in order to avoid
confusion with JSON-RPC "params"
-In doc and code, rename "target" "service" or potentially "target service"
+In doc and code, rename "target" "service" or potentially "target
+ service"
+
+In HLD, update data_link_up use case (Step 10) to involve service
+ discovery
+
+In HLD, schedule, data link, and service discovery - Fix code so that
+ service availability is managed by service discovery only. Today
+ the network address of a given service (set by data_link_up calls
+ from data_link_device) are received by schedule, which maintains a
+ redundant copy of all service availability states. This should be
+ moved to Servide Discovery, which should forward the call to
+ schedule. HLD
-