For the last six months or so, I’ve had a leaderboard for my users up and running. It’s a repeating group with a “group by” user and sorted by the sum of the data point for the leaderboard. Here’s an example of what it’s looked like up until this week:
This past week, probably Wednesday, the sorting of the data suddenly changed. it’s not alphabetic, it’s not by the sum of the data point, as you can see below. I’m always on top too, for whatever reason.
I haven’t touched this part of the app for months so I’m not sure what has changed. I tried to replicate the behavior in a test app I use for poking around at things and I’m getting the exact same behavior.
Is this a new bug or am I missing something obvious?
We recently made a change to sorting in repeating groups, so if you’re seeing unexpected behavior (like the above), please do submit a bug report with reproducible steps so that our team can investigate.
Hey! This specifically pertained to how data that is sourced via API is sorted (so most users should not have seen any effects), but it’s possible that it affected another aspect of the sort mechanism; we’ll certainly investigate!
For me, it’s not API related (i don’t think), it’s simply grouping numbers by users and sorting by the sum associated with each user. It worked a week ago, today it’s not.