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

Implement Things and Channels pagination #2

Closed
manuio opened this issue Nov 11, 2019 · 2 comments
Closed

Implement Things and Channels pagination #2

manuio opened this issue Nov 11, 2019 · 2 comments

Comments

@manuio
Copy link
Contributor

manuio commented Nov 11, 2019

Currently all Things and Channels are fetched to create tables. Instead, we should only fetch pages to avoid useless API calls.

@darkodraskovic
Copy link
Contributor

Currently, things and channels page fetch first n entities, where n is hardcoded. Make a proper pagination functionnality to fetch next or previous n things depending on page number. I think we should implement a service for this.

@manuio
Copy link
Contributor Author

manuio commented Feb 2, 2021

Closing this one in favour to: #141

@manuio manuio closed this as completed Feb 2, 2021
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

2 participants