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

[Feature Request]: Add duplicate search results pagination #154

Open
dpasque opened this issue Jul 25, 2023 · 0 comments
Open

[Feature Request]: Add duplicate search results pagination #154

dpasque opened this issue Jul 25, 2023 · 0 comments
Labels
[Type] Feature Request Enhancement ideas

Comments

@dpasque
Copy link
Contributor

dpasque commented Jul 25, 2023

"What": What is your idea?

Let's add pagination, or a way to "load more" duplicate search results. This way, people can dive deeper into results if they so choose!

"Why?": Why would this be impactful?

Every now and then, you need to dive deep. Our "top 20" results covers the majority cases, but it's also limiting to not be able to load more when you need to.

See discussion in #150 .

"How?" How should this feature work?

First, we just need to paginate the API and make it explicitly take the number of results. and maybe even return the URL for where to load more.

Then, we need to pick an approach in the UI!

Lots of ways to go, but with our current design, I think the two best options are...

  1. Add a "load more" button at the bottom of the list. Clicking it loads in another 20 or so, etc. Repeat.
  2. Add pages where you can go forward and back to load more.

Personally, I think the "load more" button at the bottom of list will fit best with our current design and interactive URL/Redux handling.

@dpasque dpasque added the [Type] Feature Request Enhancement ideas label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Feature Request Enhancement ideas
Projects
None yet
Development

No branches or pull requests

1 participant