Skip to content

Instantly share code, notes, and snippets.

View pomSense's full-sized avatar
💭
Crushing it

pomSense pomSense

💭
Crushing it
View GitHub Profile
@pomSense
pomSense / ContainerTrackingEvents.ts
Created March 16, 2022 21:46
Container Tracking / Visibility Milestones
export const enum MilestoneDescription {
AVAILABLE_FOR_DELIVERY = "Available for release / delivery",
BARGE_ARRIVE = "Barge arrived",
BARGE_DEPART = "Barge departed",
CARRIER_RELEASE = "Carrier release",
CUSTOMER_PICKED_UP = "Picked up by customer",
CUSTOMS_HOLD = "Customs hold",
CUSTOMS_RELEASE = "Customs release",
DELIVERED = "Delivered",
DELIVERING = "Out for delivery",