Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-15 10:26:35 +03:00
parent 61e0ae2f33
commit 085af98af5

View File

@ -16,14 +16,13 @@ var core = require('features/core')
/*********************************************************************/ /*********************************************************************/
// XXX TODO: // XXX TODO:
// - key syntax (path) (DONE) // - path variables syntax
// <store>:<path>
// - path variables
// $VAR or ${VAR} // $VAR or ${VAR}
// - ability to store/load only a specific key from a specific store (DONE) // - general path variables:
// Q: path patterns?? // ${INSTANCE} (DONE)
// localstorage:* - save/load everything on localstorage // ...
// *:config - save load config from all stores... // - specific path variables
// ...
// XXX should we unify this with the save/load API // XXX should we unify this with the save/load API
var StoreActions = actions.Actions({ var StoreActions = actions.Actions({