updated TODO
This commit is contained in:
10
TODO
10
TODO
@@ -9,9 +9,10 @@
|
|||||||
|
|
||||||
### BACKEND
|
### BACKEND
|
||||||
scan storage_dir
|
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
|
* 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)
|
-- started on some basic optimisations (commit logs every 100 logs, not each log)
|
||||||
- with debugs: import = 04:11, getfiledetails== 0:35:35
|
- with debugs: import = 04:11, getfiledetails== 0:35:35
|
||||||
@@ -37,6 +38,11 @@
|
|||||||
-> delete old jobs / auto delete jobs older than ???
|
-> delete old jobs / auto delete jobs older than ???
|
||||||
|
|
||||||
### UI
|
### 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...
|
sorter...
|
||||||
need some way to multiselect images [DONE]
|
need some way to multiselect images [DONE]
|
||||||
and then get them into a new "folder"
|
and then get them into a new "folder"
|
||||||
|
|||||||
Reference in New Issue
Block a user