Extract content sync handlers from core plugin #158

Closed
opened 2026-06-04 18:28:33 +00:00 by jmiller · 1 comment
Owner

Content sync API handlers should move to com_mokowaas API controller:

  • handleSyncAction() - sync trigger
  • handleSyncReceiveAction() - sync receiver
  • handleSyncClearAction() - sync clear
  • handleSyncPushAction() - bulk sync push

ContentSyncService and ContentSyncReceiver already exist as separate classes. The core plugin just routes API calls to them.

Content sync API handlers should move to com_mokowaas API controller: - [ ] handleSyncAction() - sync trigger - [ ] handleSyncReceiveAction() - sync receiver - [ ] handleSyncClearAction() - sync clear - [ ] handleSyncPushAction() - bulk sync push ContentSyncService and ContentSyncReceiver already exist as separate classes. The core plugin just routes API calls to them.
Author
Owner

Branch created: feature/158-extract-content-sync-handlers-from-core-

git fetch origin
git checkout feature/158-extract-content-sync-handlers-from-core-
Branch created: [`feature/158-extract-content-sync-handlers-from-core-`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/158-extract-content-sync-handlers-from-core-) ```bash git fetch origin git checkout feature/158-extract-content-sync-handlers-from-core- ```
Sign in to join this conversation.
No labels
Priority -
Type Task
Status
Priority
Type
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuite#158