feat: implement team standby status, helper persistence, and store portal foundations
This commit is contained in:
@@ -20,6 +20,7 @@ class TripResource extends JsonResource
|
||||
'dumpsite_arrival_time' => $this->dumpsite_arrival_time?->toIso8601String(),
|
||||
'dumpsite_departure_time' => $this->dumpsite_departure_time?->toIso8601String(),
|
||||
'total_load_kg' => $this->total_load_kg,
|
||||
'is_detouring' => $this->is_detouring,
|
||||
'route' => RouteResource::make($this->whenLoaded('route')),
|
||||
'team' => CollectionTeamResource::make($this->whenLoaded('team')),
|
||||
'truck' => TruckResource::make($this->whenLoaded('truck')),
|
||||
|
||||
Reference in New Issue
Block a user