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
527 stars 68 forks source link

Difference Postponed/Pending #25

Closed ilvalerione closed 7 years ago

ilvalerione commented 7 years ago

Hello Hotlex, thanks for this package, I'm interesting to adopt it in my project.

I have not a lot of experience in content moderation so can you give more details about difference from Postponed and Pending status? It seams a redundant definition.

Really thanks Valerio

hootlex commented 7 years ago

Hey,

Pending is the default status. After that, the moderator can choose to approve, reject, or postpone the resource.

This is useful for situations where you show to a moderator all pending resources and some of them might be someone else's responsibility or he might just be unsure if he should approve them. So, in order to exclude these from pending you mark them as postponed.