Actions
ClientProject #885
openCR: Integrate Mileage Data and Custom Hook for Filter Section
Start date:
11/07/2024
Due date:
11/07/2024 (about 17 months late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Description
Objective¶
- Fetch and integrate mileage and engine css data into the filter section using a reusable hook for optimal code structure and reusability.
Task Checklist¶
-
Fetch minimum and maximum mileage data from the API endpoint:
{{url}}/api/common/getMileage. -
Fetch minimum and maximum engine cc data from the API endpoint:
{{url}}/api/common/getEngineSizeCC. - Integrate the fetched mileage data within the filter section.
- Develop a custom reusable hook to streamline the API data handling and integration.
Success Criteria¶
- Mileage and Engine CC data is successfully fetched from the specified API endpoint.
- The filter section displays the mileage and engine data dynamically based on the API response.
- A custom reusable hook is implemented to handle mileage data fetching, making it easy to reuse and maintain.
Summary Task List¶
- Set up API integration to fetch minimum and maximum mileage and engine data.
- Display the mileage and engine cc data in the filter section.
- Create and integrate a custom reusable hook for fetching mileage data.
Updated by Md.Sajib Ahmed over 1 year ago
- Estimated time changed from 1:18 h to 1:30 h
Updated by Md.Sajib Ahmed over 1 year ago
- Description updated (diff)
- Target version set to Week5(3-7 nov)
- Estimated time changed from 1:30 h to 2:00 h
Updated by Md.Sajib Ahmed over 1 year ago
- Status changed from In Progress to Complete
Updated by Md.Sajib Ahmed over 1 year ago
- Subject changed from Integrate Mileage Data and Custom Hook for Filter Section to CR: Integrate Mileage Data and Custom Hook for Filter Section
Actions