strapi-plugin-comments icon indicating copy to clipboard operation
strapi-plugin-comments copied to clipboard

Provide built-in integration with `strapi-plugin-reactions`

Open cyp3rius opened this issue 2 months ago • 0 comments

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

  1. Plugin recognizes if the strapi-reactions-plugin is installed and provides the option in the Settings Page to Enable the integration.
  2. When integration is enabled, the controllers for listing comments (flat, tree, rfr) use the enrich service method or use their own implementation to provide rich data
  3. When integration is enabled, the interface shows the reactions correlated with each comment using its emoji/image + counter. It's not an interactive element.

cyp3rius avatar Dec 03 '25 08:12 cyp3rius