DoSomething / gladiator

:guardsman: The DoSomething.org competitions platform.
2 stars 0 forks source link

Leaderboard bug #394

Closed sbsmith86 closed 7 years ago

sbsmith86 commented 7 years ago

What's this PR do?

Now that we are getting user activity directly from phoenix, the data gets returned to us with embedded arrays instead of objects. This changes how we pull in the data to the leaderboard view and the leaderboard export.

This PR updates the code so that we pull in the data accessing the arrays, instead of trying to use objects.

How should this be manually tested?

What are the relevant tickets?

Fixes #392