- Add BookingService with core booking management functionality - Implement mock repositories for testing booking service interactions - Create booking integration test with Jitsi room generation - Add methods for creating, retrieving, and managing bookings - Integrate Jitsi service for generating meeting room URLs - Implement schedule management within booking service - Add support for booking creation with user and schedule context - Enhance database layer to support repository retrieval Closes #TICKET_NUMBER (if applicable) |
||
|---|---|---|
| .. | ||
| booking_integration_test.go | ||
| booking_service.go | ||
| interfaces.go | ||
| jitsi_service_test.go | ||
| jitsi_service.go | ||
| jwt_service.go | ||
| payment_service.go | ||
| user_service.go | ||