ClientProject #844
Updated by Md.Sajib Ahmed over 1 year ago
### **Objective** - Integrate API functionality to dynamically fetch and display minimum and maximum price ranges in the filter input fields. --- ### **Task Checklist** - [x] [ ] Integrate API to fetch and display the minimum price. - [x] [ ] Integrate API to fetch and display the maximum price. - [x] [ ] 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** - [x] [ ] Set up API integration to display the minimum price in the filter input field. - [x] [ ] Set up API integration to display the maximum price in the filter input field. - [x] [ ] Populate filter fields with API data for both minimum and maximum price inputs. --- ### **API Endpoint** - `https://pqsjapanapi.azurewebsites.net/api/common/getFobPriceRange`