From 7304fc0916d1fe6658577d1f8574b2db680bda2b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 26 Mar 2021 17:10:01 +1100 Subject: [PATCH] removed some actions done, added new --- TODO | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 01a1be2..7a0051f 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,12 @@ ## GENERAL + * storage_path viewing needs to be by folder / not a big grab bag of files (by default) * doing actual file deletes needed again + - decided a recycle bin would be good + - could also allow undelete per file / show content as another Files->View and more like storage (i.e. show folders) * AddJobForLog can absorb DEBUGs, etc. in fact fix up logging in general * comment your code * do we need to make some funcs/code into OO? - * scan_sp needs to be in scannow * need a way for page to show we are in import_path or storage_path - * storage_path viewing needs to be by folder / not a big grab bag of files (by default) ## DB Need to think about... @@ -54,21 +55,22 @@ -> delete old jobs / auto delete jobs older than ??? ### UI - paginate duplicate fixing as its too much at once - job management: joblog needs to show only say 25 log lines (last?) by default and allow see start/end, page by page, and search clear all jobs (via GUI) clear old jobs? (via b/end?) clear FE messages (at least dup ones on File data deletion) -- in backend need to copy into here the jquery/fa files so we don't need internet to function + - for that matter run lightspeed against all this + + file view should have show folders / flat as a choosable somehow + sorter... need some way to multiselect images [DONE] and then get them into a new "folder" - this needs to 'move' the files / database info from import path to new storage path -- so if we do face rec. we don't need to redo it :) - timelineview? (I think maybe sunburst for large amounts of files, then maybe something more timeline-series for drilling in?) (vertical timeline, date has thumbnails (small) horizontally along a page, etc.?