Feature Description
Description
Currently, the search results page loads all matching GitHub issues at once.
This leads to:
Long loading times
High number of API requests
Performance issues for large result sets
I would like to work on this issue as a part of SwoC'26 , pls assign it to me.
Looking forward to your response..
Problem Statement
Problem
Currently, the search results load all matching GitHub issues at once.
When a user retrieves many issues, this causes:
Long scroll lists
Slower rendering
Higher memory usage
Proposed Solution
Add pagination to limit number of items fetched and displayed at a time.
Suggested options:
Page numbers (Prev / Next)
Load More button
Infinite Scroll (load next batch automatically.
Component
Backend
Alternative Solutions
No response
Additional Context
No response
Feature Description
Description
Currently, the search results page loads all matching GitHub issues at once.
This leads to:
Long loading times
High number of API requests
Performance issues for large result sets
I would like to work on this issue as a part of SwoC'26 , pls assign it to me.
Looking forward to your response..
Problem Statement
Problem
Currently, the search results load all matching GitHub issues at once.
When a user retrieves many issues, this causes:
Long scroll lists
Slower rendering
Higher memory usage
Proposed Solution
Add pagination to limit number of items fetched and displayed at a time.
Suggested options:
Page numbers (Prev / Next)
Load More button
Infinite Scroll (load next batch automatically.
Component
Backend
Alternative Solutions
No response
Additional Context
No response