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:
files.py -> entry.py?
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
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
Also last_import_date set per dir (for now, in Dir, maybe one day, some
sort of new scan table could be used?)
Should use a session per Thread, so maybe
sess=[]
sess[job.id]=Session()
etc
Then when we finish 1 job, we need to force 'wake-up' / run any dependant jobs
### DB
### BACKEND