Skip to content

VROOM category functions - Provide information of unassigned tasks in the result columns #26

@krashish8

Description

@krashish8

Currently, the result columns only contain the scheduled tasks (i.e. the tasks assigned to the vehicles). We shall also provide the details of the unassigned tasks in the output.

What would be a good way to do this?

  • Raise a NOTICE listing all the unassigned tasks.
  • Include the unassigned tasks in the result column itself, keeping the value of other columns as -1: vehicle_seq = -1, vehicle_seq = -1, step_type = 7 (meaning unassigned), etc.

I think the second option is preferable, as this would also help in displaying other task parameters in the result columns, without any extra cost. Raising a notice won't be good enough if a lot of tasks are unassigned, and it might also be difficult to parse the data in the notice.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions