Core cross-posting engine — dispatch articles to service plugins #1

Open
opened 2026-05-28 17:58:08 +00:00 by jmiller · 1 comment
Owner

Implement the core dispatch logic in the system plugin that:

  • Listens for onContentAfterSave on com_content articles
  • Detects publish state transitions
  • Loads enabled services from DB
  • Renders message templates with article placeholders
  • Creates post queue entries
  • Dispatches to service plugins via the mokojoomcross plugin group

This is the heart of the system — everything else depends on it.

Implement the core dispatch logic in the system plugin that: - Listens for `onContentAfterSave` on `com_content` articles - Detects publish state transitions - Loads enabled services from DB - Renders message templates with article placeholders - Creates post queue entries - Dispatches to service plugins via the `mokojoomcross` plugin group This is the heart of the system — everything else depends on it.
jmiller added the priority: criticaltype: feature labels 2026-05-28 17:58:08 +00:00
Author
Owner

Branch created: feature/1-core-cross-posting-engine-dispatch-artic

git fetch origin
git checkout feature/1-core-cross-posting-engine-dispatch-artic
Branch created: [`feature/1-core-cross-posting-engine-dispatch-artic`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/1-core-cross-posting-engine-dispatch-artic) ```bash git fetch origin git checkout feature/1-core-cross-posting-engine-dispatch-artic ```
Sign in to join this conversation.
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#1