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

chore(medusa): First crud service basic implementation #2030

Closed
wants to merge 1 commit into from

Conversation

adrien2p
Copy link
Member

@adrien2p adrien2p commented Aug 10, 2022

[PERSONAL TEST] Do not merge or review for now :) it is only a draft of my mind and could be a no go depending on discussion

Probably require the migration to typeorm 0.3 to continue and validate this one around a discussion

It is probable that this service will only includes common Read and Delete methods. For the create and update it could include a basic implementation that some services could use as well as the external users.
For the services that implement complex create/update they would still keep their own implementation since it is related to specific needs that we don't want to change and probably don't want to make generic since it could break the responsibilities which we want to avoid.

Depends on #2007 to improve it

@changeset-bot
Copy link

changeset-bot bot commented Aug 10, 2022

⚠️ No Changeset found

Latest commit: 0af2745

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@adrien2p adrien2p requested review from srindom and olivermrbl and removed request for srindom and olivermrbl August 10, 2022 12:29
@adrien2p adrien2p force-pushed the chore/transaction-crud-service-basics branch from 3152fcd to 5f06d47 Compare August 10, 2022 14:00
@adrien2p adrien2p changed the base branch from develop to feat/transaction-base-service-enhancement August 10, 2022 14:01
@adrien2p adrien2p changed the base branch from feat/transaction-base-service-enhancement to develop August 10, 2022 14:01
@adrien2p adrien2p changed the base branch from develop to feat/transaction-base-service-enhancement August 10, 2022 14:02
@adrien2p adrien2p force-pushed the chore/transaction-crud-service-basics branch from 5f06d47 to bacdc92 Compare August 10, 2022 14:09
@adrien2p adrien2p changed the base branch from feat/transaction-base-service-enhancement to develop August 10, 2022 14:09
@adrien2p adrien2p force-pushed the chore/transaction-crud-service-basics branch from 467464d to 5df587a Compare August 10, 2022 15:19
@adrien2p adrien2p force-pushed the chore/transaction-crud-service-basics branch from 41b190e to 0af2745 Compare August 11, 2022 09:11
@adrien2p adrien2p closed this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant