Actions
ClientProject #2834
openClientProject #2832: [Module] : Home
[API]:Develop Order & Bulk Maker, Model, and Body Types API and Fetching Service
Description
Description:
This issue covers the development of APIs and fetching services for Order and Bulk systems, including maker, model, and body types.
Tasks:¶
Order:¶
-
Develop Maker, Model, and Body Types API for Order:
- Create APIs to fetch data for makers, models, and body types specific to the order process.
-
Fetching API using Service Functions:
- Create service functions to interact with the newly developed Order APIs.
- Ensure proper error handling, response parsing, and data formatting for consumption in the frontend.
- getOrderMakers, getOrderBodyTypes, getOrderModelsByMaker
Bulk:¶
-
Develop Maker, Model, and Body Types API for Bulk:
- Create APIs to fetch data for makers, models, and body types specific to bulk orders.
-
Fetching API using
bulk.tsFunction:- Create a function in the
bulk.tsservice file to fetch data from the Bulk APIs. - Ensure data is fetched efficiently and in the correct format.
- getBulkMakersAndBodyTypes,getBulkModelsByMaker,
- Create a function in the
Actions