Open ymaheshwari1 opened 2 months ago
The other two jobs, JOB_REL_PREODR_CAT(loadPreorderCatalog) and JOB_RLS_ORD_DTE(checkPreOrderedItemsForRelease) will be still be fetched from ofbiz, but the job JOB_BKR_ORD(brokerOrders) will be replaced with the group runs from moqui.
We will fetch the routingGroupId from the ProductStore and then will fetch the runs for the group and display the runs in the background jobs modal.
What is the motivation for adding/enhancing this feature?
We are deprecating the brokering from ofbiz and will use moqui for brokering, so need to migrate job fetching logic to moqui before the brokering is completely removed from ofbiz.
What are the acceptance criteria?
JOB_REL_PREODR_CAT
,JOB_BKR_ORD
,JOB_RLS_ORD_DTE
and out of this only the jobJOB_BKR_ORD
is for brokering so need to make migration mainly for this job.Can you complete this feature request by yourself?
Additional information