docbrown/app/services/articles/feeds
Jeremy Friesen 19e5b6da35
Ensuring home feed uses minimum score threshold (#18123)
Prior to this commit we had a hard-coded 0; there are other hard-coded
score ranges throughout the code-base.  These are unexplained magic
numbers.  The hope with this change is to provide a mechanism for Forem
owners to adjust a configuration and see a change in behavior.

Related to forem/forem-internal-eng#484
2022-07-15 16:37:51 -04:00
..
article_score_calculator_for_user.rb Extracting a common calculator for feed weights (#15199) 2021-10-27 04:45:53 -04:00
basic.rb Ensuring home feed uses minimum score threshold (#18123) 2022-07-15 16:37:51 -04:00
find_featured_story.rb Removing WeightedQueryStrategy; use VariantQuery now (#17420) 2022-04-27 09:19:09 -04:00
large_forem_experimental.rb Extracting a not_authored_by scope (#16123) 2022-01-17 15:20:49 -05:00
latest.rb Normalizing feed page size (#15326) 2021-11-16 11:12:01 -05:00
tag.rb Normalizing feed page size (#15326) 2021-11-16 11:12:01 -05:00
timeframe.rb Normalizing feed page size (#15326) 2021-11-16 11:12:01 -05:00
variant_query.rb Fixed most rubocop issues (#18048) 2022-07-07 14:36:08 -06:00