diff --git a/TODO b/TODO index 8c24555..d115154 100644 --- a/TODO +++ b/TODO @@ -39,14 +39,8 @@ so go back to empty DB, etc. ### UI sorter... - need some way to multiselect images and then get them into a new "folder" - can we do drag and drop highlighting? - maybe we could even drag a series of images to a new folder and - then eventually "execute" the change? - - #### this disables right-click, and tells you if shift is clicked, can do ctrl the same way - #### need to switch this to work for left-click, not right, and show highlight / remember which so we can do shift & control - $('.thumb').contextmenu( function(e) { console.log("Shift?:" + e.shiftKey ); return false; }); + need some way to multiselect images [DONE] + and then get them into a new "folder" Will also need a 'real storage path' one day allow scanning this too if we want (so we can AI that and search all photos) @@ -72,3 +66,5 @@ so go back to empty DB, etc. * exif processing? * location stuff - test a new photo from my camera out -- image is in dir, need to look at exifread output + + * also need to find / remove duplicate files from inside import_dir and in storage_dir