DEW-0013: Enhanced search filters (already implemented in DEW-0011 pass) - dew kanban search already had --column/--type/--label/--milestone filters - Closed ticket DEW-0014: Column transition validation - ColumnConfig gains optional allowedTransitions: List<String> - Parsed from allowed_transitions YAML list on each column entry - MoveCommand validates current column's allowedTransitions before moving; unconfigured (empty list) = all transitions allowed (existing behaviour) - Test: transition validation integration test with constrained + unconstrained columns Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
257 B
Markdown
11 lines
257 B
Markdown
---
|
|
id: DEW-0005
|
|
title: Column Transitions
|
|
type: epic
|
|
created: 2026-04-23T23:37:10.476017Z
|
|
links:
|
|
- id: DEW-0014
|
|
type: parent_of
|
|
---
|
|
|
|
Optional config-driven validation of which column moves are allowed. E.g. prevent moving directly from todo to done.
|