[Epic] Wire task modal action buttons to backend commands #7
Labels
No labels
area:backend
area:cf-integration
area:flutter-ui
priority:blocking-v1
priority:v1-polish
type:docs
type:epic
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: eva/focus-flow#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The task selection modal already wires Push actions to backend commands. "Move to Backlog" and "Break up" remain bare buttons with no callback, even though their backend commands (
V1ApplicationCommandUseCases.moveFlexibleToBacklog,V1ApplicationCommandUseCases.breakUpTask) are implemented and tested (MVP-AC-11 in the traceability matrix).Scope
Out of scope
Nothing beyond the three linked sub-issues.
Acceptance criteria
All linked sub-issues closed; "Move to Backlog" and "Break up" are functional from the task modal and timeline card.