added first pass of viewing by folders, see TODO for next steps

This commit is contained in:
2021-04-06 17:05:24 +10:00
parent 0ad62f5c07
commit 1ece519a2a
4 changed files with 98 additions and 9 deletions

5
TODO
View File

@@ -1,9 +1,12 @@
## GENERAL
* storage_path viewing needs to be by folder / not a big grab bag of files (by default)
-- mostly done. Need to toggle the view if I want, and when viewing storage area, change single-click to be view file again, and right-click to be my context menu
* when we put files in recycle bin, they need to stay in the DB and just have their root/base path moved (so they can be view as per above/below)
- do I need a 'import/storage/recycle' path/dir 'type'?
* doing actual file deletes needed again [DONE]
- decided a recycle bin would be good [DONE]
- 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
* storage_path viewing needs to be by folder / not a big grab bag of files (by default)
* comment your code
* do we need to make some funcs/code into OO?
* need a way for page to show we are in import_path or storage_path