strapi-plugin-comments
strapi-plugin-comments copied to clipboard
Provide built-in integration with `strapi-plugin-reactions`
Summary
As that was highlighted in the issue https://github.com/VirtusLab-Open-Source/strapi-plugin-reactions/issues/36 there is no possibility to programmatically extend the controllers of Client API for Comments Plugin to enrich the response by reactions.
Expectations
- Plugin recognizes if the
strapi-reactions-pluginis installed and provides the option in the Settings Page to Enable the integration. - When integration is enabled, the controllers for listing comments (flat, tree, rfr) use the
enrichservice method or use their own implementation to provide rich data - When integration is enabled, the interface shows the reactions correlated with each comment using its emoji/image + counter. It's not an interactive element.