Files
automaker/.automaker/feature_list.json
Cody Seibert 188de1bbca feat(kanban): Persist categories to .automaker/categories.json
Categories are now saved to a categories.json file in the .automaker
directory. This ensures categories persist even when all feature cards
are deleted. The category autocomplete now shows suggestions from both
existing features AND the persisted categories file.

- Add persistedCategories state and load/save functions in board-view
- Merge persisted categories with feature categories for suggestions
- Auto-save categories when adding or editing features
- Update mock Electron API to handle categories.json file

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 08:34:54 -05:00

42 lines
2.3 KiB
JSON

[
{
"id": "feature-1765286925345-4eu5miocn",
"category": "Core",
"description": "After a category has been created we should persist that somewhere such as in the .automaker directory in a .json file so that all the categories of future items I add in will persist even if I delete all the cards.",
"steps": [],
"status": "in_progress",
"startedAt": "2025-12-09T13:30:14.509Z"
},
{
"id": "feature-1765287004835-d2c5aqdkr",
"category": "Core",
"description": "I need to add the ability on the Kanban cards to enable or disable if it's going to do the whole test driven development approach. Sometimes the task is so easy I don't need it to write tests for, but... And if it is a task that did not have a test, a user should manually be able to click a verified button when it's in the in progress column and the agent is done. I'll have to manually verify it. So this might change the logic a little bit to allow dragging of cards when they aren't tested automatically from the in progress column back to verified and from verified back to in progress. But keep the existing functionality if it is a test automated card and prevent the dragging.",
"steps": [],
"status": "in_progress",
"startedAt": "2025-12-09T13:30:17.323Z"
},
{
"id": "feature-1765287091626-ceoj6xld8",
"category": "Kanban",
"description": "Show a confirmed dialog when I click on the trash icon for deleting a card. Use the existing dialog that we have in the components directory for this.",
"steps": [],
"status": "in_progress",
"startedAt": "2025-12-09T13:32:24.947Z"
},
{
"id": "feature-1765287114711-fgypwhnvt",
"category": "Kanban",
"description": "When adding a new feature inside the modal there's an add feature button. Can you add a shortcut of shift? Enter which if you click shift enter I'll automatically add it in",
"steps": [],
"status": "in_progress",
"startedAt": "2025-12-09T13:32:25.263Z"
},
{
"id": "feature-1765287141131-dz489etgj",
"category": "Kanban",
"description": "When I edit a card, it's showing an input for the description refactor to also show a text area for description like we do on the add card, add feature card.",
"steps": [],
"status": "in_progress",
"startedAt": "2025-12-09T13:32:25.469Z"
}
]