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

Replace :ids_tree, :ids_matrix with :ids metadata #35

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

serradura
Copy link
Member

This property is a hash with the following keys:

  • :tree, a graph/tree representation of the transitions ids.
  • :level_parent, a hash with the level (depth) of each transition and its parent id.
  • :matrix, a matrix representation of the transitions ids. It is a simplification of the :tree property.

This property is a hash with the following keys:
- `:tree`, a graph/tree representation of the transitions ids.
- `:level_parent`, a hash with the level (depth) of each transition and its parent id.
- `:matrix`, a matrix representation of the transitions ids. It is a simplification of the `:tree` property.
@serradura serradura added the enhancement New feature or request label Mar 15, 2024
@serradura serradura self-assigned this Mar 15, 2024
@serradura serradura added this to the 0.14.0 milestone Mar 15, 2024
@serradura serradura marked this pull request as ready for review March 15, 2024 13:12
@serradura serradura merged commit a3a650f into main Mar 15, 2024
6 checks passed
@serradura serradura deleted the feat/ids_level_parent branch March 15, 2024 13:12
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

Successfully merging this pull request may close these issues.

None yet

1 participant