Container lifecycle

Each container in ContainerHub moves through statuses that reflect depot phase. Gate moves mark physical entry and exit; inspections, damage, and repairs update intermediate states.

Main statuses

StatusMeaning
IN_YARDIn yard; available for inspection, repair, or exit
UNDER_INSPECTIONInspection in progress
DAMAGEDDamage recorded; may lead to MNR
IN_REPAIRIn shop / repair
PENDING_APPROVALQuote sent; awaiting client
REPAIREDRepair done; may return to yard or exit
GATED_OUTLeft the depot (Gate Out recorded)

Typical flow

  1. Gate InIN_YARD.
  2. Optional: inspectionUNDER_INSPECTION; with damage → DAMAGED.
  3. If MNR: repairIN_REPAIR; quotation → PENDING_APPROVAL until client approves at /p/quote/[token].
  4. After repair → REPAIRED or back to IN_YARD.
  5. Gate Out (optionally linked to a release) → GATED_OUT.

Not every path uses every status: Gate Out without inspection or repair is allowed if your operation permits it.

Where to see it

  • Inventory — Status column at /dashboard/depot/containers (containers doc).
  • Container detail — Move, inspection, and repair history.
  • Reports — Exports filtered by status and client.

Related links