Add Most Popular Games of the Year to Home Page #27

Open
opened 2024-01-14 14:31:37 -06:00 by jimmyb · 2 comments
Owner

Originally posted by Vilkathewolf

(Part of (old GitLab link))

New window on home page.

Will show most popular games currently released in 2018. Any game released between Jan 1, 2018 and the current date.

Example -

2018game_copy


To help here is a formula (from #309 )

Weighted Rank (WR) = (v / (v + m)) * S + (m / (v + m)) * C

S = Average score for the game (mean).

v = Number of people scoring the game.

m = Minimum votes/scores required to get a calculated score (currently 50 scores required).

C = The mean score across the entire MVGL DB.

**Originally posted by Vilkathewolf** (Part of (old GitLab link)) New window on home page. Will show most popular games currently released in 2018. Any game released between Jan 1, 2018 and the current date. Example - ![2018game_copy](https://media.octocat.ninja/user/4/files/12feb280-309a-11ea-9845-1c72217b8048) -------------------------------------------- To help here is a formula (from #309 ) > Weighted Rank (WR) = (v / (v + m)) * S + (m / (v + m)) * C > S = Average score for the game (mean). > v = Number of people scoring the game. > m = Minimum votes/scores required to get a calculated score (currently 50 scores required). > C = The mean score across the entire MVGL DB.
jimmyb added the
component: backend
component: web design
type: feature
component: games
labels 2024-01-14 14:31:37 -06:00
Author
Owner

Originally posted by Vilkathewolf

Just realised this issue existed (#42) its also what i was thinking too.

**Originally posted by Vilkathewolf** Just realised this issue existed (#42) its also what i was thinking too.
Author
Owner

Originally posted by Vilkathewolf

To help here is a formula (from (old GitLab link))

Weighted Rank (WR) = (v / (v + m)) * S + (m / (v + m)) * C

S = Average score for the game (mean).

v = Number of people scoring the game.

m = Minimum votes/scores required to get a calculated score (currently 50 scores required).

C = The mean score across the entire MVGL DB.

**Originally posted by Vilkathewolf** To help here is a formula (from (old GitLab link)) > Weighted Rank (WR) = (v / (v + m)) * S + (m / (v + m)) * C > S = Average score for the game (mean). > v = Number of people scoring the game. > m = Minimum votes/scores required to get a calculated score (currently 50 scores required). > C = The mean score across the entire MVGL DB.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MyVideoGameList/myvideogamelist.com#27
No description provided.