switchfeat icon indicating copy to clipboard operation
switchfeat copied to clipboard

feat(api): add support for numeric conditions match

Open dev-bre opened this issue 1 year ago • 3 comments

A numberic condition should include the following checks:

"gt" | "lt" | "gte" | "lte" | "equals" | "notEquals"

between a the given context (number) and the condition value.

The SdkService should be updated with a new condtion matcher to evaluate this condition.

dev-bre avatar Aug 03 '23 20:08 dev-bre

Can i take up this issue? Just want to learn and grow.

Dkingofcode avatar Oct 09 '23 20:10 Dkingofcode

Hey can i work on this issue

saipranay47 avatar Oct 10 '23 10:10 saipranay47

Hi @dev-bre, can you assign me this issue. I think getMatchByCondition needs a number condition and stringConditionMatcher needs larger smaller lte and gte

nikhilgurjar avatar Oct 24 '23 11:10 nikhilgurjar