From 4b0c64e9d8032652e2ef62d05b85a775c9c29028 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 17 Apr 2021 17:47:47 +1000 Subject: [PATCH] updated TODO based on last file.py change for static/Storage usage --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index cce5699..8fe3dda 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ ## GENERAL * issue where someone could call IP .../Imp/photos and SP .../Sto/photos and then static/photos is ambiguous: -- TODO: make path prefix by static// so that files are in: static//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. -- 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)