feat(bff): placeholder BFF + /health endpoint (closes #28) #34
Reference in New Issue
Block a user
Delete Branch "feat/28-bff-health"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements S-00-a (#28) with TDD.
Red → green:
test(bff)— failing xUnit test:GET /healthexpects 200 +Healthy(fails NotFound).feat(bff)— register ASP.NET Core health checks, map/health; test passes.docs(prd)— correct backend target .NET 9 → 10 (9 is STS/EOL; 10 is current LTS), pinned viaglobal.json.Verified:
dotnet testgreen (1/1);dotnet run+curl /health→200 Healthy.Scope: minimal
Api+Tests(.NET 10, net10.0). No Docker/CI/OIDC — those are S-00-b/c.closes #28
🤖 Generated with Claude Code