Skip to content

AreteDriver/production-Test01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

production-Test01

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.

Subprojects

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

Structure

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

Data model (generic)

  • Vehicle models are abstract identifiers: MODEL-AMODEL-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-YYY placeholder format
  • VINs follow the DMO (demo) 17-character placeholder format — not a real-world WMI

Quickstart

# Pick a subproject; each has its own deps
cd portfolio && pip install -r requirements.txt
streamlit run vdc-production/app.py

See each subproject's README.md for details.

About

Recruiter-facing portfolio monorepo: operational intelligence for generic vehicle distribution / yard logistics. Synthetic data only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages