strapi-plugin-comments
strapi-plugin-comments copied to clipboard
manage lifecycle
Hello, it is possible to add lifecycles e.g. "beforeUpdate" to comments? I want to make review system with approval flow. I thought about something like this:
- Comment (review) with reaction (from strapi-plugin-reactions [start-1, star-2, ..., start-5]) is added by user
- At first reaction is connected with comment not with commented product
- Admin approves comment and lifecycles "beforeUpdate" adds reaction to commented product
So reaction will be added to product only after comment approval. Is something like this possible?
Hi @janlew
Have a look if https://github.com/VirtusLab-Open-Source/strapi-plugin-comments/pull/251 PR will cover your needs.