Calendar/src/managers
Janus C. H. Knudsen 8e52d670d6 Refactor entity services with hybrid sync pattern
Introduces BaseEntityService and SyncPlugin to eliminate code duplication across entity services

Improves:
- Code reusability through inheritance and composition
- Sync infrastructure for all entity types
- Polymorphic sync status management
- Reduced boilerplate code by ~75%

Supports generic sync for Event, Booking, Customer, and Resource entities
2025-11-18 16:37:33 +01:00
..
AllDayManager.ts Refactor entity services with hybrid sync pattern 2025-11-18 16:37:33 +01:00
CalendarManager.ts Refactor workweek presets into dedicated manager 2025-11-07 21:50:07 +01:00
DragDropManager.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
EdgeScrollManager.ts Refactors event rendering and drag-and-drop logic 2025-11-06 21:11:22 +01:00
EventFilterManager.ts Adds I-prefix to all interfaces 2025-11-03 21:30:50 +01:00
EventLayoutCoordinator.ts Batch update, WIP 2025-11-03 22:04:37 +01:00
EventManager.ts Implements offline-first calendar sync infrastructure 2025-11-05 00:37:57 +01:00
EventStackManager.ts Batch update, WIP 2025-11-03 22:04:37 +01:00
GridManager.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
HeaderManager.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
NavigationManager.ts Refactor calendar datasource architecture 2025-11-14 16:25:03 +01:00
ResizeHandleManager.ts Refactor resize and event rendering with performance improvements 2025-11-06 23:05:20 +01:00
ScrollManager.ts Refactors dependency injection and configuration management 2025-10-30 23:47:30 +01:00
WorkHoursManager.ts Batch update, WIP 2025-11-03 22:04:37 +01:00