Release Notes / Version 10.2107
Table Of ContentsThe Feedback Hub underwent a general overhaul. Implementing a Feedback Adapter doesn't require any additional Studio development anymore. Instead, the developer can choose from a list of predefined components to render feedback for a content.
Adapters and providers for the Feedback Hub can now be implemented as plugins too. In order to make this work, the following interfaces have become extensions points for the CoreMedia plugin framework:
FeedbackHubAdapterFactory
FeedbackProviderFactory
JobFactory
CoreMedia provides a list of integrations for the new Feedback Hub that are public and implemented as plugins for the CoreMedia Blueprint workspace.
An additional tutorial and a complete list of available feedback components can be found on github: https://github.com/CoreMedia/feedback-hub-adapter-tutorial
(CMS-18360)