grimoirelab-sortinghat icon indicating copy to clipboard operation
grimoirelab-sortinghat copied to clipboard

[FR] Button to remove all pending/unapplied match recommendations

Open fioddor opened this issue 1 year ago • 1 comments
trafficstars

The match recommendations are currently shared by manual processing and Unify jobs.

This makes it very risky if Unify jobs are scheduled because manual processing must end before the next scheduled run.

We might get way too many recommendations to handle manually. In such cases, Unify jobs have to be de-scheduled to prevent massive uncontrolled unifications that could cause snowballs.

And match recommendations can only be removed by accessing the database directly. There's no option in the WUI, nor in the API to do so.

The most basic solution would be a button in the interface next to the recommendations count (or at least an option in the API) that disables (removes) the unapplied recommendations.

fioddor avatar Apr 18 '24 08:04 fioddor

We need to clarify whether the unify process merges recommendations created by the "recommendations" feature with a more "relaxed" matching algorithm.

canasdiaz avatar Jul 15 '24 11:07 canasdiaz

For this feature we need two things:

  • an API mutation to remove the existing recommendations
  • a button on the UI to remove this recommendations

sduenas avatar Aug 07 '24 08:08 sduenas