new todos

This commit is contained in:
2025-08-19 20:11:54 +10:00
parent 6ceb4c4604
commit 48ca6c5e64

9
TODO
View File

@@ -1,4 +1,13 @@
### GENERAL
* recent jobs is slow, think its this 'sql':
jobs = Job.query.filter( Job.last_update >= (func.now() - func.cast(concat(settings.job_archive_age, 'DAYS'), INTERVAL)) ).order_by(Job.id.desc()).all()
I'm guessing remove the funcs and make the sql just grab last 50 or something simpler
* add a reference image from existing image, or even "replace? ref image with this one" <- new menu option
- started on this in both jscript and python
-- believe I should definitively add person id to jscript (so thats in files)
-- then pass that through the context menut to the route and update the DB
* rm dups job should show progress bar
* in viewer, there is no move button (maybe add one?)
* consider doing duplicates before AI, and if there are say 100s+, then maybe pause the AI work