Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-28 07:42:21 +03:00
parent 1051704194
commit af5634e897

View File

@ -194,7 +194,7 @@ var StoreActions = actions.Actions({
// XXX this should:
// - parse query
// - call: .prepareStoreToSave(..) / .prepareStoreToLoad(..)
// - call: .prepareStoreToSave(..) / .prepareStoreToLoad(..) ???
// - call: .saveStore(..) / .loadStore(..)
// XXX need to be able to either just get data or load/init it too...
// i.e. we need two stages/APIs:
@ -260,6 +260,7 @@ var StoreActions = actions.Actions({
}],
// XXX these should:
// - call: .prepareStoreToSave(..) / .prepareStoreToLoad(..) ???
// - do the save
// XXX these expect the parsed query...
// XXX extend these per store...