Files
automaker/.automaker/feature_list.json
Cody Seibert 7bfc489efa Change description field to textarea in Add New Feature modal
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>
2025-12-08 22:53:33 -05:00

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"
}
]