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.pyfor bot edits - In
common/helpers.pyfilter the queryset on this field infilter_queryset() - In
organisation_detail.htmlandprogram_detail.html, add the relevant form HTML - Write a test for this functionality
Task tags
Students who completed this task
JeremyNguyen