Wikimedia

Allow users to filter bot edits in the Wikilink tool

The Wikilink tool (https://wikilink.wmflabs.org/) collates and presents data on the addition, removal, and total number of links to websites on Wikimedia projects.

We track whether each link event was made by a bot user or not. We could easily add another filter to searches to remove these edits.

  • Add a new BooleanField to common/forms.py for bot edits
  • In common/helpers.py filter the queryset on this field in filter_queryset()
  • In organisation_detail.html and program_detail.html, add the relevant form HTML
  • Write a test for this functionality

Task tags

  • python
  • django

Students who completed this task

JeremyNguyen

Task type

  • code Code
close

2019