arbret/backend/routes
counterweight 208278bddb
Use MIN_ADVANCE_DAYS constant globally instead of hardcoded value
- Updated availability.py to use MIN_ADVANCE_DAYS constant instead of hardcoded timedelta(days=1)
- Ensures consistency between booking and availability date ranges
- Both now use the same constant from shared_constants
2025-12-21 17:53:47 +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 Use MIN_ADVANCE_DAYS constant globally instead of hardcoded value 2025-12-21 17:53:47 +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