Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-26 05:29:47 +03:00
parent 595e3499fe
commit 984de33b1e

View File

@ -438,6 +438,7 @@ var CollectionActions = actions.Actions({
// ...when saving a partial collection set, for example in // ...when saving a partial collection set, for example in
// .prepareIndexForWrite(..) it would be necessary to add it // .prepareIndexForWrite(..) it would be necessary to add it
// in to maintain the correct order when merging... (XXX) // in to maintain the correct order when merging... (XXX)
// XXX make this reflect the format automatically...
json: [function(){ return function(res){ json: [function(){ return function(res){
var collections = this.collections var collections = this.collections
@ -691,9 +692,13 @@ module.UICollection = core.ImageGridFeatures.Feature({
// XXX Things to try/do: // XXX Things to try/do:
// - save collection on exit/write (?) // - save collection on exit/write (?)
// - lazy load collections (load list, lazy-load data) // - lazy load collections (load list, lazy-load data)
// - load directories as collections... // - collection index
// - load directories as collections (auto?)...
// - export collections to directories... // - export collections to directories...
// - collection history... // - auto-export collections (on save)...
// - add new images
// - remove old images...
// - collection history (same as ctrl-shift-h)...
var FileSystemCollectionActions = actions.Actions({ var FileSystemCollectionActions = actions.Actions({