facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

Improve score scorting #44

Closed facundoolano closed 12 months ago

facundoolano commented 12 months ago

Trying to make it more useful by factoring post frequency in the score calculation.

Also increasing the score when filtering by feed name. Note that after changes in #43, we'll lose accuracy since we don't increase score when going to source (this seemed preferable than the UX overhead of going to the backend and redirecting. We could potentially make a separate inc score request, but at the moment I'm trying to figure out if score sorting is worth at all or it should be removed).