Update development plan with vertical slice approach

- Reorder sprints for visual-first development
- Dashboard (Sprint 4) now follows Physics Engine (Sprint 3)
- Infrastructure layers (SCPI, TCP, HAL) follow visual demo
- Update project references to py-dvt-ate
This commit is contained in:
2025-01-22 12:14:32 +00:00
parent a60fb4c2b7
commit d920fd8c24
4 changed files with 432 additions and 402 deletions

View File

@@ -1,5 +1,5 @@
# Business Requirements Document
## ThermalATE: Coupled Physics DVT Simulation Platform
## py_dvt_ate: Coupled Physics DVT Simulation Platform
| Document ID | BRD-001 |
|-------------|---------|
@@ -13,7 +13,7 @@
## Purpose
This document defines **what** the ThermalATE system must do. It specifies the functional and non-functional requirements, constraints, and success criteria.
This document defines **what** the py_dvt_ate system must do. It specifies the functional and non-functional requirements, constraints, and success criteria.
For **why** decisions were made, see `03_architecture_decisions.md`.
For **how** to implement the system, see `02_technical_specification.md`.
@@ -51,7 +51,7 @@ For **how** to implement the system, see `02_technical_specification.md`.
### 1.1 Purpose
ThermalATE is a coupled-physics Device Validation Test (DVT) simulation platform that enables engineers to develop, validate, and debug characterisation test sequences without physical access to laboratory equipment.
py_dvt_ate is a coupled-physics Device Validation Test (DVT) simulation platform that enables engineers to develop, validate, and debug characterisation test sequences without physical access to laboratory equipment.
### 1.2 Background