-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested