No description
Find a file
counterweight c24597edb4
Be explicit about eager loading in queries
- Added explicit joinedload(Appointment.user) to admin appointment queries
- Makes the eager loading intention clear and explicit
- Replaced comment-based documentation with actual query options
2025-12-21 17:57:23 +01:00
.cursor/rules docs and tools 2025-12-20 23:09:46 +01:00
.githooks docs and tools 2025-12-20 23:09:46 +01:00
backend Be explicit about eager loading in queries 2025-12-21 17:57:23 +01:00
frontend Extract weekend detection logic to shared utility 2025-12-21 17:57:06 +01:00
scripts implemented 2025-12-20 23:06:05 +01:00
shared Phase 0: Add booking permissions and constants 2025-12-20 23:30:08 +01:00
.env.example tests passing 2025-12-18 23:33:32 +01:00
.envrc seed user 2025-12-18 22:42:32 +01:00
.gitignore Fix: useCallback dependency array in availability page 2025-12-21 17:32:55 +01:00
docker-compose.yml tests passing 2025-12-18 22:08:31 +01:00
Makefile docs and tools 2025-12-20 23:09:46 +01:00