removed some actions done, added new

This commit is contained in:
2021-03-26 17:10:01 +11:00
parent 5ee718b1d4
commit 7304fc0916

12
TODO
View File

@@ -1,11 +1,12 @@
## GENERAL ## GENERAL
* storage_path viewing needs to be by folder / not a big grab bag of files (by default)
* doing actual file deletes needed again * 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 * AddJobForLog can absorb DEBUGs, etc. in fact fix up logging in general
* comment your code * comment your code
* do we need to make some funcs/code into OO? * 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 * 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 ## DB
Need to think about... Need to think about...
@@ -54,21 +55,22 @@
-> delete old jobs / auto delete jobs older than ??? -> delete old jobs / auto delete jobs older than ???
### UI ### UI
paginate duplicate fixing as its too much at once
job management: job management:
joblog needs to show only say 25 log lines (last?) by default and allow see start/end, page by page, and search 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 all jobs (via GUI)
clear old jobs? (via b/end?) clear old jobs? (via b/end?)
clear FE messages (at least dup ones on File data deletion) -- in backend 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 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... 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"
- 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 :) - 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?) 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 (vertical timeline, date has thumbnails (small) horizontally along
a page, etc.? a page, etc.?