From 95303fafac61f35e547d881d53ceb288852aa0e6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 5 Jul 2021 16:53:00 +1000 Subject: [PATCH] fixed BUG-41 and 43, via new refimg -> person code changes --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 29bf882..8c17734 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,7 @@ ## GENERAL * refimg - - remove refimg menu from top-level -> sub of Person (to view/mangage?) - -- 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) - store the face locations? (good for debugging later, and we calc them as part of GenFace anyway) ... (really, doing this properly, we shoudl keep the face locns for ALL images)... ---> may well mean in a week or so, we move to the new DB structure, and START FORM SCRATCH)