Releases: fleetbase/fleetops-data
Releases · fleetbase/fleetops-data
v0.1.8
- Added
purchase_rate
, files
, and comments
relationship on OrderModel
- Added loading methods for relationships
What's Changed
Full Changelog: v0.1.7...v0.1.8
v0.1.7
- Dropped all usage of
extractCoordinates
added center
property for ZoneModel
and ServiceAreaModel
What's Changed
Full Changelog: v0.1.6...v0.1.7
v0.1.5
- Patched
EntityModel
removed facilitator relationship and added supplier relationship
- Added vehicle counts
vehicles_count
and vehicles_online_count
property to FleetModel
v0.1.4
- Corrections and patches to data models
v0.1.3
- Added
status
column to FuelReportModel
v0.1.2
- Critical patches and improvements for data layer
- Refactor of data models and serializers
v0.1.1
- Added vehicles relationship to
FleetModel
v0.1.0
- Removed
driver_uuid
attribute from the VehicleModel
v0.0.9
- Updated
FleetModel
with parent/subfleets and vendor assignments
- Added
displayName
computed property for VehicleModel