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:
15
TODO
15
TODO
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user