Shipping Blend - CassiniLaw/KnowledgeBase GitHub Wiki

sequenceDiagram
    actor A as Bulker Crew
box Shipping Load Sheet
    participant B as Crew Status 
    participant  C as Departure
    participant  D as From Bin
    participant E as Destination
    participant F as To Bin
end

B-->>B:Load Requested
A->>B: Shipping Blend
B->>C: Drive to Depature location
C->>D: Load Blend from Bin
D-->>B: Set as Loaded
C->>C: Set Out
C-->>B: Set as En Route
C->>E: Drive to Destination
E->>F: Offload Blend
F-->>B: Set as On Location
E->>E: Leave and Return
E-->>B: Set as On Way In
E->>C: Drive back
C-->>B: Set as Returned