Description:
Currently, when a user clicks on a category under the Technologies page (e.g., Artificial Intelligence or Big Data), all projects are displayed in a continuous scroll without pagination. The same behavior is present on the Disasters page.
Objectives:
- Implement pagination for project listings under each technology category.
- Implement pagination for disaster-related listings.
Tasks:
- Analyze the current implementation of project listing under the Technologies page.
- Modify the rendering logic to support pagination instead of infinite scrolling.
- Implement pagination.
- Apply the same pagination logic to the Disasters page.
- Ensure that pagination is responsive and user-friendly.
Acceptance Criteria:
- Clicking a category under Technologies loads projects with pagination.
- The Disasters page lists items with pagination instead of continuous scrolling.
Description:
Currently, when a user clicks on a category under the Technologies page (e.g., Artificial Intelligence or Big Data), all projects are displayed in a continuous scroll without pagination. The same behavior is present on the Disasters page.
Objectives:
Tasks:
Acceptance Criteria: