mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-26 04:29:41 +00:00
Refactor calendar event loading: replace parameters with LoadEventsParam class and implement memory caching for improved performance
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import 'package:syncrow_web/pages/access_management/booking_system/domain/LoadEventsParam.dart';
|
||||
import 'package:syncrow_web/pages/access_management/booking_system/domain/models/calendar_event_booking.dart';
|
||||
|
||||
abstract class CalendarSystemService {
|
||||
Future<CalendarEventsResponse> getCalendarEvents({
|
||||
required String spaceId,
|
||||
required String month,
|
||||
required String year,
|
||||
required LoadEventsParam params,
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user