forked from AndyMik90/Aperant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimplementation_plan.json
More file actions
32 lines (32 loc) · 833 Bytes
/
implementation_plan.json
File metadata and controls
32 lines (32 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"spec_id": "025-improving-task-card-title-readability",
"subtasks": [
{
"id": "1",
"title": "Restructure TaskCard header: Remove flex wrapper around title, make title standalone with full width",
"status": "completed"
},
{
"id": "2",
"title": "Relocate status badges from header to metadata section",
"status": "completed"
},
{
"id": "3",
"title": "Add localization for security severity badge label",
"status": "completed"
}
],
"qa_signoff": {
"status": "fixes_applied",
"timestamp": "2026-01-01T11:58:40Z",
"fix_session": 1,
"issues_fixed": [
{
"title": "Missing localization for hardcoded 'severity' string in TaskCard",
"fix_commit": "de0c8e4"
}
],
"ready_for_qa_revalidation": true
}
}