Task #155
Updated by Varsha N 1 day ago
Module: Freelancer – Job Listings
Assigned By: Business Analyst
Task Description
Implement a budget range filtering feature in the freelancer job listing module to allow freelancers to search jobs based on their preferred budget range. Add two input fields for Minimum Budget and Maximum Budget in the filter section of the job listing page. When freelancers enter values and apply the filter, the system should return only the jobs whose budget falls within the specified range. The filtering should work dynamically with other existing filters without affecting current functionality. Proper validation should ensure that the minimum budget is not greater than the maximum budget. The backend API should support filtering based on these two parameters.
Back