Hierarchical data behaviours #122
kirkbushell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One thing that I've wanted to build for a while is a behaviour to support hierarchical data structures, think node trees and their like.
There are multiple potential data models to support hierarchical data structures, such as Adjacency Lists, Path enumeration, Nested sets and Closure tables. My goal here is to support each one of these data models, because each model has both pros and cons, and I believe it's up to the developer which solution suits them best.
I'd love to get some early feedback here based on what you'd prefer to use, and I'll start with those behaviours and if others are interested, they could also contribute to this work.
Beta Was this translation helpful? Give feedback.
All reactions