feat(platform): make vehicle detail source agnostic

This commit is contained in:
lingniu
2026-07-03 21:31:11 +08:00
parent f9b8182949
commit 0438d054f6
4 changed files with 358 additions and 61 deletions

View File

@@ -14,6 +14,10 @@ The UI is a professional vehicle data operations console. It uses Semi UI as the
6. Mileage: daily and range mileage analysis.
7. Quality: data quality and link health workspace.
## Domain Principle
The product model is vehicle-first. GB32960, JT808, and Yutong MQTT are ingestion sources for one vehicle service, not separate business products. The UI should lead with VIN, plate, online state, location, mileage, and data quality; protocol appears only as source attribution, diagnosis, and raw-frame traceability.
## Interaction Rules
- Tables are the default data surface.
@@ -21,4 +25,3 @@ The UI is a professional vehicle data operations console. It uses Semi UI as the
- Details open in a right drawer unless a full route is needed.
- Error and empty states must be explicit.
- No decorative hero, no oversized marketing card layout, no dark large-screen style.