Open Tsearo opened 2 years ago
@Tsearo To be more specific: what is expected result? "Achievements Earned" should show only hardcore achievements (like on global ranking: https://retroachievements.org/globalRanking.php), or rather points should include softcore value as well?
Currently it shows hardcore points and softcore + hardcore achievements. There are multiple solutions I feel but the main issue is that there is a discrepancy between the data it pulls for points vs achievements earned and they should at least match whether it is combined or just hardcore or split I don't have much preference.
Is this still relevant? It seems like a pretty straightforward change, regardless of what columns/data to include. My thoughts are:
RAPoints
(which looks like it's hardcore points) and achievements_unlocked
(which seems to be softcore achievements). Change getUserListByPerms
to either use both hardcore values (RAPoints
and achievements_unlocked_hardcore
) or both softcore values (RASoftcorePoints
and achievements_unlocked
)
Only lists hardcore points but achievement count does either, should be updated now after the softcore points change