├── api/ # API layer - endpoints and routers ├── services/ # Business logic layer ├── repositories/ # Data access layer ├── models/ # Database models ├── core/ # Core configuration and database setup ...
Minimal FastAPI service that mirrors the MVP scope from the Smart Warranty Hub specification: ingest artefacts, build a canonical warranty record, log behaviour, compute a lightweight risk score, ...