From f6ba8d7358b36454e9e02804b5c8c439a0557bce Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 26 Feb 2018 04:24:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/store.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/store.js b/ui (gen4)/features/store.js index 28224d12..06a7d0f4 100755 --- a/ui (gen4)/features/store.js +++ b/ui (gen4)/features/store.js @@ -61,6 +61,9 @@ var StoreActions = actions.Actions({ // ], // ... // } + // ...might also be a good idea to split this to: + // .stores - list of store tags (i.e. Object.keys(this.stores_actions)) + // .stores_actions - dict of store-specific actions get stores(){ return this.cache('stores', function(d){ var res = {} @@ -76,8 +79,6 @@ var StoreActions = actions.Actions({ return res }) }, - // XXX need store client list (???) - //get store_clients(){ return [] }, // events... // XXX update signature -- see doc for: .loadStore(..)