Commit Graph

61 Commits

Author SHA1 Message Date
c5d8811671 actually create a job for scan now, and let the job manager do the work and send back output via new PA_JobManager_FE_Message table 2021-01-17 10:50:43 +11:00
e138ab22aa git commit, converted over to base.html pulling Status*, rather than every render_template calling it. Tightened up naming for job manager, fixed a few bugs in there with items like div by zero, created the active jobs link/badge in navbar, have it invoked each time by base.html template and it gets active jobs from DB, pa_job_manager now initiliases from an empty DB and can work out where it is at, no loop/thread/or actual job code yet. jobs.py has basics of a NewJob(), so next step is to force that job to be executed in pa_job_manager, but its tea time 2021-01-16 17:51:16 +11:00
5bf41ce6a8 token placholder for AI menu with html 2021-01-12 23:58:27 +11:00
a3a95f636e now have a Person class & associated CReate/Update/Delete functions, and menu in base.html 2021-01-12 21:51:33 +11:00
684d057e59 added admin routes/code to allow a scan now and a forced scan 2021-01-12 18:45:13 +11:00
7db4b38805 added view files menu option 2021-01-11 11:48:49 +11:00
ccc8085aaf changed Photo class and DB table to be Files, also reflected through templates/files* - files.html is not used yet 2021-01-11 11:00:31 +11:00
1afb794bb8 first pass at seeing if path exists 2021-01-10 16:11:24 +11:00
0d7fe03e5a made settings work lamely, but functional for now, also removed test route 2021-01-10 15:48:21 +11:00
7a0d9ec165 updated base.html to have a appropriate navbar, use Status class and a quick test route in main 2021-01-10 12:07:50 +11:00
Cam
50929e10c9 added base app.route, and a templates folder with a base.html 2021-01-10 11:58:04 +11:00