apigee / apigee-devportal-kickstart-drupal

A fast demo and starting point for Apigee Developer Portals for Drupal
https://www.drupal.org/project/apigee_devportal_kickstart
GNU General Public License v2.0
26 stars 34 forks source link

collapse function with Taxonomy vocabulary #689

Closed hollyhw99 closed 1 month ago

hollyhw99 commented 2 months ago

Is your feature request related to a problem? Please describe

Hi, we have a Taxonomy vocabulary: Api Categories with our project. On the portal side, we pull out the Api Categories from Apigee Edge, and we feed the data to a tree structure so that the Api Categories can be displayed. As our categories are increasing, we would like to request a collapse display function with Taxonomy vocabulary

Additional context

screenshots

/admin/structure/taxonomy/manage/api_category/overview Api category data are pulling off from Apigee Edge side (Product Custom attributes value) Screenshot 2024-04-16 at 1 34 53 PM api_category display in a tree structure Screenshot 2024-04-16 at 1 43 12 PM would like to have a clickable option so that the category tree can collapse as our categories are growing. any advice will be highly appreciated. Thank you so much
kedarkhaire commented 2 months ago

Hi @hollyhw99

Simple hierarchical select or Client-side Hierarchical Select modules will be helpful to complete your request as they maintain the hierarchy of taxonomy terms defined.

Thanks!

kedarkhaire commented 1 month ago

Hi @hollyhw99 Seems the above comment helped you to achieve the result, closing the ticket. Thanks!