Public Lab Research note


GSOC 2020 Week 5 (coding Period Week-1)@Spam Management Dashboard

by keshav_sethi0004 | June 07, 2020 20:52 07 Jun 20:52 | #23792 | #23792

Spam Management Dashboard Week-5(Coding Period Week-1)

Last week I worked on three major milestones of my project(spam management dashboard):

_

1: New UI for the dashboard https://github.com/publiclab/plots2/pull/7969

2: Bulk moderation features https://github.com/publiclab/plots2/pull/7969

3: Digest for unmoderated posts https://github.com/publiclab/plots2/pull/7987_

For UI I added Datatable gem and used Bootstrap for customizations. I have created an alternate URL for this i.e. spam2/. This will help reviews and moderators to see the changes and update it as per their requirements without hindering the current dashboard.image description

This dashboard has all the Bulk moderation features as mentioned in the top nav. Bulk Publish, bulk spam, bulk delete, select all toggle, bulk ban, and unban. For the ease of moderators, some basic filters of posts are also added like spammed and unpublished. It will filter out all the spammed and unmoderated posts form the total posts without making a separate request for it. It will also tell the count of each type of post as shown in the navbar. Page and Note filter is also there which is the same as others. Modal is also added to see the body of the post. It will help moderators to review the post well. Search and sort filters for each column is also added. There is also a separate side nav for further navigation like wiki, comments, and revisions.

After this, I also worked on Weekly and Daily Digest. It mail all the latest unmoderated posts in the given time range to both moderators and admins. I created a job for this which sends emails asynchronously. UI for digest is also made which is responsive as well. Their title, body, time some details of users are mentioned. I will add more features like settings etc later. Right now it is in the testing phase for this there is a button is spam/ to receive the latest daily unmoderated posts.

image description

Next week I will add more filters in the dashboard and make some modifications in digest as well. I also need to write system tests for the dashboard and other tests for digest as well. Thanks to all the mentors and others for their reviews and suggestions. For any suggestions and reviews please comment here or in PRs.

Keshav Sethi


4 Comments

Please review and give your suggestions, Thanks!!

Reply to this comment...


Thank you Keshav, this is all looking great! i left more detailed discussion on your PR. Thank you! Great job!

Thank you Liz for your valuable suggestions.


Reply to this comment...


Awesome work! I left some detailed feedback on your PRs! Thank you!!!!

Reply to this comment...


Login to comment.