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

Extract common content item saving and publishing apis #15459

Open
hyzx86 opened this issue Mar 5, 2024 · 1 comment
Open

Extract common content item saving and publishing apis #15459

hyzx86 opened this issue Mar 5, 2024 · 1 comment
Milestone

Comments

@hyzx86
Copy link
Contributor

hyzx86 commented Mar 5, 2024

Currently, it seems that the most complete management of content items is done through the controller.

Can we extract the logic into the ContentManager class to simplify the secondary development process?

@MikeAlhayek
Copy link
Member

I don't think it is needed. But if you were to go down that route, I would not pollute the ContentManager with that logic. You could introduce ContentService that would wrap that logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants