Skip to content

Feature suggestion: return result object instead of boolean and allow use of identifiers for compare value #5

@itailulu

Description

@itailulu

Currently the tree execution returns a boolean, and there's no way to trace what was the result for each node. I suggest to return a NodeResult object instead, holding both the boolean result, and some meta information (children, expressions used to evaluate, etc).

Also, allow to use identifiers for the compare value, then supply the actual value in the data source.

You can check the implementation in the dev branch here

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions