feat: special treatment of participants with age 0-2 (babies)

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent cd1ffc3e9a
commit 2e40cbc7c7
12 changed files with 615 additions and 15 deletions
+4
View File
@@ -64,4 +64,8 @@ final class Constants
// Payment type IDs for API
public const PAYMENT_TYPE_ID_TRANSFER = 2;
public const PAYMENT_TYPE_ID_DEBIT = 5;
// Baby room constraints
public const BABY_MAX_AGE = 2;
public const BABY_ROOM_CODE = 'Baby';
}