Skip to content

Implement Pagination for Technologies and Disasters Pages #425

@Jacobojijo

Description

@Jacobojijo

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:

  1. Analyze the current implementation of project listing under the Technologies page.
  2. Modify the rendering logic to support pagination instead of infinite scrolling.
  3. Implement pagination.
  4. Apply the same pagination logic to the Disasters page.
  5. 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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions