Commit Graph

268 Commits

Author SHA1 Message Date
f73d488ee7 mid-way through new Import function, has buggy counts, updated bugs and todos 2021-01-22 15:33:35 +11:00
2f3d7c1ae2 ProcessFilesInDir - now is generic and takes funcs to call on files 2021-01-21 22:22:42 +11:00
192921ba4c more todos 2021-01-21 16:10:02 +11:00
72a892fd17 added BUG-3 (import dir job on 1st run does not track num_files - even at end), and now have wakeup route expose in menu 2021-01-21 01:08:52 +11:00
153be75302 cleaned up TODOs, still need to deal with jobs_active, jobs_completed... 2021-01-20 23:21:59 +11:00
5b99855cb5 call HandleJobs() when RunJob() finished to run any dependant jobs 2021-01-20 22:01:14 +11:00
0bc87e346e update of where Im at with TODO 2021-01-20 16:37:56 +11:00
0c70a0ca89 more TODOs 2021-01-20 00:05:02 +11:00
325bd95f25 stopping for the night, so keeping track of where I am at 2021-01-19 23:30:53 +11:00
47085b7a43 cleaned up code, before rewrite for viewing 2021-01-19 11:10:25 +11:00
5285bf66ab alternate database structure with entry, (new_)file, dir works in terms of DB and SQL alchemy, tomorrow we rewrite the jobs to really use the new structure 2021-01-18 21:40:46 +11:00
ab3eff4e62 starting on new DB structure, with a new branch, with thoughts in TODO, file_types in tables.sql 2021-01-18 13:19:25 +11:00
c543f21f3e added TODO thoughts 2021-01-17 15:20:32 +11:00
46f8d84cd3 first thoughts on pa_job_engine - to keep overall pa_job engine state, also a pa_job_state in each action also a wait_for so we can do basic handling of jobs and dependencies 2021-01-14 22:13:07 +11:00
4df3274624 added basics of job idea to TODO 2021-01-14 21:46:32 +11:00
3684f279e4 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 2021-01-14 00:15:54 +11:00
64d3e3e4cd Settings class now uses sequence, the DB sequence and table have been created and commented out a simple settings addition for now -- Beware it runs twice with Flask in DEV mode 2021-01-10 13:41:36 +11:00
53897a1351 added BUGS, TODO and README, and first class settings 2021-01-10 13:14:49 +11:00