MPA

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

✔ Fix popularity note

Comments

Pierre henri Seylan on May 2, 2019:

The web developers have made some adjustments to the popularity note calculation.
Let's re-integrate it in the app, since it is curretly quite buggy.
We can then find out if more bugs are coming from the server.

Expected behavior and logic:
The server provides a popularity note, and a "relative popularity note".
In the application, we must only care about the relative popularity note.
For sound items, there are 10 bars used for displaying the popularity note.
The relative note provided by the server goes from 1 to 10.
This note must simply be mapped onto the vertical bars displayed for sound items.



This had already been done, but there are issues, for example some items display a X on the popularity note, you can see it when sorting the factory section by most popular.

Karim Alabtakh on May 10, 2019:

done