kowalczj / shop24

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

Display Orders by Shipment Priority #9

Open kowalczj opened 4 years ago

kowalczj commented 4 years ago

As a fulfilment employee, I want orders displayed by shipment priority order so I can pick items from bins quickly enough to make that day's shipment carrier pickup deadlines. It would help the company maintain customer satisfaction with those who pay extra for shipping.

crisischris commented 4 years ago

(estimation) 2 days. should be a simple queue data structure of the orders.

kraynakr commented 4 years ago

To simplify, this could be a query that retrieves orders ordered by priority, then flask displays it in the UI.