more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-25 03:28:42 +03:00
parent 6886cb9117
commit 2b71d071b5

View File

@ -50,6 +50,17 @@ var StoreActions = actions.Actions({
//
// XXX this is almost the same as .collection_handlers...
// XXX add support for aliases...
// XXX might be a good idea to shift this from meaning "store handlers"
// to "store APIs", i.e. mark all specific store actions with
// store tag and collect/group them for reference...
// new format:
// {
// <store-tag>: [
// <action-name>,
// ...
// ],
// ...
// }
get stores(){
return this.cache('stores', function(d){
var res = {}
@ -86,9 +97,7 @@ var StoreActions = actions.Actions({
// base API...
// XXX need an alternative way to get .stores
// ...once we remove store-specific actions there will be no way
// to get/set the store-list...
// XXX .stores: see .stores notes above for new semantics...
parseStoreQuery: ['- Store/',
core.doc`