jefferythewind / appetite_tamer

Repository for marketing and feedback for the Appetite Tamer app.
2 stars 0 forks source link

Leaderboards slow to load #6

Open sbrietzke opened 7 years ago

sbrietzke commented 7 years ago

The leaderboards oftentimes take a little time to load. I thought there were no global scores until I scrolled down to refresh and then they appeared.

Also, I've seen a few times that the global high scores with strange usernames (q3dNN1UpE1, for example) were listed in my 'personal' high scores. If I clicked away and then went back, it reverted back to my usernames high scores.

jefferythewind commented 7 years ago

Pretty sure this just happens becuase the app tries to load 1,000 scores and takes a few seconds and maybe longer depending on the internet connection at the time. I think a simple helper solution would be to make a little spinning loading indicator while the data is loading. Another option could be to load less data, like 100, or even just 10.