You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains all Architecture Decision Records (ADRs) for the PRAHO platform.
ADRs document significant architectural decisions, their context, and consequences,
providing a historical record of why the system is built the way it is.
Platform: PRAHO v0.25.0 · Stack: Django 5.2 · Python 3.13 · PostgreSQL · HTMX
Architecture: Two-service split (Platform :8700 + Portal :8701)
See also: Architecture docs for diagrams and deep-dives.
How to Create a New ADR
Create a new file: ADR-XXXX-short-descriptive-title.md
Use the next available number (currently: ADR-0034)
Follow the standard format: Status, Date, Authors, Context, Decision, Consequences
Set status to Proposed initially, then update to Accepted after team review
Status Lifecycle
Status
Meaning
Proposed
Under discussion, not yet approved
Accepted
Approved and in effect
Implemented
Accepted and fully deployed in code
Partially Superseded
Core idea still valid; specific aspects replaced by a newer ADR
Superseded
Fully replaced by a newer ADR (kept for historical context)
Historical Reference
Pre-implementation design artifact; actual code has diverged