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({