MPA

From the to-do list: MPA V1.0: API integration bugs and improvements

✔ popularity note bug

Comments

Pierre henri Seylan on January 17, 2019:

After discussing with Arsen, it looks like the logic for popularity note is implemented correctly.

However in the app, it seems that the notes are not entirely correct.
For example the most popular sound "dist.sound" has note 8, but on the server it is 5, which is mutiplied by 2.
So in the app it should actually be note 10 for dist.sound

Please have a look at what could cause this problem.

Karim Alabtakh on January 17, 2019:

I thought that we should use "relative_popularity" which is 8.3 for dist.sound.
ok, I will fix that 

Karim Alabtakh on January 17, 2019:

done