Scoring

Version 13 (Andrew Dolgov, 05/04/2008 01:07 PM)

1 1
= Scoring =
2 1
3 9 Andrew Dolgov
Since '''1.2.23''', tt-rss supports scoring in a way similar to some newsreaders, albeit more limited. The score is calculated on article import using special filters with a "Modify score" action. The resulting score is a sum of all score modifiers from all matching filters. So, for example, if the article matches two filters A (score +100) and B (score -50), the resulting score will be 50.
4 1
5 1
Article score alters the way article is displayed in the UI.
6 1
7 1
|| Score || Action ||
8 3 Andrew Dolgov
|| <-500 || Do not display ||
9 13 Andrew Dolgov
|| <-100 || [[Image(MiscPics:score_low.png)]] Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) ||
10 13 Andrew Dolgov
|| 0 || [[Image(MiscPics:score_neutral.png)]] Display as usual ||
11 13 Andrew Dolgov
|| >100 || [[Image(MiscPics:score_high.png)]] Score indicator is green ||
12 13 Andrew Dolgov
|| >500 || [[Image(MiscPics:score_high.png)]] Score indicator is green and headline text is highlighted green ||
13 13 Andrew Dolgov
|| >1000 || [[Image(MiscPics:score_high.png)]] Same as above, article is also marked as starred ||
14 11 Andrew Dolgov
15 12 Andrew Dolgov
Headline buffers are sorted by article score. 
16 1
17 9 Andrew Dolgov
Calculated score for an individual article may be adjusted by clicking on score indicator:
18 1
19 9 Andrew Dolgov
{{{
20 9 Andrew Dolgov
#!html 
21 9 Andrew Dolgov
<img src="/images/score_indicator.png">
22 9 Andrew Dolgov
}}}
23 9 Andrew Dolgov
24 9 Andrew Dolgov
Scores for specific feed may be recalculated with "Rescore articles" action in My Feeds. Note that all custom scores for articles in specified feed will be lost.
25 9 Andrew Dolgov
26 9 Andrew Dolgov
{{{
27 9 Andrew Dolgov
#!html 
28 9 Andrew Dolgov
<img src="/images/rescore_action.png">
29 9 Andrew Dolgov
}}}
30 9 Andrew Dolgov
31 9 Andrew Dolgov
== Scoring and Labels ==
32 9 Andrew Dolgov
33 10 Andrew Dolgov
It is very easy to create labels to browse articles by score:
34 9 Andrew Dolgov
35 9 Andrew Dolgov
{{{
36 9 Andrew Dolgov
#!html 
37 9 Andrew Dolgov
<img src="/images/score_label.png">
38 9 Andrew Dolgov
}}}