Implement unified work inbox module

This commit is contained in:
2026-08-06 16:06:17 +02:00
parent 2e89204a0c
commit 3cdab599ff
31 changed files with 3540 additions and 0 deletions
+7
View File
@@ -3,3 +3,10 @@
<!-- govoplan-repository-type:start -->
**Repository type:** module (domain).
<!-- govoplan-repository-type:end -->
GovOPlaN Tasks owns replay-safe explicit work items and presents a unified work
inbox over module-owned attention items. Workflow Engine keeps process state,
Notifications keeps delivery state, and each domain module keeps its business
objects and commands.
See [Tasks Domain And Unified Work Inbox](docs/TASKS_DOMAIN.md).