0.2.54
This commit is contained in:
@@ -403,6 +403,12 @@ func personalizeHomeRows(rows []recommend.Row, stats []store.RowStat) []recommen
|
||||
if row.ID == "continue" {
|
||||
score = 1_000
|
||||
}
|
||||
// This recovery shelf is deliberately surfaced on Home. It may contain only one
|
||||
// title, so its impression sample is naturally small and must not let the generic
|
||||
// engagement sorter bury it below discovery rows.
|
||||
if row.ID == "for-you:pick-up" {
|
||||
score = 900
|
||||
}
|
||||
ranked = append(ranked, rankedRow{row: row, position: position, score: score})
|
||||
}
|
||||
sort.SliceStable(ranked, func(i, j int) bool {
|
||||
|
||||
Reference in New Issue
Block a user