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

Add pagination for the issues listed #3

Open
khaledkbadr opened this issue Dec 5, 2017 · 2 comments
Open

Add pagination for the issues listed #3

khaledkbadr opened this issue Dec 5, 2017 · 2 comments

Comments

@khaledkbadr
Copy link
Contributor

Now, we get the issues with the default page size. We need to add pagination to list the issues whenever the user scrolls down to the current issues limit.

@khaledkbadr
Copy link
Contributor Author

The pagination should be implemented with infinite scrolling on each stage column and get issues from that stage only. I believe it's the best way to implement this because normally we don't want useless data or requests and since users normally are interested in one stage more than the other.

@FastGeert FastGeert added this to the 1.1.0 milestone Dec 28, 2017
@FastGeert FastGeert removed this from the 1.1.0 milestone Jan 10, 2018
@khaledkbadr
Copy link
Contributor Author

Load more button was added on master to load more pages

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

No branches or pull requests

3 participants