updated todo, now have selection code in, but need to start to think of storage_dir/path

This commit is contained in:
2021-02-06 16:57:47 +11:00
parent dac9862171
commit a60017e7ce

12
TODO
View File

@@ -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