Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide moderation logs from moderator when the subject is an abuse report they have made #42

Open
nlhkabu opened this issue Jun 7, 2015 · 0 comments
Labels

Comments

@nlhkabu
Copy link
Owner

nlhkabu commented Jun 7, 2015

Example scenario:

Sam is a moderator and reports Alex for inappropriate behavior.
This abuse report is dismissed by another moderator.
When Sam views the moderation dashboard, Sam can see a log of the dismissal.

In the case above, Sam should not be able to see the moderation log. I am not sure this is possible with the current data structure as the moderation logs do not reference the user who reported the abuse - only the reported user (in this case Alex) and the moderator who made the decision.

We could introduce a FK relationship to AbuseReport for this case, or simply add another User field to ModerationLogMsg to account for this situation.

┆Issue is synchronized with this Asana task

@nlhkabu nlhkabu changed the title Do not show moderation logs to moderator when the subject is an abuse report they have made Hide moderation logs from moderator when the subject is an abuse report they have made Jun 7, 2015
@nlhkabu nlhkabu added the bug label Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant