unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Remove duplicates from url_report #105

Closed ldko closed 3 years ago

ldko commented 3 years ago

This small change is to remove duplicates from the url report given at nomination/eth2016_bulk/reports/urls/ (you can compare our dev vs. production instances of the tool). The report is based on the surt value in the data, of which they should be unique if data is only entered through the web interface. However, if data is loaded by script on the backend, as we do with our "_bulk" projects, they could have had surt duplicated. This change should suppress display of duplicates in the url report.

This is ready for review ping @madhulika95b @somexpert

vphill commented 3 years ago

This looks good to me. 👍