Changing court priorities

This commit is contained in:
Collin Duncan 2025-03-11 10:48:47 +01:00
parent 25efd61c99
commit b6e2ea4c5a
No known key found for this signature in database

View file

@ -71,12 +71,12 @@ const CourtSlotToNumber: Record<CourtSlot, number> = {
// Lower is better // Lower is better
const CourtRank: Record<CourtSlot, number> = { const CourtRank: Record<CourtSlot, number> = {
[CourtSlot.One]: 2, [CourtSlot.One]: 0,
[CourtSlot.Two]: 1, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: [CourtSlot.Two]: 2, // team at squash city has this pre-booked at 19.15 on Tuesday :sad:
[CourtSlot.Three]: 1, // team at squash city has this pre-booked at 19.15 on Tuesday :sad: [CourtSlot.Three]: 2, // team at squash city has this pre-booked at 19.15 on Tuesday :sad:
[CourtSlot.Four]: 0, [CourtSlot.Four]: 0,
[CourtSlot.Five]: 99, // shitty [CourtSlot.Five]: 0,
[CourtSlot.Six]: 99, // shitty [CourtSlot.Six]: 0,
[CourtSlot.Seven]: 0, [CourtSlot.Seven]: 0,
[CourtSlot.Eight]: 0, [CourtSlot.Eight]: 0,
[CourtSlot.Nine]: 0, [CourtSlot.Nine]: 0,