-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
feat: Moderation Console #27961
Merged
hugocostadev
merged 50 commits into
RocketChat:feat/moderation-dashboard
from
Dnouv:new/moderation_console_ui
Apr 18, 2023
Merged
feat: Moderation Console #27961
hugocostadev
merged 50 commits into
RocketChat:feat/moderation-dashboard
from
Dnouv:new/moderation_console_ui
Apr 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dnouv
force-pushed
the
new/moderation_console_ui
branch
from
February 8, 2023 08:58
9e68deb
to
d2d2e17
Compare
Dnouv
force-pushed
the
new/moderation_console_ui
branch
3 times, most recently
from
March 9, 2023 13:19
f80231a
to
5c785e8
Compare
Dnouv
force-pushed
the
new/moderation_console_ui
branch
from
March 21, 2023 07:54
42da85d
to
ddf19ff
Compare
Codecov Report
@@ Coverage Diff @@
## feat/moderation-dashboard #27961 +/- ##
=============================================================
+ Coverage 44.74% 46.13% +1.39%
=============================================================
Files 703 729 +26
Lines 13693 14099 +406
Branches 2182 2195 +13
=============================================================
+ Hits 6127 6505 +378
- Misses 7258 7283 +25
- Partials 308 311 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
Dnouv
force-pushed
the
new/moderation_console_ui
branch
from
March 28, 2023 10:14
e9f773e
to
1be11f1
Compare
Dnouv
force-pushed
the
new/moderation_console_ui
branch
from
April 12, 2023 13:36
7002e38
to
11555d3
Compare
Dnouv
force-pushed
the
new/moderation_console_ui
branch
7 times, most recently
from
April 13, 2023 12:31
40aa408
to
8af0132
Compare
hugocostadev
requested changes
Apr 13, 2023
apps/meteor/client/views/admin/moderation/MessageReportInfo.tsx
Outdated
Show resolved
Hide resolved
apps/meteor/client/views/admin/moderation/ModerationConsoleTable.tsx
Outdated
Show resolved
Hide resolved
Dnouv
force-pushed
the
new/moderation_console_ui
branch
4 times, most recently
from
April 18, 2023 07:49
2d0dce6
to
a92da2d
Compare
hugocostadev
approved these changes
Apr 18, 2023
Dnouv
force-pushed
the
new/moderation_console_ui
branch
from
April 18, 2023 18:24
d1ac513
to
bbcb890
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Why this Moderation Console and what's this?
In the past, before this Moderation Console, any report against a message was just stored in the DB, and there was no way to view it or take appropriate action against them to moderate these bad/harmful users.
And to the rescue, the "Moderation console" provides the Moderator a way to view & manage the messages or users that were reported across different channels.
On the Moderation console, we have each row a User (only users whose messages were reported), and when you click on the row, you will see the Reported Messages. And also a set of actions that you could take straight from here, which includes deleting reported messages, deactivating the user, or resetting the profile picture (for the users reported due to some strange profile pictures.)
The PR works on implementing the client-side Moderation Console. Here is the preview of the current UI:
Old:
Updated:
Issue(s)
Steps to test or reproduce
Further comments