You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
It would be nice if flipr supported an "includes" rule type.
For example, a rule which just checks if the value passed to it is included in the extractedInput. Could also create another rule for shallow prop checks in objects , e.g) has.
E.g)
foodPreference:
values:
- value: You Like Applesfood: apple
- value: You Like Orangesfood: orange
Hola! 😃
It would be nice if flipr supported an "includes" rule type.
For example, a rule which just checks if the value passed to it is included in the
extractedInput. Could also create another rule for shallow prop checks in objects , e.g)has.E.g)
Rule Definition
execute-rule-includes.js
Finally, we would need to update
node-flipr/lib/rules/get-input-from-rule.js
Line 23 in 2b69da5
we can list out the exact semantics in the README for each rule so it's easier to see how values are compared by flipr
Thoughts?