arbret/backend/routes
counterweight a14405a998
Derive slot validation from config instead of hardcoded values
- Created _get_valid_minute_boundaries() helper that derives valid minutes from SLOT_DURATION_MINUTES
- Replaced hardcoded (0, 15, 30, 45) with dynamic calculation
- Error message now includes valid minute values for better clarity
2025-12-21 17:53:35 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py reviewed 2025-12-20 22:38:39 +01:00
auth.py reviewed 2025-12-20 22:38:39 +01:00
availability.py Fix: Load booking constants from shared/constants.json 2025-12-21 17:29:39 +01:00
booking.py Derive slot validation from config instead of hardcoded values 2025-12-21 17:53:35 +01:00
counter.py reviewed 2025-12-20 22:38:39 +01:00
invites.py reviewed 2025-12-20 22:38:39 +01:00
meta.py implemented 2025-12-20 23:06:05 +01:00
profile.py reviewed 2025-12-20 22:38:39 +01:00
sum.py reviewed 2025-12-20 22:38:39 +01:00