29 lines
951 B
JSON
29 lines
951 B
JSON
{
|
|
"slug": "add-hello-endpoint",
|
|
"title": "Add /hello endpoint to API service",
|
|
"status": "planning",
|
|
"createdAt": "2026-02-03T02:59:00Z",
|
|
"artifacts": {
|
|
"spec": {
|
|
"status": "approved",
|
|
"approvedAt": "2026-02-03T03:00:00Z"
|
|
},
|
|
"design": {
|
|
"status": "approved",
|
|
"createdAt": "2026-02-03T03:02:00Z",
|
|
"approvedAt": "2026-02-03T03:04:00Z"
|
|
},
|
|
"tasks": {
|
|
"status": "draft",
|
|
"createdAt": "2026-02-03T03:05:00Z"
|
|
}
|
|
},
|
|
"tasks": [
|
|
{"id": "T1", "title": "Create Hello handler with Say method", "status": "pending"},
|
|
{"id": "T2", "title": "Add unit tests for Hello handler", "status": "pending"},
|
|
{"id": "T3", "title": "Register /hello route in routes.go", "status": "pending"},
|
|
{"id": "T4", "title": "Add OpenAPI documentation for /hello endpoint", "status": "pending"},
|
|
{"id": "T5", "title": "Verify integration and run quality checks", "status": "pending"}
|
|
]
|
|
}
|