diff --git a/TODO b/TODO index f16d027..d18ef70 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,28 @@ ## GENERAL + * trim joblog > (say) 100 ... [DONE] + * then click for rest + + * refimgs need to be done via job_mgr: + - have local FS chooser of ref img, do html file upload to b/e -> job mgr -> save it to reference_images// + - remove refimg menu from top-level -> sub of Person (to view/mangage?) + - from person create, allow upload ref img instead of create refimg menu item + - make a thumbnail and store in refimg + - work out face_recog. encodings store at this point + - by default store ref img into above FS location + - will require p.tag modification to move FS location + - allow to also remove refimg from this view??? (simple X/bin icon overlay on thumb) + - remove AI menu from top-level -> make a sub-of Person, and just have Match or AI + (Fix BUG-40,41 & TODO: many ref imgs on create person should span multiple rows) + + * with any job, count logs, then commit per 100 log lines of a job (and then ditch the commit in import dir for this) + + * need AI job to: + log amount matched, amount comparing too -> count should actually be total files in 'entries' (as we can select random entries to check) + * allow rotate of image (permanently on FS, so its right everywhere) * improve photo browser -> view file, rather than just allowing browser to show image - - * need AI job to: - log amount matched - also create refimg encoding when we load the refimg not per AI job - commit 100 logs on a job - - * then in UI: - allow right-click folders in folder view (at least for AI scan) for all files in Dir [DONE] - allow right-click AI [DONE] - for all persons [DONE] - for individuals [DONE] - (and can be on an individual file or an individual dir, or selected files / selected dir) [DONE] * fix up logging in general * comment your code