Delivery Date Indicator (23hrs)

Need to capture the calculated ETA both when the product is created, and when the product is confirmed by the Admin team and sent to the workshop

When a tailor is adding a product to the order, you would like there to be a statement of the nature "*Dates calculated if confirmed today" (30mins) [Completed]

In the home scene, the "live" ETA (calculated ETA from API) is displayed for each order row and it's associated products until the ETA from the workshop is collected. However in the order detail scene, tailors are able to view the ETAs at the time the product:

Add an icon (lightning bolt) next to calculated ETAs as a visual indicator that it is "live" (30mins) [Complete]

Add the ability to export a csv that outlines delays in a similar fashion to the munro calendar. This is will allow you to verify production delays are having the intended affect in the system

set the field/s when the product is created and then again when the product is moved into pending-workshop (2hrs) [Completed]

create the query fn (3hrs) [Complete]

add a ctrl (1hr) [Complete]

add a dropdown list for exports in the UOM (4hrs) [Complete]

prototype the feature for Rob to review (2hrs) [Complete]

Order Summary

Consolidate the ETA fields on the OrderProduct

(4hrs) Rename and migrate following fields for ETAs from:

  • goCreateOrderEta
  • originalDeliveryDate
  • expectedAt

To:

  • initialCalculatedEta
  • updatedCalculatedEta
  • initialWorkshopEta
  • updatedInitialEta

Extend ProductionDelay model to be able to differentiate between when the factory is closed, and when it is running behind

Add new fields to the model (30mins) [Complete]

Update deliveryEstimateQuery (2hrs) [Complete]

Add a reducer and fetch the product and order etas (3hrs) [Complete]

NEW - Extend the sorting to be able to sort by the real time (calculated) order ETA (2hrs) [Completed]

Resigning the product row in the Order summary (2hrs) [Complete]

Implement the product row design (3hrs)