fixed BUG-78 (deleted recursively too far - took out parent_dir), also deleting from the viewer page works with Delete key too. Removed debugs in viewer for fullscreen
This commit is contained in:
7
TODO
7
TODO
@@ -1,4 +1,8 @@
|
||||
## GENERAL
|
||||
* CleanUpInDir()
|
||||
* should never delete rel_path=''
|
||||
* when it hits an error should stop and not keep cleaning
|
||||
|
||||
* only show say last week of jobs, or last 50? and archive the rest into an archived_jobs table
|
||||
need scheduled jobs:
|
||||
- [DONE] force scans of import/storage paths
|
||||
@@ -11,6 +15,7 @@
|
||||
* per file you could select an unknown face and add it as a ref img to an existing person, or make a new person and attach?
|
||||
|
||||
* when search, have a way to hide deleted files
|
||||
-> not sure where to put this on GUI, its so busy...
|
||||
|
||||
* remember last import dir, so you can just go straight back to it
|
||||
|
||||
@@ -22,8 +27,6 @@
|
||||
};
|
||||
});
|
||||
|
||||
* put a delete option on viewer page
|
||||
|
||||
* delete folder
|
||||
|
||||
* in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route
|
||||
|
||||
Reference in New Issue
Block a user