NaughtyMuppet
NaughtyMuppet
Waiting until the relegations are done
Ubisoft broke their bulletsFired statistic, @LaxisB maybe remove accuracy until they fix it?
And rank distribution across platforms
Should I sum all of the different operator stats or should I average some (like K/D)
This should do the trick INSERT INTO community_operators (relevant_at, inserted_at, updated_at, operators) SELECT '2017-09-18', NOW(), NOW(), row_to_json(y) FROM (SELECT AVG(iq_time_played_delta) AS iq_time_played_delta, SUM(iq_time_played) AS iq_time_played, AVG(CASE WHEN iq_time_played_delta > 0...
Small update: we decided to break this into different samples, one sample for the whole community and the other for diamond-only population
Needs some changes to the backend API, let's do community ranks first