gerrit/gerrit-gwtexpui
Patrick Hiesel 87880b0543 Build a Recommender for Reviewer Suggestion
Until now, reviewer suggestion was purely based on a search. I've built
a small recommender to improve the suggestions based on past
contributions by the individual reviewers and added an extension point
so that people can customize this feature.

The built-in recommender makes a default suggestion of reviewers before
the user types a query. These are based on people that have reviewed the
last contributions that a user made.

If the user starts typing in the box, we generate a list of candidates
using the account index and feed it into a small recommender. The
recommender ranks the list by looking at recent contributions of the
candidates made in the same project. Contributions include reviews,
owned-changes and comments at different weights.

Change-Id: I5aca23ddd2442146fd26bdc12e7c18da85de7ac1
2016-10-12 16:51:58 +02:00
..
src Build a Recommender for Reviewer Suggestion 2016-10-12 16:51:58 +02:00
BUCK Update Buck to latest version 2016-09-20 13:19:15 +02:00
BUILD bazel: licenses cleanup 2016-09-27 08:48:56 +08:00
COPYING Subtree merge in gwtexpui as gerrit-gwtexpui 2013-04-11 14:30:01 -07:00