From 2b71d071b5ab9be181f36450336a242edfc4cf4c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 25 Feb 2018 03:28:42 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/store.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/store.js b/ui (gen4)/features/store.js index 2864e0a3..28224d12 100755 --- a/ui (gen4)/features/store.js +++ b/ui (gen4)/features/store.js @@ -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: + // { + // : [ + // , + // ... + // ], + // ... + // } 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`