Actions
ClientProject #844
openCR: Integration max and min price API
Start date:
11/06/2024
Due date:
11/06/2024 (about 17 months late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Description
Objective¶
- Integrate API functionality to dynamically fetch and display minimum and maximum price ranges in the filter input fields.
Task Checklist¶
- Integrate API to fetch and display the minimum price.
- Integrate API to fetch and display the maximum price.
- Populate the filter's minimum and maximum input fields with data from the API.
Success Criteria¶
- The minimum price input field reflects data fetched from the API.
- The maximum price input field reflects data fetched from the API.
- Both filter input fields update dynamically based on the API data.
Summary Task List¶
- Set up API integration to display the minimum price in the filter input field.
- Set up API integration to display the maximum price in the filter input field.
- Populate filter fields with API data for both minimum and maximum price inputs.
API Endpoint¶
https://pqsjapanapi.azurewebsites.net/api/common/getFobPriceRange
Actions