Sanjel-Energy-Services / eService_WorkItems

0 stars 0 forks source link

Job Board - Bulker Assignment - OnLocation warning #129

Open JasonSchneider19 opened 11 months ago

JasonSchneider19 commented 11 months ago

When a haul is requested and scheduled, it appears on the job board - bulker assignment image

When the status is changed to "OnLocation" a check needs to be done to make sure that either the same cement blend is currently in the bin and we are adding the same product to it or that the bin is empty. If the blends are different the status cannot be changed to "OnLocation" and a warning needs to appear "Bin Has X tonnes of Y cement. Empty the bin prior to setting status to "OnLocation""

awangatsanjel commented 11 months ago

API update will be implemented in eServiceOnline.

https://github.com/Sanjel-Energy-Services/eService_WorkItems/issues/127

awangatsanjel commented 10 months ago

@sairamk22 I found DRB called status update out of API call. This caused propblems if status validation is not passed. Please remove these calls and call API for status update only.

Image

cameliabalan commented 10 months ago

Deployed to preUAT, Jason and Adam will test the needed scenarios through Job Board.

awangatsanjel commented 10 months ago

@cameliabalan

On DRB

  1. Find a crew on OffDuty status On RigBoard
  2. Find a rig with bins have blends and job is active (Not inprogress, completed)
  3. Find a blend different form the blend in a bin.
  4. Schedule a product haul to make a bin content mismatch on purpose, select the crew found in DRB On DRB
  5. DRB shows the product haul and crew status is changed to “Load Requested”
  6. Cycle crew status through Called, Loaded, En Route, OnLocation. An alert will show up.