Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

we are only retrieving the first page of events - need to fix it to get all #1

Closed
pliablepixels opened this issue Apr 29, 2015 · 2 comments
Assignees
Milestone

Comments

@pliablepixels
Copy link
Member

Not a good idea to grab all. I've got to implement some pagination logic

@pliablepixels pliablepixels self-assigned this Apr 29, 2015
@pliablepixels
Copy link
Member Author

as it turns out the APIs tie the event list count to what the webpage displays - thats not good, but given the lack of response from the API dev of ZM, I may as well handle it locally

@pliablepixels pliablepixels added this to the short term milestone May 2, 2015
@pliablepixels
Copy link
Member Author

done - I'm now supporting infinite-scrolling - as you keep scrolling new pages will be auto loaded. The problem however is the list is shown in ascending order while you are likely interested in descending order. The events API returns in ascending mode. I doubt I can get ZM folks to fix their API, so I'll have to implement an ordering in the client. I'll open a new ticket for this order part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant