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

Transpose risk matrix #298

Open
eric-intuitem opened this issue Apr 20, 2024 · 1 comment
Open

Transpose risk matrix #298

eric-intuitem opened this issue Apr 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@eric-intuitem
Copy link
Collaborator

eric-intuitem commented Apr 20, 2024

Problem statement
I want to define a risk matrix with probability horizontally and impact vertically.
Expected behavior
In a matrix definition, it shall be possible to transpose probability and impact. The default shall be probability vertically and impact horizontally, for compatibility.
This can be for example a boolean value named "transpose".

Request by shaws3976 on Discord

@ab-smith ab-smith added enhancement New feature or request and removed new feature labels Apr 20, 2024
@eric-intuitem
Copy link
Collaborator Author

eric-intuitem commented May 5, 2024

The transposition and also the direction of axes shall be flexible on frontend side, not in the data model. This is much more flexible, and avoid having 8 versions of each matrix. The layout parameters shall be 3 booleans attached to a loaded matrix, editable in the governance section:

  • transpose (false: probability vertical, true: probability horizontal)
  • invert_vertical (false: vertical axis from bottom to top, true: vertical axis from top to bottom)
  • invert_horizontal (false: horizontal axis from left to right, true: horizontal axis from right to left)

The default values are false, which correspond to current behaviour.

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

No branches or pull requests

2 participants