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

Paginate published posts in overview #50

Closed
2 tasks
phae opened this issue Aug 10, 2016 · 6 comments · Fixed by #3379
Closed
2 tasks

Paginate published posts in overview #50

phae opened this issue Aug 10, 2016 · 6 comments · Fixed by #3379

Comments

@phae
Copy link
Contributor

phae commented Aug 10, 2016

User needs:

  • to not be shown every post ever published ever on one screen, for the sake of their computer memory

Rather than show ALL posts in the overview forever and ever, just show the first 20, and paginate there after. Given the new proposed wireframe, it would actually make a lot of sense to do a "show more" button at the bottom and incrementally add more posts to the end of the page.

Acceptance criteria:

  • A user can see only the first 20 previously published items in the overview screen
  • A user can scroll to the end of the first 20 items and click "show more" to reveal the next 20 (repeat to end)
@cassiozen
Copy link

We implemented pagination for Search Integration (which can also be used for listing).

For direct github integration, it's trickier to add pagination, so for now we'll stick to the current behaviour.

I'm closing this due to inactivity. Please feel free to reopen if you want to add to the discussion.

@erquhart erquhart reopened this May 18, 2018
@erquhart
Copy link
Contributor

Even with GitHub's non-paginated responses, we should paginate the UI. This has been mentioned by multiple users in recent weeks.

@mittalyashu
Copy link
Contributor

What's the progress on this issue?

@stale
Copy link

stale bot commented Oct 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale label Oct 29, 2019
@hacknug
Copy link

hacknug commented Nov 4, 2019

Please, be a good bot and don't close this. @erquhart promised us changes soon. Let him close it when it's time 🙂

@erezrokah
Copy link
Contributor

Related #68

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