This commit is contained in:
2022-01-16 14:51:54 +11:00
parent d65c310f6e
commit 4c3aae770d

22
TODO
View File

@@ -1,21 +1,6 @@
## GENERAL ## GENERAL
*** Need to double-check scheduled jobs running in PROD (can use new pa_job_manager.log) *** Need to double-check scheduled jobs running in PROD (can use new pa_job_manager.log)
* only show say last week of jobs, or last 50? and archive the rest into an archived_jobs table
need scheduled jobs:
- [DONE] force scans of import/storage paths
- [DONE] delete old files from Recycle Bin
- [DONE] joblog page should show last X logs, <show all button>, newest X logs,
- [DONE/TEST?] need to use sm-txt class more as the space is too constrained
- make clickable sort toggles (or just give in and do a dataTable?)
-- also allow joblog search
- [DONE] need to archive jobs
* 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
-> not sure where to put this on GUI, its so busy...
* 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
* when hitting back button to a search, it doesnt handle the post, etc. * when hitting back button to a search, it doesnt handle the post, etc.
@@ -28,16 +13,23 @@
}); });
-- maybe window.history.replace() is needed on unsafe URLs? -- maybe window.history.replace() is needed on unsafe URLs?
* 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?
* delete folder * delete folder
* allow joblog search
* 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()
GUI overhaul?
* on a phone, the files.html page header is a mess "Oldest.." line is too large to fit on 1 line (make it a hamburger?) * on a phone, the files.html page header is a mess "Oldest.." line is too large to fit on 1 line (make it a hamburger?)
- searched for text overlaps buttons above and below - searched for text overlaps buttons above and below
- < 10 files > is subsequently not centered - < 10 files > is subsequently not centered
- the fodler/bin icons might be best below search then? (and on same line as XS/S, etc.) - the fodler/bin icons might be best below search then? (and on same line as XS/S, etc.)
* when search, have a way to hide deleted files
-> not sure where to put this on GUI, its so busy...
* metadata at folder level with file level to add more richness * 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 - 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