first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines

This commit is contained in:
2021-01-14 00:15:54 +11:00
parent e9137c91fa
commit 3684f279e4
7 changed files with 145 additions and 2 deletions

15
TODO
View File

@@ -7,6 +7,21 @@
### UI
* use native file dialog box to set import_path in a "settings page"
* basic browse the import path
* some sort of log of import like:
State: finding files / found X files / AI for <cam>
Progress: overall # of passes
Progress: X of Y files
History:
<time> finding files
<time> found X files
<time> getting thumbnails for files
<time> X/10 of X
<time> 100% of all thumbs
<time> starting AI for <ref_img>
<time> X/10 of X done - AI for <ref_img>
etc...
### AI
* store reference images