-
-
Notifications
You must be signed in to change notification settings - Fork 862
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
[FR] Idea for subcategory tree view #2250
Comments
@SchrodingersGat @eeintech this is not assigned to a milestone. Are we interested in this or |
I use this category tree a lot in |
I think we should add the category tree back in some form for 0.6.0 |
@SchrodingersGat should we solve this with an api powered widget? That could be conditional on when the bar is opened. |
Yes definitely should be loaded via the API |
@SchrodingersGat https://www.jstree.com/docs/json/ combined with an API endpoint seems like a good option. If the tree is visible we can load the root + the current branch and if any other branch is opened the data in that branch is loaded on the fly via ajax. |
Working on this feature rn |
Problem
As a part of Bootstrap 5 introduction (#2205), category treeview was removed in favor of "Subcategory tab".
This leads to unnecessary clicks when user wants to change category outside of currently opened branch.
Suggested solution
Add drop-down category list to the header of every part/stock view with the same content as in "subcategory tab". Active category should be highlighted and selected.
This list could be combined with current breadcrumbs.
Mockups:
Describe alternatives you've considered
Restore old category tree view.
Do you want to develop this?
Unfortunately it is above my head.
The text was updated successfully, but these errors were encountered: