arbret/backend/routes
counterweight 131477b7f3
Make error messages more descriptive
- Added specific slot time and date to availability error message
- Added appointment ID and context to 'not found' errors
- Added formatted appointment time to past appointment cancellation errors
- Added date context to slot overlap error messages
- All errors now provide actionable information to users
2025-12-21 17:59:08 +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 Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +01:00
availability.py Make copy operation atomic with explicit transaction handling 2025-12-21 17:57:42 +01:00
booking.py Make error messages more descriptive 2025-12-21 17:59:08 +01:00
counter.py reviewed 2025-12-20 22:38:39 +01:00
invites.py Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +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