Actions
ClientProject #2937
openClientProject #2825: [Module] : Korean Stock
[API]: Integrate sidebar, korean and truck stock API's
Start date:
08/19/2025
Due date:
08/21/2025 (about 8 months late)
% Done:
100%
Estimated time:
4: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 korean stock and truck stock modules.
Tasks:¶
-
Integrate Sidebar API for Makers, Models, and Body Types:
- Use the
getKoreanStockMakers() & getTruckStockMakersAPI to fetch the list of makers. - Use the
getKoreanStockBodyTypes() & getTruckStockBodyTypesAPI to fetch the available body types. - Ensure that the sidebar makers dynamically updates based on the fetched data.
- Use the
-
Integrate products API for korean & truck stock modules:
- Implement the necessary integration for the Products API to fetch korean & truclk stock modules.
- Ensure data flows correctly between the API and the frontend for the korean & truck stock module.
-
Use
getTruckStockProducts() & getKoreanStockProducts()Service to Fetch Products:- Utilize the
getTruckStockProducts() & getKoreanStockProductsservice function. - Ensure the service is correctly called and integrate.
- Utilize the
Actions