Actions
ClientProject #2925
openClientProject #2895: [Module]: Back order stock
[API]: Integrate sidebar & product API with pagination for stock list module
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 order API with pagination for the stock list module.
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 Order API for Stock List Module:
- Implement the necessary integration for the Order API to fetch stock list data.
- Ensure data flows correctly between the API and the frontend for the stock list module.
-
Use
getOrderProduct()Service to Fetch Stock List Products:- Utilize the
getOrderProduct()service function to fetch products for the stock list. - Ensure the service is correctly called and integrates with the stock list UI
- Utilize the
Actions