Reference implementation of an operational-intelligence monorepo for a generic vehicle distribution / yard logistics domain. Portfolio artifact.
Disclaimer Entirely synthetic data. Not affiliated with or endorsed by any company, employer, or manufacturer. All identifiers, part numbers, models, and trims are abstract placeholders for demonstration purposes.
| Path | Description | Status |
|---|---|---|
| portfolio/ | Three Streamlit apps (supervisor / floor / display) sharing one SQLite backend | Active |
| core/ | Domain models, protocols, and pure calculations | Active |
| production/ | Production scheduling + analytics app, parts/inventory schema | Reference |
| display/ | Standalone TV dashboard prototype | Reference |
| logistics/ | Standalone logistics-floor prototype | Reference |
production-Test01/
├── portfolio/ # Main 3-app operational intelligence system
├── core/ # Shared domain models and calculations
├── production/ # Production tracking + parts catalog
├── display/ # Dashboard display
└── logistics/ # Logistics floor ops
- Vehicle models are abstract identifiers:
MODEL-A…MODEL-O - Trims are abstract identifiers:
TRIM-BASE,TRIM-MID,TRIM-SPORT,TRIM-OFFROAD,TRIM-PRO,TRIM-LUX,TRIM-XL,TRIM-PREM,TRIM-STD - Part numbers follow the
PRT-AC-NNN/PT-XXX-YYYplaceholder format - VINs follow the
DMO(demo) 17-character placeholder format — not a real-world WMI
# Pick a subproject; each has its own deps
cd portfolio && pip install -r requirements.txt
streamlit run vdc-production/app.pySee each subproject's README.md for details.