Architecture Decision Records (ADRs)¶
An ADR is a short document that captures a single significant decision: the context, the choice made, and its consequences. Recording decisions this way is a widely-used engineering practice — it makes the reasoning behind a project transparent to newcomers (and to future-you).
Each ADR has a status: Accepted, Superseded, or Proposed.
| # | Decision | Status |
|---|---|---|
| 0001 | Record architecture decisions | Accepted |
| 0002 | Save Power BI in PBIP + TMDL text format | Accepted |
| 0003 | Use the Olist e-commerce dataset | Accepted |
| 0004 | Knowledge base with MkDocs Material | Accepted |