arta icon indicating copy to clipboard operation
arta copied to clipboard

An Open Source Rules Engine - Make rule handling simple

Results 8 arta issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe** Use Pydantic V2 `BaseModel` class rather than V1 (maintenance purpose only). **Describe the solution you'd like** Migrate referring the Pydantic...

good first issue
technical debt

**Is your feature request related to a problem? Please describe** Currently, the coverage badge is static. **Describe the solution you'd like** Add a dynamic coverage badge.

documentation

**Describe the solution you'd like** Add [sdpx references](https://spdx.org/licenses/) on top of each source files.

documentation

**Is your feature request related to a problem? Please describe** The current `verbose` mode contains information about *"Why rule ABC was activated?"*. However, we often need information about *"Why rule...

feature

**Is your feature request related to a problem? Please describe** In some use cases, `input_data` can be a data set and some conditions being based on a computed value (e.g.,...

enhancement

### Is your feature request related to a problem? Please describe Not necessarily, just two variations of the feature described in this issue #38. ### Describe the solution you'd like...

feature

### Is your feature request related to a problem? Please describe When the RulesEngine.apply_rules method is ran, if the rule_set argument is missing, A KeyError is raised with the message...

question

### Is your feature request related to a problem? Please describe No, it is only an enhancement. ### Describe the solution you'd like As an alternative of using this kind...

feature