updated TODO

This commit is contained in:
2021-02-27 17:33:49 +11:00
parent fe1c01e2f4
commit b137e74abd

10
TODO
View File

@@ -9,9 +9,10 @@
### BACKEND
scan storage_dir
* need to be smart not to 'rescan' import_dir if it is inside storage_dir
* need to find / remove duplicate files from inside storage_dir and itself, and in import_dir and in storage_dir
* so we can AI that and search all photos)
implications --
VIEWING: need to view import dir and view storage dir as separate menu items AND make it clear what you are looking at in header
MOVING/COPYING: need to be smart, its a file move/copy depending on file systems (if import_dir/storage_dir on same fs, we can use mv - much faster)
-- started on some basic optimisations (commit logs every 100 logs, not each log)
- with debugs: import = 04:11, getfiledetails== 0:35:35
@@ -37,6 +38,11 @@
-> delete old jobs / auto delete jobs older than ???
### UI
job management:
clear all jobs (via GUI)
clear old jobs? (via b/end?)
clear FE messages (at least dup ones on File data deletion) -- in backend
sorter...
need some way to multiselect images [DONE]
and then get them into a new "folder"