finished showing path location on search TODO, also dont want to do the route consolidation suggestion after more thought

This commit is contained in:
2021-06-06 17:25:30 +10:00
parent 6d854628ae
commit baab4569d2

7
TODO
View File

@@ -1,10 +1,4 @@
## GENERAL
* need a way for search results to show we found something in import_path or storage_path:
- now we can use the in_path, then have a series of icons, e.g. disk for storage, ? for import, and bin for recycling
-- only show these on the thumbs *IF* we search (where it may not be obvious where it came from)
=> <i class="fas fa-file-upload"></i>
=> <i class="fas fa-database"></i>
=> <i class="fas fa-trash-alt"></i>
* handle thumbs:
- need to ignore *thumb* -- but consider how we do this and don't screw up 'dir/job counts'
and potentially other stuff like .pa_bin if its in storage/import folder?
@@ -13,7 +7,6 @@
* more OO goodness :)
## MAYBE?
* can we consolidate the files_ip/files_sp/files_rbp route handling functions???
* Bin images need their own context-menu (undelete? instead of delete)
## DB