Development is indeed difficult. #10566
iluozhiqiang
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Medusajs version: 2.0
I hope that existing modules can inherit and rewrite some functions.
Now many module designs seem to be decoupled, but in fact they are very difficult to expand. We cannot replace any existing programs inside.
For example:
I need to modify the S3 upload logic to implement some of my own functions, such as compression, and anything else I want to do.
The methods I know are:
When I need to modify the product editing page, I encounter new challenges.
For example:
When I need to perform batch operations on variants, I find that the variant table cannot be replaced. The design of medusajs only expands some key functions, but cannot replace the existing page logic. I can only make a new page for patching.
Beta Was this translation helpful? Give feedback.
All reactions