hootlex / laravel-moderation

A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
MIT License
526 stars 68 forks source link

Usage of having multiple moderators to 1 row? #33

Open jonathan-bird opened 6 years ago

jonathan-bird commented 6 years ago

Is there a way to have more than one moderator per model row?

As far as I can tell, it's more of a boolean of approved/declined etc for a row, without the ability to set, say, 5 users who are required to approve it in a tree format so user 5 approves, then user 4 if user 5 approves, then user 3 once 4 approves, and so on.