updated several BUGS/TODOs in previous commits

This commit is contained in:
2022-07-17 16:46:35 +10:00
parent 9f0dd2ba94
commit cf1851fe85
2 changed files with 5 additions and 4 deletions

4
BUGs
View File

@@ -1,6 +1,6 @@
### Next: 97
### Next: 98
BUG-94: video player cannot handle non mp4 formats... do I care? (could just offer a download link and hope the client deals with it)
--> OR? https://jsmpeg.com/
--> OR? convert all videos to mp4/webm
BUG-96: if image is really skinny, the viewer is left-justified, should at least be centered?
BUG-97: if restart a job, we reset start time too (debatable) - prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job (this would set it at actual run time not create time, and if we restart, it would leave orig start time correct)

5
TODO
View File

@@ -10,9 +10,9 @@
all NMO's need to handle delete data and rebuild / allow recreation of content form FS (not just test, it causes a bug now / db constraint violation)
--> need to test the 'override' when we re-ai-match (AFTER re-build from FS)
* should I change the rotation code to use that jpeg util to reduce/remove compression loss?
* capture pa_job_manager logs in prod
* run_ai_on throws log line, for matching even if there are no faces, would be less noisy to not do that (or should say no faces?)
* should I change the rotation code to use that jpeg util to reduce/remove compression loss?
* should allow context menu from View thumbs (particularly useful on search) to show other files around this one by date (maybe that folder or something?)
@@ -68,6 +68,7 @@
https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/
* fix up logging in general
ProcessFileForJob --> really need to better handle log levels and counting
* support animated gifs in html5 canvas