-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Refactor plone.app.contentrules
to provide API methods, which plone.restapi
can use
#4110
Comments
plone.app.contentrules
to provide API methods, which plone.restapi can use
plone.app.contentrules
to provide API methods, which plone.restapi can useplone.app.contentrules
to provide API methods, which plone.restapi
can use
@plone/framework-team @plone/classicui-team @plone/restapi-team |
We have to decide if we want to do the effort to separate this or live with the dependency and templates in the headless stack. That's up to debate. |
I propose to turn plone.app.contentrules into a core addon, its a perfect candidate. |
@jensens +1 |
I am +1 for making |
See new PLIP #4119 |
PLIP (Plone Improvement Proposal)
Responsible Persons
Proposer: @MrTango
Seconder:
Abstract
Currently plone.restapi is directly filling out form data, instead of using Python API methods.
This makes it impossible to decouple plone.app.contentrules UI related code from API code.
We should introduce Python API methods, plone.restapi could use.
Motivation
We want to decouple the UI related code and templates and move it to plone.app.layout, so that headless installations can work without it.
Assumptions
Proposal & Implementation
Deliverables
Risks
Participants
The text was updated successfully, but these errors were encountered: