From 085af98af5750e281a5f3ddd61aa535a711db0a4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 15 Mar 2018 10:26:35 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/store.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ui (gen4)/features/store.js b/ui (gen4)/features/store.js index 6de1cc73..dd0415fd 100755 --- a/ui (gen4)/features/store.js +++ b/ui (gen4)/features/store.js @@ -16,14 +16,13 @@ var core = require('features/core') /*********************************************************************/ // XXX TODO: -// - key syntax (path) (DONE) -// : -// - path variables +// - path variables syntax // $VAR or ${VAR} -// - ability to store/load only a specific key from a specific store (DONE) -// Q: path patterns?? -// localstorage:* - save/load everything on localstorage -// *:config - save load config from all stores... +// - general path variables: +// ${INSTANCE} (DONE) +// ... +// - specific path variables +// ... // XXX should we unify this with the save/load API var StoreActions = actions.Actions({