Actions
ClientProject #2927
openClientProject #2893: [Module] : All stock thirdparty
[API]: Integrate sidebar & product API with pagination for all stock
Start date:
08/19/2025
Due date:
08/21/2025 (about 8 months late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Description
Description:
This issue involves the integration of the sidebar API for makers, models, and body types, as well as the integration of the bulk API with pagination for the all stock page.
Tasks:¶
-
Integrate Sidebar API for Makers, Models, and Body Types:
- Use the
getBulkMakers()API to fetch the list of makers. - Use the
getBulkBodyTypes()API to fetch the available body types. - Ensure that the sidebar dynamically updates based on the fetched data.
- Use static data for Price, Year and Transmission.
- Use the
-
Integrate bulk API for all stock products:
- Implement the necessary integration for the getBulkProducts() service to fetch all stock products.
- Ensure data flows correctly between the API and the frontend for the all stock.
-
Use
getBulkProduct()Service to Fetch all stock Products:- Utilize the
getBulkProduct()service function to fetch products for the all stock. - Ensure the service is correctly called and integrates with the all stock UI.
- Utilize the
Actions