backend-service/internal/handlers
ats-tech25 c265e8f866 feat(admin): Implement comprehensive admin management functionality
- Add new AdminHandler with methods for dashboard, schedules, users, and bookings
- Implement GetDashboard method to retrieve admin dashboard statistics
- Add CreateSchedule method with validation and error handling
- Implement GetUsers method with pagination support
- Add GetBookings method with pagination and filtering capabilities
- Implement GetFinancialReports method with date range filtering
- Add UpdateSchedule method to modify existing schedule slots
- Enhance error handling and response formatting for admin-related operations
- Integrate admin service methods for comprehensive administrative tasks
2025-11-05 16:58:34 +00:00
..
admin.go feat(admin): Implement comprehensive admin management functionality 2025-11-05 16:58:34 +00:00
auth.go feat(auth): Implement comprehensive user authentication and authorization 2025-11-05 15:25:41 +00:00
booking.go feat(booking): Implement comprehensive booking management functionality 2025-11-05 16:35:36 +00:00
payment.go feat(payments): Implement comprehensive Stripe payment integration 2025-11-05 15:30:53 +00:00