From 6f2175c973cffa3459d343e666af16a00e905308 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 23 Jan 2021 21:01:33 +1100 Subject: [PATCH] clarified BUG-15 into several steps/issues --- BUGs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index a6ac09f..6b9c263 100644 --- a/BUGs +++ b/BUGs @@ -1,2 +1,6 @@ ### Next: 15 -BUG-11: Ai ref img jobs are looping, needs fix +BUG-11: Ai ref img jobs are not able to be "re-run" + - only need to calc refimgs once (so timestamp in refimg and check it) + - if we re-run a process AI job and no file changes, then don't process (as above) + - if we do see a new file/updated file, should delete all FPLs then insert new + -- probably should insert new into a file.people.append(...), rather than FPL direct