For now there is a field order.shippingTimeRangeon which reflect on when the dropoff needs to be done (what the customer asks). Is it useful
In the order export we for now provide a date which is the middle of this time range in the finishedAt field
We should rename this field finishExpectedAt
ANd we should introduce a field in the database and in the export which stores the datetime where we complete the last task of the order and is exported as such. It should be called finishedAt (current name) or completedAt
order.shippingTimeRange
on which reflect on when the dropoff needs to be done (what the customer asks). Is it usefulfinishedAt
fieldfinishExpectedAt
finishedAt
(current name) orcompletedAt