updated TODO based on last file.py change for static/Storage usage

This commit is contained in:
2021-04-17 17:47:47 +10:00
parent 724d9b9a2e
commit 4b0c64e9d8

1
TODO
View File

@@ -1,6 +1,7 @@
## GENERAL ## GENERAL
* issue where someone could call IP .../Imp/photos and SP .../Sto/photos and then static/photos is ambiguous: * issue where someone could call IP .../Imp/photos and SP .../Sto/photos and then static/photos is ambiguous:
-- TODO: make path prefix by static/<ptype.name>/ so that files are in: static/<ptype.name>/in_path.pp/dir.rel_path/ -- TODO: make path prefix by static/<ptype.name>/ so that files are in: static/<ptype.name>/in_path.pp/dir.rel_path/
-- right now, I have hardcoded static/Storage in files.py so folder view will be broken until I do the above
-- then deleting below would just path_prefix from static/storage to .pa_bin/storage, etc. -- then deleting below would just path_prefix from static/storage to .pa_bin/storage, etc.
-- need to be able to view recycle bin (should be simple when we have path_types) &&& should able to consolidate the files_ip/files_sp/files_rb? route handling functions -- need to be able to view recycle bin (should be simple when we have path_types) &&& should able to consolidate the files_ip/files_sp/files_rb? route handling functions
-- could also allow undelete per file / show content as another Files->View and more like storage (i.e. show folders) -- could also allow undelete per file / show content as another Files->View and more like storage (i.e. show folders)