-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(medusa, stock-location, inventory): Allow modules to integrate with core #2997
Conversation
🦋 Changeset detectedLatest commit: 1e12b8b The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this is great - feels like a good first approach. Would like to understand how we will approach the TO as well.
…dusa into chore/module-share-resources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a single thought :)
…dusa into chore/module-share-resources
…dusa into chore/module-share-resources
@adrien2p When you have time, can I get you to run another review, so we get closer to merging? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM: one question and one point:
I really don't think that we should start putting repository specificities into the service. Having to manage the query builder and relations from the service seams a bit off. I let you look at the comment and let me know what you think.
@adrien2p Please approve if the current state LGTY :) |
@carlos-r-l-rodrigues if you are alright with the repository specific work in the service for that pr then you can merge and tackle that later. Just want to avoid accumulating debt across pr as it is easily forgotten. up to you |
…dusa into chore/module-share-resources
…dusa into chore/module-share-resources
What:
Enhanced Module's configs enabling them to share the Core's EntityManager.
Modules will be able to run integrated in the Core and have the option to use their own resources like Database, or use the same as the Core.
FIXES: CORE-980