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 pagination for Contribute page #50

Open
arkid15r opened this issue Nov 1, 2024 · 2 comments
Open

Implement pagination for Contribute page #50

arkid15r opened this issue Nov 1, 2024 · 2 comments
Assignees

Comments

@arkid15r
Copy link
Collaborator

arkid15r commented Nov 1, 2024

Currently /projects/contribute page shows top 25 results for any query. The Algolia search engine supports pagination but it hasn't been implemented on the backend.

The task consists of 2 parts:

  • implement search results pagination on the backend (extend search::issue::get_issues method to support page parameter)
  • add pagination support on the frontend

Documentation references:

@arkid15r
Copy link
Collaborator Author

arkid15r commented Nov 1, 2024

After Contributions pagination support is implemented it needs to be extended to other pages with multiple page entity lists (Projects and Chapters pages)

@harsh3dev
Copy link
Collaborator

harsh3dev commented Nov 3, 2024

Hi, I have started to work on this issue.
@arkid15r
/assign

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

2 participants