FEATURE: Hide Reviewable scores, change score filter to Priority

We found score hard to understand. It is still there behind the scenes
for sorting purposes, but it is no longer shown.

You can now filter by minimum priority (low, med, high) instead of
score.
This commit is contained in:
Robin Ward
2019-05-07 13:25:11 -04:00
parent 5b5b5a5931
commit 5af7c90bab
25 changed files with 138 additions and 58 deletions

View File

@ -173,7 +173,7 @@ module FlagQuery
params = {
pending: Reviewable.statuses[:pending],
min_score: SiteSetting.min_score_default_visibility
min_score: Reviewable.min_score_for_priority
}
results = DB.query(<<~SQL, params)