Git Product home page Git Product logo

Comments (3)

olsh avatar olsh commented on June 11, 2024

Hi @Mioni

Thank you for the feedback 👍🏻

This may sound strange, but this is by design 😟
The plugin performs sorting as Feedly does. It uses engagementRate for sorting, not engagement.

if (a.engagementRate < b.engagementRate) {
return 1;
} else if (a.engagementRate > b.engagementRate){
return -1;
} else {
return 0;
}

Here is the response from the Feedly team:

The sorting is done on engagementRate, not engagement. This normalizes the engagement values between entries and between sources, so that very popular sources don't push smaller ones out of the results. It also uses a recent time window first, and loads older entries if it doesn't find enough, so the results might vary.

Feel free to re-open the issue.

from feedly-notifier.

Mioni avatar Mioni commented on June 11, 2024

Wouldn't there be a way for the extension to sort the most popular articles? like this extension does? https://github.com/soufianesakhi/feedly-filtering-and-sorting

from feedly-notifier.

olsh avatar olsh commented on June 11, 2024

Well, we could sort by the engagement property on the client, but this won't solve the problem with sorting on the server side.
The extension requests only top n (Max number of feeds in the popup) articles from the Feedly API. And Feedly API sorts by the engagementRate anyway.

from feedly-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.