docs: correct runtime baseline to containers and postgres
This commit is contained in:
@ -6,7 +6,7 @@ This document will become the central architecture overview for HoopScout v2. It
|
||||
|
||||
## Current Status
|
||||
|
||||
This is still a phase-1 architecture overview, but the repository now has its first accepted concrete technical decision in `docs/adr/0001-runtime-and-development-stack.md`. Later implementation work should follow that baseline unless a future ADR supersedes it.
|
||||
This is still a phase-1 architecture overview, but the repository now has its first accepted concrete technical decision in `docs/adr/0001-runtime-and-development-stack.md`. Later implementation work should follow that corrected baseline unless a future ADR supersedes it.
|
||||
|
||||
## Decision-Driven Development
|
||||
|
||||
@ -23,6 +23,14 @@ This document should stay aligned with the ADR set in `docs/adr/`. ADRs capture
|
||||
The current baseline decision is:
|
||||
- `ADR-0001`: runtime and development stack baseline
|
||||
|
||||
The current baseline assumes:
|
||||
- Python 3
|
||||
- Django
|
||||
- PostgreSQL
|
||||
- containerized local development by default
|
||||
|
||||
Future implementation work should assume the containerized workflow and PostgreSQL baseline rather than introducing non-containerized local setups or a different default database.
|
||||
|
||||
## Future Sections Placeholder
|
||||
|
||||
Future versions of this document may include sections such as:
|
||||
|
||||
Reference in New Issue
Block a user