updated TODO

This commit is contained in:
2021-06-06 12:23:09 +10:00
parent 4ed76961a8
commit 98c4dc1049

6
TODO
View File

@@ -2,11 +2,13 @@
* on start up, should validate the import/storage/recycle bin paths exist and spit an error if they dont
* storage_path viewing needs to be by folder / not a big grab bag of files (by default - DONE)
-- BUG: issue with view by Day, etc. we print out day even if the Entry is not in the cwd
-- TODO: 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
-> EITHER view by folders (and hide the oldest 50 by Day section), or view flat and show it
* 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?