Feat v0.3.4 team roles + multi-party validation (#18)
Custom team roles: removed CHECK constraint on team_members.role, roles stored in teams.settings, roles API, stage_config.required_role enforced on claim. Multi-party signoff: workflow_signoffs table, validation gate in advanceInternal, SubmitSignoff engine method, signoff HTTP API. Frontend: dynamic role management, stage config validation UI, signoff panel. Design docs for extension lifecycle and trigger composition. 20 store tests passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -256,7 +256,8 @@ func TruncateAll(t *testing.T) {
|
||||
// HA
|
||||
"rate_limit_counters",
|
||||
"ws_tickets",
|
||||
// Workflows (FK order: assignments → instances → versions → stages → workflows)
|
||||
// Workflows (FK order: signoffs → assignments → instances → versions → stages → workflows)
|
||||
"workflow_signoffs",
|
||||
"workflow_assignments",
|
||||
"workflow_instances",
|
||||
"workflow_versions",
|
||||
|
||||
Reference in New Issue
Block a user