Yes but now I donât have a full overview. When I open up. I first check new comments, now I can not see who sent one in a glance.
I have one single athlete on my last page. And it is always the same ones on the last page, so that makes me think I look at them less than first pagers.
The server has rate limiting to defend against bugs in the client application etc⌠If a user makes too many calls in a short timeframe they fail with 429 errors. That happens when the app tries to load data for many athletes at once. It has been happening quite a lot.
I am working on a solution that will allow a bigger page size but there will have to be pages. Some people have hundreds of athletes.
I will also see if I can do something with the sort order.
Would a more simplified and streamlined Overview tab be a possible solution?
On the platform I used previously, we just had a list of namesâno photo, no summary data. Between having no data and having athletes split across multiple pages, I personally prefer the more simplified option, if itâs a possibility.
Hi David,
In the âActivitiesâ tab of the Athletes page, each activity is ordered by the date it was created. However, athletes who donât appear on the first page of the âOverviewâ tab (above the limit set in this update) are also not properly ordered in the âActivitiesâ tab.
Would it be possible for the âActivitiesâ tab to sort all athletes solely based on the âdate createdâ field, regardless of their visibility in the overview? To avoid data volume issues, maybe even by reducing the number of rows/activities displayed.
Unfortunately it is not easy to do that. To make the âActivitiesâ tab sort without regarding the pager would require fetching recent activities for all athletes, which is what I need to avoid.