Add a TODO for the JobHandlerInterface. #270

This commit is contained in:
Korina Cordero 2019-11-14 05:56:45 +00:00
parent 4549e124eb
commit 1533987727
2 changed files with 3 additions and 2 deletions

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);