diff --git a/TODO b/TODO index 67108e9..4e4e1e2 100644 --- a/TODO +++ b/TODO @@ -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