mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
When a user has the output modal open for an in-progress feature and that feature gets verified (auto_mode_feature_complete with passes=true), the modal now automatically closes after a 1.5 second delay to show the completion message first. Changes: - Added auto-close logic to agent-output-modal.tsx - Added data-testid to modal for testing - Updated test utilities for testing helpers - Marked feature as verified in feature_list.json
53 lines
2.0 KiB
JSON
53 lines
2.0 KiB
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": "verified"
|
|
},
|
|
{
|
|
"id": "feature-1765252262937-bt0wotam8",
|
|
"category": "Kanban",
|
|
"description": "Deleting a feature should show a confirm dialog",
|
|
"steps": [],
|
|
"status": "verified"
|
|
},
|
|
{
|
|
"id": "feature-1765252502536-t11kphnca",
|
|
"category": "Kanban",
|
|
"description": "If i have the output of a feature open while it's in progress, then it gets verified, automatically close the output modal",
|
|
"steps": [
|
|
"1. drag YOLO11 to in progress",
|
|
"2. open the output modal",
|
|
"3. wait until it is moved to verified",
|
|
"4. assert modal is hidden"
|
|
],
|
|
"status": "verified"
|
|
},
|
|
{
|
|
"id": "feature-1765254432072-bqk25kivv",
|
|
"category": "Automode",
|
|
"description": "Add a concurrency slider left of automode so I can specify how many max agents should be running at one time. if we are at max, do not pull over more tasks from the backlog",
|
|
"steps": [],
|
|
"status": "verified"
|
|
},
|
|
{
|
|
"id": "feature-1765259922422-d61lu00sq",
|
|
"category": "Core",
|
|
"description": "add a context feature / route which allows users to upload files or images or text which will persist to .automaker/context. there should be a left panel with all context files and a text editor or image previewer that lets users view edit delete the context. include the context in every single coding prompt or improve the coding_prompt.md to have a phase where it loads in that context",
|
|
"steps": [],
|
|
"status": "in_progress"
|
|
}
|
|
] |