nishantwrp / gsoc-organizations

A site for viewing and analyzing the info of the organizations participating in Google Summer of Code.
https://www.gsocorganizations.dev
GNU General Public License v3.0
332 stars 45 forks source link

Add a filter for average projects #43

Open nishantwrp opened 3 years ago

nishantwrp commented 3 years ago

A little discussion is needed for the correct metric that should be used to calculate this.

Ashu999 commented 1 year ago

Hi @nishantwrp , how about showing the percentage instead: calculated for each org, for each year = (No. of projects of that org in a given year / Total no. of projects in that year)*100 This info can be shown in org-card-years-container.

What do you think?

nishantwrp commented 1 year ago

The goal is to allow people to be able to filter organisations with more projects. The issue is to decide what should the metric that the users will be filtering on? Some options are

shiwam-c114 commented 7 months ago

@nishantwrp In that case we can show EMA (exponential moving average) number of project. this will have a greater weight on the recent number of projects.