aboutsummaryrefslogtreecommitdiff
path: root/captain/sql
AgeCommit message (Collapse)Author
2022-06-29Initial work to show artifacts on job pages.Jeffrey Armstrong
2022-06-27Added player report of task type, which the captain will show in the job ↵Jeffrey Armstrong
summary.
2022-04-28Sessions are now created and stored at login.Jeffrey Armstrong
2022-04-27Added command line args to create an admin user. Fixed a few db bugs.Jeffrey Armstrong
2022-04-26Added routines for validating user passwords and creating new users. Added ↵Jeffrey Armstrong
routines for looking up sessions.
2021-11-24Started addition of scheduling jobsJeffrey Armstrong
2021-06-22Added new database table for tracking last player checkin with requisite ↵Jeffrey Armstrong
Fortran procedures.
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-04-15Fixed typo in database creationJeffrey Armstrong
2021-04-01Added support for viewing individual instruction pages, assigning players, ↵Jeffrey Armstrong
and launching instruction jobs
2021-03-30Modified the jobs table. Added job derived type to the database module. ↵Jeffrey Armstrong
Need accessor calls.
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-26Started work on a template engine complete with variables. Added a few ↵Jeffrey Armstrong
database routines and some hopeful, untested changes to the sql creation script.
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.