Skip to content

Shuffle the open duplicate-suggestion list - #2754

Open
c-tonneslan wants to merge 1 commit into
DemocracyClub:masterfrom
c-tonneslan:feat/randomize-duplicate-suggestions
Open

Shuffle the open duplicate-suggestion list#2754
c-tonneslan wants to merge 1 commit into
DemocracyClub:masterfrom
c-tonneslan:feat/randomize-duplicate-suggestions

Conversation

@c-tonneslan

Copy link
Copy Markdown

Closes #2724.

@russss flagged that the complex suggestions pile up at the top of the open-suggestion list, so reviewers have to page through the difficult ones before they find a quick win. Adds order_by('?') to the listview queryset so the order rotates.

The complex duplicate suggestions tend to pile up at the top, which
makes it hard for reviewers to find the quick wins. order_by('?')
gets the easier ones into rotation.

Closes DemocracyClub#2724

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sort duplicate suggestions in a random order

1 participant