aboutsummaryrefslogtreecommitdiff
path: root/captain/sql
AgeCommit message (Expand)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 summ...Jeffrey Armstrong
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 r...Jeffrey Armstrong
2021-11-24Started addition of scheduling jobsJeffrey Armstrong
2021-06-22Added new database table for tracking last player checkin with requisite Fort...Jeffrey Armstrong
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs at...Jeffrey Armstrong
2021-04-15Fixed typo in database creationJeffrey Armstrong
2021-04-01Added support for viewing individual instruction pages, assigning players, an...Jeffrey Armstrong
2021-03-30Modified the jobs table. Added job derived type to the database module. Nee...Jeffrey Armstrong
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ...Jeffrey Armstrong
2021-03-26Started work on a template engine complete with variables. Added a few datab...Jeffrey Armstrong
2021-03-25Started on server components. Implemented thin, only-necessary sqlite wrappi...Jeffrey Armstrong