Skip to content

Add range-check for numbers #4

Description

@JasonAllenCorns

in addition to equals, above, below, please add a validation method for "between", such that

          "criteria": [
            {
              "has": {
                "trait": "hasNumberValue",
                "comparison": "between",
                "start": 1,
                "end": 10
              }
            }
          ]
        },

This would cut improve on the compound criteria that includes an "above" and a "below" with an "all" match.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions