Delegation

Requires dbflowlabs/core:^1.1. Filament Standard shows read-only history; Pro manages create / revoke / migrate.

Time-bounded delegation redirects pending work to an effective assignee while preserving assignment provenance.

Core API

DBFlow::createDelegation(/* ... */);
DBFlow::revokeDelegation(/* ... */);
DBFlow::migratePendingTasksToDelegate(/* ..., dryRun: true */);

Assignment rows carry provenance columns (original_assignee_user_id, effective_assignee_user_id, assignment_source). On reassignment/escalation rows, original_assignee_user_id is audit-only; actionable inbox scope follows the effective assignee. Delegation rows still allow both original and effective actors.

Filament Standard

Read-only Delegations page when the delegation capability is enabled. Permission: dbflow.delegations.view_any.

Pro

Pro adds create, revoke, and pending-task migration (with dry-run review). Management abilities live under Pro permissions in config/dbflow-filament-pro.php.

Related

Something wrong? Open an issue on GitHub