CI / lint (pull_request) Successful in 1m26s
CI / build (pull_request) Successful in 1m13s
CI / unit (pull_request) Successful in 1m39s
CI / frontend (pull_request) Successful in 3m32s
CI / mutation (pull_request) Successful in 6m33s
CI / verify-stack (pull_request) Successful in 8m16s
Bring the engineer-facing FDS documentation next to the code it describes: ADR-0001 to ADR-0006, the ADR index and template, the L3 component view, and the slice-1 proposal. All translated to Dutch. Source: projects/open-register-fd/ in Respellion/innovation-lab. Land the set in docs/architecture/fds/ rather than docs/architecture/. This repo already owns adr-0001-loose-coupling to adr-0004-bdd-framework, so a flat import collides on every number. The subfolder keeps the imported numbering, and with it about thirty ADR-000N cross-references in the imported text. Add the mermaid custom fence to pymdownx.superfences. Without it the imported diagrams publish as raw code blocks, because the site has no mermaid support today. Add the nav group and one link from the docs index. The blueprint, the FDS gap analysis and the privacy views stay in the lab repo; the OKRs cite them and they feed tender responses. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
register-referentie
A reference application demonstrating Respellion's Common Ground architecture pattern. Quality and architectural clarity over feature throughput — every commit should teach.
Where to go
- Product Requirements — what we're building and why.
- ADR-0001: Loose coupling — the non-negotiable integration stance; the template for future ADRs.
- FDS architecture — participating in the Federatief
Datastelsel as an afnemer: FDS ADR-0001…0006, the L3 component view, the slice-1 proposal.
In Dutch; the strategic framing lives in
Respellion/innovation-lab. - Working in Gitea — issues, milestones, branches, PRs.
- CI runbook — the pipeline and the
make cilocal gate.
Quickstart
See the repository README.md. In short: clone, then either run the checks with
make ci, or bring the BFF up with
docker compose -f infra/docker-compose.yml up -d --build --wait and
curl http://localhost:8080/health.
This site is built with MkDocs Material (
mkdocs build). It grows with the backlog; sections appear as their slices land.