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 infilter_queryset()
- In
organisation_detail.html
andprogram_detail.html
, add the relevant form HTML - Write a test for this functionality
Task tags
Students who completed this task
JeremyNguyen