docbrown/app/services/articles
Jeremy Friesen aebde42730
Adjusting feed query to establish a new incumbent (#17308)
This commit modifies two things:

1.  The sort order of the feed.
2.  Locking in the next incumbent for the feed.

In consultation with Jamie regarding the SQL, I've switched from a WHERE
IN type clause to creating a JOIN.  This allows for the calculated
relevancy score to become a sortable value for the feed.

Second the incumbent feed is a slight modification of the past winner;
based on the results of a long running experiment.  This adjustment is
per conversations with product.

The past experiment ran since early February, so it's time to retire it,
regroup and move forward.

Closes forem/forem#17307
2022-04-19 09:10:00 -04:00
..
feeds Adjusting feed query to establish a new incumbent (#17308) 2022-04-19 09:10:00 -04:00
attributes.rb Articles update refactoring (#12913) 2021-03-10 13:08:36 +03:00
builder.rb Ensuring /new remains a call to action end point for DEV (#17294) 2022-04-14 14:50:40 -04:00
creator.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07:00
destroyer.rb Rubocop fixes (#15892) 2021-12-28 09:11:41 -06:00
enrich_image_attributes.rb Refactor FastImage usage (#16304) 2022-01-26 09:48:03 -05:00
feeds.rb Spelling (#15702) 2021-12-07 06:59:10 -07:00
get_user_stickies.rb Optimize GetUserStickies (#13541) 2021-04-27 12:47:49 -04:00
page_view_updater.rb Ensuring we don't track views of author or unpublished (#16143) 2022-01-18 11:23:18 -05:00
suggest.rb Extracting a not_authored_by scope (#16123) 2022-01-17 15:20:49 -05:00
suggest_stickies.rb Extracting a not_authored_by scope (#16123) 2022-01-17 15:20:49 -05:00
updater.rb Context Notifications (#17243) 2022-04-18 10:30:30 +03:00