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:
2022-01-14 13:49:39 +11:00
parent 3678a5892f
commit bd7cae6037
4 changed files with 22 additions and 40 deletions

7
TODO
View File

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