more TODOs

This commit is contained in:
2021-01-20 00:05:02 +11:00
parent 9474c12a0d
commit 0c70a0ca89

10
TODO
View File

@@ -1,16 +1,18 @@
DDP: DDP:
files.py -> entry.py? files.py -> entry.py?
when I find a file, I really need to validate which dir it is in when 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 importing (rename subtest to SUBTEST) and the contents will end up in the previous dir)
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
Also, should really set # files per sub dir -- think this will all need a Also last_import_date set per dir (for now, in Dir, maybe one day, some
better import loop tracking of dir you are in sort of new scan table could be used?)
Should use a session per Thread, so maybe Should use a session per Thread, so maybe
sess=[] sess=[]
sess[job.id]=Session() sess[job.id]=Session()
etc etc
Then when we finish 1 job, we need to force 'wake-up' / run any dependant jobs
### DB ### DB
### BACKEND ### BACKEND