Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate job fetching logic to moqui #299

Open
1 of 2 tasks
ymaheshwari1 opened this issue Sep 12, 2024 · 1 comment
Open
1 of 2 tasks

Migrate job fetching logic to moqui #299

ymaheshwari1 opened this issue Sep 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ymaheshwari1
Copy link
Contributor

ymaheshwari1 commented Sep 12, 2024

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?

  • We have three jobs mainly used in preorder app JOB_REL_PREODR_CAT, JOB_BKR_ORD, JOB_RLS_ORD_DTE and out of this only the job JOB_BKR_ORD is for brokering so need to make migration mainly for this job.

Can you complete this feature request by yourself?

  • YES
  • NO

Additional information

@ymaheshwari1 ymaheshwari1 added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Sep 12, 2024
@ymaheshwari1 ymaheshwari1 changed the title Migrate job fetching logic using moqui Migrate job fetching logic to moqui Sep 12, 2024
@ymaheshwari1
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 👀 In review
Development

No branches or pull requests

3 participants