kowalczj / shop24

Web commerce application implemented in Flask
GNU General Public License v3.0
0 stars 0 forks source link

Optimize Order Grouping by Priority #18

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a fulfillment employee, I want the system to group orders within priority to route me to the nearest bin with the item, and with the fewest possible bin racks visited so that I can keep my shipment metrics high. This would help cut down on how far I must travel, allowing me to be more productive.

crisischris commented 4 years ago

(estimation) 2 week as this requires some sort of traveling salesman algorithm integration and compute power.

crisischris commented 4 years ago

(estimation) 2 week as this requires some sort of traveling salesman algorithm integration and compute power.