diff --git a/TODO b/TODO index 32a4ddc..86bcd0f 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,12 @@ ## GENERAL - * remove file_refimg_link stuff... - - * 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// + * refimg + - upload from client, make only thumb and face encoding into DB, & no b/e at all [DONE] + -- person needs an: + add refimg (see bits of newrefimg.html) [DONE] + remove refimg (see person2.html) -- processing it needs to be smart... [DONE] - 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) + -- at the moment refimg menu (view/create) needs thought, remove create totally, view might be okay? (BUT, might also cause issues) - remove AI menu from top-level -> make a sub-of Person, and just have Match or AI (Fix BUG-41 and bits of BUG-43 & TODO: many ref imgs on create person should span multiple rows)