added TODOs

This commit is contained in:
2022-01-07 17:32:01 +11:00
parent ff41164eff
commit e5f271c4bf

4
TODO
View File

@@ -7,6 +7,8 @@
* remember last import dir, so you can just go straight back to it * remember last import dir, so you can just go straight back to it
* offer similar existing folders (based on date range +/- say 2 days)
* in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route * in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route
-- only way to fix this, is for when we POST to viewlist, it returns json, and we never leave /view/X -- only way to fix this, is for when we POST to viewlist, it returns json, and we never leave /view/X
-- then we can stay on-page, and stay in FS and then just call ViewImageOrVide() -- then we can stay on-page, and stay in FS and then just call ViewImageOrVide()
@@ -34,6 +36,8 @@
* get build process to create a random string for secret for PROD, otherwise use builtin for dev * get build process to create a random string for secret for PROD, otherwise use builtin for dev
* when search, have a way to hide deleted files
* dup issues: * dup issues:
* when we have lots of dups, sort the directories by alpha so its consistent when choosing * when we have lots of dups, sort the directories by alpha so its consistent when choosing
* auto-detect has 0 choices to keep 0 files -- not sure what that was about really * auto-detect has 0 choices to keep 0 files -- not sure what that was about really