minder icon indicating copy to clipboard operation
minder copied to clipboard

Refactor label filtering logic

Open blkt opened this issue 1 year ago • 2 comments

As per this comment, we currently allow filtering by label in two places (i.e. two endpoints), but the code to handle labels is duplicated.

In particular, the first implementation (here) handles input processing in the database layer, while the newer implementation has parameter splitting in the handler and inclusion/exclusion (i.e. label vs !label) in the service.

Refactor the older implementation into the second one, possibly reusing what is to be merged in the PR linked.

blkt avatar Nov 15 '24 15:11 blkt

Hi @blkt,

Can I take this one?

ashu3103 avatar Jul 29 '25 17:07 ashu3103

@ashu3103 yes please!

JAORMX avatar Jul 29 '25 18:07 JAORMX