Skip to content

feat: add orchestrator capacity and constraint fields to Vehicle and Order models#47

Merged
roncodes merged 2 commits intomainfrom
fix/orchestrator-capacity-columns
Apr 16, 2026
Merged

feat: add orchestrator capacity and constraint fields to Vehicle and Order models#47
roncodes merged 2 commits intomainfrom
fix/orchestrator-capacity-columns

Conversation

@roncodes
Copy link
Copy Markdown
Member

Summary

Adds missing Ember Data model attributes for orchestrator capacity and constraint fields, aligned with the server-side fixes in fleetbase/fleetops#225.

Vehicle model

  • Added payload_capacity_volume, payload_capacity_pallets, payload_capacity_parcels (following the payload_capacity_* naming convention; payload_capacity was already present)
  • Added orchestrator constraint fields: skills (raw), max_tasks (number), time_window_start (string), time_window_end (string), return_to_depot (boolean)

Order model

  • Added orchestrator constraint fields: time_window_start (date), time_window_end (date), required_skills (raw), orchestrator_priority (number)

Entity model

  • Already has weight, weight_unit, length, width, height, dimensions_unit — no changes needed

Related

Ronald A Richardson and others added 2 commits April 14, 2026 01:19
…Order models

- Vehicle model: add payload_capacity_volume, payload_capacity_pallets,
  payload_capacity_parcels (following Fleetbase payload_capacity_* naming convention)
  and orchestrator constraint fields: skills, max_tasks, time_window_start,
  time_window_end, return_to_depot
- Order model: add orchestrator constraint fields: time_window_start, time_window_end,
  required_skills, orchestrator_priority
- Entity model already has weight, weight_unit, length, width, height, dimensions_unit
  — no changes needed
@roncodes roncodes merged commit 999e7c9 into main Apr 16, 2026
6 checks passed
@roncodes roncodes deleted the fix/orchestrator-capacity-columns branch April 16, 2026 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant