Intro
Since a few weeks, Utopian Moderators are divided by teams and categories, so, a Moderator review a few categories. Each Team has a Supervisor, who check posts reviewed by his/her team.
Example
I'm a Moderator, I review Suggestion Category and Tutorial/Video Tutorial Category (in Spanish, usually)
I'm in Arie's Team, arie.steem is my Supervisor.
If I make a mistake or if some user complaint with my review, arie solves the problem.
Problem
The problem here is that Supervisors needs to check all the Contributions reviewed, find Contributions reviewed by his/her Team and check if that revision is OK or has a mistake. This is really hard to do
Suggestion
Add a new feature in Utopian.io where Contributios will be divided by Team and only Supervisors are allowed to see it.
They will see only contributions reviewed (Approved/Pending/Rejected) by Moderators of they Team
Looking the script to load contributions to feed in https://github.com/utopian-io/utopian.io, I suggest to do something like this:
# Pseudocode
getContributions:
if isSupervisor:
getTeamList
else:
getEmptyList
if moderatorWhoReview is in TeamList:
showContributionReviewed
else:
notShowContributionReviewedByOtherModerator
Posted on Utopian.io - Rewarding Open Source Contributors