mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
The description field in the Add New Feature modal is now a textarea instead of an input, allowing users to enter multi-line feature descriptions more easily. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
744 B
JSON
27 lines
744 B
JSON
[
|
|
{
|
|
"id": "feature-1765252193603-eb6fx2zcy",
|
|
"category": "UI",
|
|
"description": "change the description in add new feature modal to a textarea",
|
|
"steps": [
|
|
"go to kanban view",
|
|
"click new feature button",
|
|
"verify description is textarea"
|
|
],
|
|
"status": "verified"
|
|
},
|
|
{
|
|
"id": "feature-1765252237454-1gudpwx26",
|
|
"category": "Kanban",
|
|
"description": "change category to a typeahead and save the category of the feature inside the feature_list.json",
|
|
"steps": [],
|
|
"status": "backlog"
|
|
},
|
|
{
|
|
"id": "feature-1765252262937-bt0wotam8",
|
|
"category": "Kanban",
|
|
"description": "Deleting a feature should show a confirm dialog",
|
|
"steps": [],
|
|
"status": "in_progress"
|
|
}
|
|
] |