new BUG (very minor), reordered TODOs and now have basic stale job handling - they are detected, and can be cancelled or restarted from GUI
This commit is contained in:
12
TODO
12
TODO
@@ -1,8 +1,4 @@
|
||||
## GENERAL
|
||||
* dont allow me to stupidly move a folder to itself
|
||||
|
||||
* move all unsorted photos/* -> import/
|
||||
|
||||
* per file you could select an unknown face and add it as a ref img to an existing person, or make a new person and attach?
|
||||
|
||||
* when search, have a way to hide deleted files
|
||||
@@ -19,6 +15,8 @@
|
||||
|
||||
* put a delete option on viewer page
|
||||
|
||||
* delete folder
|
||||
|
||||
* 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
|
||||
-- then we can stay on-page, and stay in FS and then just call ViewImageOrVide()
|
||||
@@ -26,8 +24,7 @@
|
||||
* metadata at folder level with file level to add more richness
|
||||
- store in DB? or store in hidden file (or both)... IF it is outside the DB, then I can 'rebuild' the DB at anytime from scratch
|
||||
|
||||
* why .xcf is seen as a video???
|
||||
- actually only 1 is... I think if type == 'Unknown' then do file display and use ? as the image again
|
||||
* dont allow me to stupidly move a folder to itself
|
||||
|
||||
* get build process to create a random string for secret for PROD, otherwise use builtin for dev
|
||||
|
||||
@@ -59,9 +56,6 @@
|
||||
* put weekly? job to scan storage dir
|
||||
* put weekly? job to scan storage dir
|
||||
|
||||
need a manual button to restart a job in the GUI,
|
||||
(based on file-level optims, just run the job as new and it will optim over already done parts and continue)
|
||||
|
||||
Admin
|
||||
-> do I want to have admin roles/users?
|
||||
-> purge deleted files (and associated DB data) needs a dbox or privs
|
||||
|
||||
Reference in New Issue
Block a user