S-00-a · Placeholder BFF + health endpoint #28

Closed
opened 2026-06-03 11:28:53 +00:00 by eho · 0 comments
Owner

Outcome: A minimal .NET BFF exposing GET /health that returns a green (Healthy) status. Runnable with dotnet run.

Acceptance:

  • A failing xUnit test asserts GET /health returns 200 with a Healthy payload (red commit first).
  • Implementation makes it pass; dotnet run then curl /health returns Healthy.
  • Minimal Api project; Application/Domain added as they earn their place (§9).

Touches: services/bff/, tests.

Out of scope: Docker, CI, OIDC, any real endpoints.

Definition of Done

  • A linked Gitea issue exists (this one).
  • Failing test written and committed first.
  • Implementation makes the test pass.
  • Refactor commit follows if structure improved.
  • Conventional Commit messages referencing this issue (refs #NN).
  • All Gitea Actions CI jobs green.
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs touched if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • This issue closed by the merging PR (closes #NN).

Split from #1 (S-00) per CLAUDE.md §13.

**Outcome:** A minimal .NET BFF exposing `GET /health` that returns a green (`Healthy`) status. Runnable with `dotnet run`. **Acceptance:** - A failing xUnit test asserts `GET /health` returns 200 with a `Healthy` payload (red commit first). - Implementation makes it pass; `dotnet run` then `curl /health` returns `Healthy`. - Minimal `Api` project; `Application`/`Domain` added as they earn their place (§9). **Touches:** `services/bff/`, tests. **Out of scope:** Docker, CI, OIDC, any real endpoints. ## Definition of Done - [ ] A linked Gitea issue exists (this one). - [ ] Failing test written and committed first. - [ ] Implementation makes the test pass. - [ ] Refactor commit follows if structure improved. - [ ] Conventional Commit messages referencing this issue (`refs #NN`). - [ ] All Gitea Actions CI jobs green. - [ ] `docker compose up` from a fresh clone reaches green health checks within 3 minutes. - [ ] Docs touched if behaviour, contracts, or operations changed. - [ ] ADR added in `docs/architecture/` if a non-obvious decision was made. - [ ] This issue closed by the merging PR (`closes #NN`). _Split from #1 (S-00) per CLAUDE.md §13._
eho added this to the Iteration 0 — Foundations milestone 2026-06-03 11:28:53 +00:00
eho added the area:bfftype:slice labels 2026-06-03 11:28:53 +00:00
eho closed this issue 2026-06-03 11:38:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eho/register-referentie#28