Project

General

Profile

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** 

 - [ ] 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` 

 --- 

 ### **Related Links** 

 - [Design Specifications](insert_design_specifications_link_here) 

Back