Refactor booking system: update API endpoint format, add ResetEvents event, and enhance UI components for improved user experience

This commit is contained in:
mohammad
2025-07-21 15:22:17 +03:00
parent d12b4c0c65
commit 5589e5b587
10 changed files with 271 additions and 218 deletions

View File

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