stopping for the night, so keeping track of where I am at

This commit is contained in:
2021-01-19 23:30:53 +11:00
parent 21678fdaad
commit 325bd95f25

17
TODO
View File

@@ -1,20 +1,21 @@
DDP:
files.py -> entry.py?
but basically I need to put the new classes into files.py, and when I
render, I use: Entry.query.all()
when I find a file, I really need to validate which dir it is in when
importing (rename subtest to SUBTEST) and the contents will end up in the
previous dir)
Also, should really set # files per sub dir -- think this will all need a
better import loop tracking of dir you are in
Should use a session per Thread, so maybe
sess=[]
sess[job.id]=Session()
etc
### DB
### BACKEND
* need a "batch" processing system that uses ionice to minimise load on mara and is threaded and used DB to interact with gunicorn'd pa
Might need a session per Thread, so maybe
sess=[]
sess[job.id]=Session()
etc
DONE: pa_jobs (threaded python add separate from photoassistant)
DONE: takes over files.py