maproulette3 icon indicating copy to clipboard operation
maproulette3 copied to clipboard

add feature id table filter

Open CollinBeczak opened this issue 1 year ago • 1 comments

Feature request: A user requested the ability to search for a feature Id. Like so: Screenshot 2024-03-20 at 5 46 37 PM This PR, and its corresponding backend PR, adds support to filter by feature Id and updates the review CSV filtering to include the added feature Id filtering as well.

CollinBeczak avatar Mar 20 '24 22:03 CollinBeczak

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 23.59%. Comparing base (6435413) to head (8c6abe3). Report is 1 commits behind head on main.

Files Patch % Lines
src/pages/Review/TasksReview/TasksReviewTable.js 0.00% 0 Missing and 2 partials :warning:
src/services/Search/Search.js 0.00% 1 Missing and 1 partial :warning:
src/services/Task/TaskReview/TaskReview.js 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2307   +/-   ##
=======================================
  Coverage   23.59%   23.59%           
=======================================
  Files         648      648           
  Lines       22497    22500    +3     
  Branches     6944     6946    +2     
=======================================
+ Hits         5308     5309    +1     
- Misses      14366    14367    +1     
- Partials     2823     2824    +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 20 '24 22:03 codecov-commenter