Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 1533987727 - Show all commits

View file

@ -611,8 +611,6 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
}
// fulfill job order
// TODO: event sending has been moved to rider assignment handler for cmb. Might need
// to consider resq implementation for event sending for the other methods.
public function fulfillJobOrder(Request $req, $id, MQTTClient $mclient)
{
// initialize error list

View file

@ -10,6 +10,9 @@ use App\Service\MapTools;
interface JobOrderHandlerInterface
{
// TODO: event sending has been moved to rider assignment handler for cmb. Might need
// to consider resq implementation for event sending for the other methods.
// get job order rows
public function getRows(Request $req, string $tier);