solidusio-contrib / solidus_reviews

Product review/rating functionality for your Solidus store.
BSD 3-Clause "New" or "Revised" License
19 stars 49 forks source link

Adds PermissionSets classes and checks for Reviews #85

Closed memotoro closed 4 years ago

memotoro commented 4 years ago

Hello

I created a couple of permission sets for this extension in order to have more control of access on reviews for admin customers. In that way we could have admin users to change the overall configuration and other admin users with access only for reviews themselves. It works along the Spree::PermissinSets classes and it could be integrated with the extension https://github.com/boomerdigital/solidus_user_roles.

Let me know what you think

Happy to fix if you guys spot something wrong.