Page 1 of 1

New Layout w/Icons - bug?

Posted: Thu Mar 07, 2019 1:15 am
by resu-repus
I like the new column icons in the Users Ranking (Stats -> General) page. But I think the Cell/GPS and Cell columns are labeled backwards. Or more accurately, the data displayed in the columns is reversed. I've checked against older screenshots and confirmed it.

Re: New Layout w/Icons - bug?

Posted: Thu Mar 07, 2019 7:46 pm
by bobzilla
This was a long-standing bug that we did fix recently. The number of networks with a gps fix has to be less than or equal to the total number of networks seen, how we had it before violated that thought exercise (and the code plumbing proved it out).

Re: New Layout w/Icons - bug?

Posted: Thu Mar 07, 2019 11:34 pm
by resu-repus
This was a long-standing bug that we did fix recently. The number of networks with a gps fix has to be less than or equal to the total number of networks seen, how we had it before violated that thought exercise (and the code plumbing proved it out).
Screenshot from a just 2 weeks ago and now. In the newest screenshot, Cells w/ GPS fixed numbers are larger. But in the older screenshot, it displayed as it seems by your description it should have.

Re: New Layout w/Icons - bug?

Posted: Sat Mar 09, 2019 5:16 am
by bobzilla
You are right! Bluetooth was backwards before, but the issue with Cell were the metrics themselves being off since they were still being detangled from Bluetooth stats. Everything on the personal stats and the stats rankings page should be correct now, they've been recomputed from base de-duped data.

Re: New Layout w/Icons - bug?

Posted: Sat Mar 09, 2019 6:13 pm
by resu-repus
You are right! Bluetooth was backwards before, but the issue with Cell were the metrics themselves being off since they were still being detangled from Bluetooth stats. Everything on the personal stats and the stats rankings page should be correct now, they've been recomputed from base de-duped data.
Oh happy day! Particularly because from your earlier response, I was looking at it and thinking "am I on the worst Acid trip ever?" and I don't even do drugs. lol

Thanks for the fix.