mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
Continue SyncService extraction with two more services: - DeviceService: device ownership and online status queries (isDeviceOwner, getAllUserIds, getOnlineDeviceCount) - OperationDownloadService: operation retrieval with gap detection and snapshot optimization (getOpsSince, getOpsSinceWithSeq, getLatestSeq) SyncService now delegates to 6 extracted services: - ValidationService - RateLimitService - RequestDeduplicationService - DeviceService - OperationDownloadService All 236 tests passing. |
||
|---|---|---|
| .. | ||
| services | ||
| cleanup.ts | ||
| index.ts | ||
| sync.routes.ts | ||
| sync.service.ts | ||
| sync.types.ts | ||