Feature #5326
closedFeature #5323: Product Listing Table
API – Get All Products (Search + Filter + Pagination)
Description
Description
Create a single API that returns filtered list of products.
Endpoint
GET /api/products
Query Params as search,status,page,limit
Subtasks
Related issues
Updated by Yalavarthi Thriveni 2 months ago
- Estimated time changed from 2:00 h to 3:00 h
Updated by Karthik Palakonda about 2 months ago
- Due date set to 12/01/2025
- Status changed from New to In Progress
Updated by Karthik Palakonda about 2 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
I worked on the Product Page, focusing on implementing multiple filtering features.
This includes:
Search Filter: Allows users to search products dynamically based on keywords.
Pagination Filter: Added pagination logic to display products page-wise for better data handling and improved UI performance.
Status Filter: Implemented filtering based on product status (Active, Inactive, Out of Stock, etc.).
Along with this, I also made updates to some of the existing page code to ensure smooth integration of these filters.
The updated changes have been pushed to the repository.
Updated by Karthik Palakonda about 2 months ago
- Status changed from Resolved to Closed