Architectural overview of the Booking Plugin
/services/
- Endpoint for managing services on the Schedule page./calendar/
- Shows the customer-facing booking calendar./ajax/manage_booking/
- AJAX endpoint for managing bookings./classes-schedule/
- Displays each customer’s service schedule./history/
- Shows each customer’s booking history./ajax/get_class_context/
- AJAX endpoint to get class context./ajax/get_class_info/
- AJAX endpoint to get class information./ajax/check_layout/
- AJAX endpoint to check any layout for the given service./ajax/add_booking_cart/
- AJAX endpoint to add to booking cart.