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

Could Laravel Nested Set package be used with taxons? #7

Open
mnishihan opened this issue Jun 8, 2024 · 1 comment
Open

Could Laravel Nested Set package be used with taxons? #7

mnishihan opened this issue Jun 8, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@mnishihan
Copy link

mnishihan commented Jun 8, 2024

I believe if Taxon model utilised NodeTrait trait from Laravel Nested Set package to implement Nested Set Model algorithm (formerly known as Modified Preorder Tree Traversal aka MPTT), querying and manipulating taxons with indefinite levels would be more easier & performant. Along with that, all the goodies & utility methods from the trait would be accessible, reducing maintenance of the functionality related to hierarchical taxonomies.

So, what's your thoughts on this?

@fulopattila122
Copy link
Member

querying and manipulating taxons with indefinite levels would be more easier & performant

Can you please provide some examples of how using that library would make it easier & more performant?
What features are you exactly looking for?

@fulopattila122 fulopattila122 added the question Further information is requested label Jun 17, 2024
@fulopattila122 fulopattila122 self-assigned this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants