From cf1851fe8573d3918b2cc6338ab39f38928c627a Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 17 Jul 2022 16:46:35 +1000 Subject: [PATCH] updated several BUGS/TODOs in previous commits --- BUGs | 4 ++-- TODO | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/BUGs b/BUGs index b4b66ec..1c2d9a8 100644 --- a/BUGs +++ b/BUGs @@ -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) diff --git a/TODO b/TODO index 69112cb..ef4241c 100644 --- a/TODO +++ b/TODO @@ -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