hotwax / preorder

HotWax Commerce Pre-Order App
https://preorder.hotwax.io
Apache License 2.0
15 stars 45 forks source link

Migrate job fetching logic to moqui #299

Open ymaheshwari1 opened 2 months ago

ymaheshwari1 commented 2 months ago

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?

Can you complete this feature request by yourself?

Additional information

ymaheshwari1 commented 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.