Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs #35: use business objects as mappings #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guilieb
Copy link
Collaborator

@guilieb guilieb commented Nov 4, 2024

Closes #35

develop-cs
develop-cs previously approved these changes Nov 6, 2024
Copy link
Collaborator

@develop-cs develop-cs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks @guilieb

@@ -0,0 +1,99 @@
You can use business objects (the instances of the classes from your business model) directly with the rule engine, without converting them to dictionaries.

ARTA processes mappings in the rules and actions to inject data into functions, as you saw in the [simple example](a_simple_example.md) of this documentation.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

polish: uniformization

Suggested change
ARTA processes mappings in the rules and actions to inject data into functions, as you saw in the [simple example](a_simple_example.md) of this documentation.
**Arta** processes mappings in the rules and actions to inject data into functions, as you saw in the [simple example](a_simple_example.md) of this documentation.

@guilieb
Copy link
Collaborator Author

guilieb commented Nov 8, 2024

Your requested change has been merged 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance documentation with emphasis on Business objects, not only dicts
2 participants