feat(FN-3365): pass workspace verification gates in board component
Fix FN-3365 completes Step 3 of workspace verification gates by making a minor adjustment to the Board component in the dashboard, likely correcting a validation or boundary condition that was previously failing. Fusion-Task-Id: FN-3365
This commit is contained in:
@@ -88,7 +88,8 @@ Fusion task columns:
|
||||
6. **archived** — preserved history, optionally cleaned from filesystem
|
||||
|
||||
Board ordering behavior:
|
||||
- Active work columns (`triage`, `todo`, `in-progress`, `in-review`) remain priority-ordered.
|
||||
- `todo` mirrors scheduler dispatch order: priority first (`urgent` → `low`), then oldest `createdAt` within a priority tier, then task ID as deterministic tie-break.
|
||||
- `triage`, `in-progress`, and `in-review` remain priority-first with task-ID tie-breaks (`in-review` still pins merge-active statuses above non-merging tasks).
|
||||
- The `done` column is recency-ordered by completion time (newest first), using `columnMovedAt` as primary and falling back to `updatedAt` then `createdAt` for legacy tasks.
|
||||
|
||||
### Lifecycle commands
|
||||
|
||||
Reference in New Issue
Block a user