add block duration and test
All checks were successful
Check / Lint and Check (push) Successful in 33s

This commit is contained in:
2025-10-27 12:53:56 +01:00
parent dba0d58477
commit 4b93109582
3 changed files with 58 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
{
"eventDates": ["2025-09-05", "2025-10-25", "2025-12-06", "1999-01-01"],
"cutoffTime": "23:00",
"blockDurationHours": 6,
"message": "Sign-ups are closed for today's event. Please come back tomorrow.",
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after 11pm (23:00) on these dates by default."
"internalComment": "Add event dates in YYYY-MM-DD format. Signups will be disabled after cutoffTime (23:00) for blockDurationHours (6 hours)."
}