Actions
dev #2819
opendev #2794: [Module] Sprint 11
[BE] Add filtering support by task in all tools and search api
Description
Description¶
Add the ability to filter tools and search results by task.
Requirements¶
- Update all tools API to accept a task filter parameter.
- Update search API to accept a task filter parameter.
- Ensure the filtering logic correctly returns tools and search results associated with the specified task.
- Update relevant validation logic for new filter parameters.
- Ensure proper error handling for invalid or missing task parameters.
Acceptance Criteria¶
- Both APIs correctly filter results by task when the filter parameter is provided.
- Validation and error handling for the filter parameter are present and tested.
Updated by Zahid Hassan 8 months ago
- Status changed from Pending to Complete
- % Done changed from 0 to 100
Actions