waaseyaa / workflows
Content moderation and editorial workflow states for Waaseyaa
v0.1.0-alpha.7
2026-03-15 03:16 UTC
Requires
- php: >=8.3
- waaseyaa/access: ^0.1
- waaseyaa/entity: ^0.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-03-15 16:00:31 UTC
README
Layer 3 — Services
Editorial workflow and content visibility for Waaseyaa applications.
EditorialVisibilityResolver determines whether an entity can be rendered based on its publish status, the requesting account's permissions, and preview mode. Returns allowed, neutral, or forbidden results consumed by SsrPageHandler. Also provides workflow state transition primitives for moderation queues.
Key classes: EditorialVisibilityResolver, WorkflowState, WorkflowTransition.