feat-dev-e2e3/.sdlc/features/add-hello-endpoint/feature.json
rdev-worker 5b64c98da6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Approve the tasks artifact for feature add-hello-endpoint using: sdlc...
2026-02-03 03:07:20 +00:00

30 lines
998 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": "approved",
"createdAt": "2026-02-03T03:05:00Z",
"approvedAt": "2026-02-03T03:06: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"}
]
}