summaryrefslogtreecommitdiff
path: root/config.scm
AgeCommit message (Collapse)Author
2026-04-16Do not check for new slots in the next 3 daysMatthew Fennell
This is in order to prevent last-minute booking switches.
2026-04-16Simplify score functionMatthew Fennell
Every line is passing the booking separately for no reason. By putting it in the lambda, we can make each score read more fluently.
2026-04-16Initial commitMatthew Fennell