Closed dariuszor closed 8 years ago
Besides the comment, I think the rest is good to go 👍
@lauraluiz so I will merge. Should I assign PR to you when I am updating PR according to your comments, like I did before?
I am planning to integrate this service to my sunrise project. It has every functionality which are required for now.
@dariuszor sorry, the update was fine.
Regarding to Sunrise, I am currently updating the Cms behaviour from it. You won't be able to use it until I finish. I plan on finishing the changes today, then I'll create a snapshot version you can use.
@lauraluiz did you update the CMS behaviour already? Please let us know when it's finished.
@dariuszor the new CMS structure is being used in Sunrise already, with version 0.8.2-cms-update-SNAPSHOT
. In order to use CMS from a controller, you have to implement the interface WithCmsPage
. It is used already in HomeController
, if you want an example.
Regardless of that, an open issue is that this CMS service is not being released yet and the common stuff needs to be removed from one of the sides (now we have 2 CmsService
and so on). Are you guys working on some temporary solution for that already or are you expecting us to do this part?
@lauraluiz we haven't been working on a temporary solution here yet and would expect you guys to do that. Until when could you finish it?
@lauraluiz @schleichardt Could you have a look? I've updated code to meet new requirements. I am updating README.md file.