Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 885 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 885 Bytes

Fleet Management Tool

version: 0.2

Version history

  • 0.2 Adding support for multiple vehicles.
  • 0.1.1 Converted to use db in Mother Duck cloud service.
  • 0.1 Mileage management to track gas milage for a vehicle, storing data in local duckdb file.

Roadmap

future features

  • support multivehicle tracking
  • add trend of overstatement across time to see if the numbers converge
    • look at correlation to see if there's more subtle trend in the number
  • add API readings of odometer and fuel percent and see how those correlate to measured values

implementation details

  • cloud hosted db
  • reporting UI
  • import of data by reading image files (visual and metadata)
  • convert sql file to data pipeline
  • automate image capture
    • remove image from library after upload
  • DevEx tooling