WikiEduDashboard: There should be a way to see the problems for an individual course: Alerts, possible plagiarism, and deleted articles

Current Behavior:

We generate a lot of different information about problems that come up during a course, including Alert records, automatically detected edits that might be plagiarism, and deleted revisions and articles. There’s no UI to see this stuff, however.

Desired Behavior:

This probably makes sense as a new tab of the Course component, maybe as a subtab of Activity, and could be implemented in several stages:

  1. Show the Alerts for a course. We already have components to do this, which are used in the Campaign Alerts tab and the admin-only alerts_list page. This should work just like the Campaign Alerts page, except showing only the alerts for that course. Admins should get all alerts, while other users should only get public alerts.
  2. Show edits that might be plagiarism, ie, course revisions that have an ithenticate_id attribute. For each one, it should include a link to the revision, a link to the article, and (only for admins or instructors) a link to the plagiarism report.
  3. Deleted revisions and articles

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 16 (16 by maintainers)

Commits related to this issue

Most upvoted comments

That makes sense.

I’ve reviewed the front end and there’s already a redux store for “suspected plagiarism” which I’ll use for this. Might be a good idea to stick to the same naming. I’ll also refactor RevisionAnalyticsService.suspected_plagiarism to use the new scope.