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

[Feature]: Exposed facts in the o3r debug panel #2476

Open
aolvera-1A opened this issue Nov 15, 2024 · 1 comment
Open

[Feature]: Exposed facts in the o3r debug panel #2476

aolvera-1A opened this issue Nov 15, 2024 · 1 comment

Comments

@aolvera-1A
Copy link

Context

The debug panel currently provides access to the ruleset history. Additionally, it would be highly beneficial to display the available facts along with their values.

There are primarily two scenarios where this feature would be useful:

  1. Business analysts could easily review what facts are available and determine if they can be utilized in rulesets.
  2. For developers, when introducing a new fact, it would simplify the process of verifying that the correct value is assigned without the need to create any rulesets.

Proposal

Made available in the UI (o3r debug panel) the facts information.

@pginoux-1A
Copy link
Contributor

pginoux-1A commented Dec 9, 2024

Discussion on the topic:

  • Need to plug to the upsertFacts to send a message to the debug panel
  • Need to display the content (user friendly)
  • Document the usage
  • Need to validate the performances impact on the debug panel (validate with a user complex ruleset ?)

Next step, create story:
History and display the history (to be discussed with users)

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

No branches or pull requests

4 participants