Enhance booking system: update API endpoints, improve event loading with caching, and refine UI components

This commit is contained in:
mohammad
2025-07-16 15:36:49 +03:00
parent 75b9f4a4e6
commit c6729f476f
10 changed files with 307 additions and 316 deletions

View File

@ -140,5 +140,6 @@ abstract class ApiEndpoints {
static const String saveSchedule = '/schedule/{deviceUuid}';
static const String getBookableSpaces = '/bookable-spaces';
static const String getCalendarEvents = '/api';
static const String getBookings =
'/bookings?month={mm}%2F{yyyy}&space={space}';
}