Open robgietema opened 7 years ago
True. Though, we have a registry endpoint that allows setting registry settings. Since all control panels are based on the registry now, the question is if we need specific endpoint or if providing a schema for the control panels is sufficient.
For most I think providing a schema would be enough. There are some custom ones though, like users for example.
All controlpanels using the registry are implemented. Missing controlpanels are:
Any work in progress on this? Especially Dexterity content types?
@avoinea not really. It is hard to find clients who are willing to pay for control panels. Therefore this is something we have to do via the community or via sprints IMHO. The Dexterity content types control panel is indeed a biggy and it would be great if we could find someone who wants to pick this up. I'd be more than happy to help with advice if needed.
@tisto Then I suppose I'm the right guy at the right place :).
I can take The Dexterity content types control panel
Where should I start? I suppose plone.restapi.
@avelino awesome! Yeah, I guess we need to create the rest api endpoints first, then move on to the frontend implementation. Do you want to create an issue on the plone.restapi issue tracker?
@tisto What about this one https://github.com/plone/plone.restapi/issues/355
Create all control panels. The rest api doesn't provide most of the calls for this yet.