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 |
||
|---|---|---|
| .. | ||
| AllDayManager.ts | ||
| CalendarManager.ts | ||
| DragDropManager.ts | ||
| EdgeScrollManager.ts | ||
| EventFilterManager.ts | ||
| EventLayoutCoordinator.ts | ||
| EventManager.ts | ||
| EventStackManager.ts | ||
| GridManager.ts | ||
| HeaderManager.ts | ||
| NavigationManager.ts | ||
| ResizeHandleManager.ts | ||
| ScrollManager.ts | ||
| WorkHoursManager.ts | ||