Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions openspec/changes/task-management/design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Task Management Design

## Status
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[unfixed: design.md missing components — SUGGESTION] The spec lists only 3 components (TaskList.vue, TaskDetail.vue, taskValidation.js) but this PR ships 7 files. TaskCreateDialog.vue, taskHelpers.js, and taskLifecycle.js are absent from the Components section, and TASK-TM-04 (case validation) is not mentioned. Incomplete spec makes future spec-tracing harder.

pr-created

## Components
1. **TaskList.vue** - Enhanced with filters (status, assignee, priority) and search
2. **TaskDetail.vue** - Enhanced with lifecycle transition error feedback
Expand Down
Loading