stefankroes / ancestry

Organise ActiveRecord model into a tree structure
MIT License
3.72k stars 458 forks source link

gui or gem for generic tree editing? #598

Closed jtoy closed 1 year ago

jtoy commented 1 year ago

is there a recommended gem to use if I want to have a basic web GUI to rearrange the tree? would it be possible to build something generic for ancestry?

kbrock commented 1 year ago

Sorry. I do not have any suggestions. There are quite a few issues created around bulk loading records and not loading them in the correct order.

I'll leave open for a while in case someone else can post a suggestion

kbrock commented 1 year ago

Not sure how well it is maintained, but I did see someone mention https://github.com/maxivak/sortable_tree_rails in our wiki

kbrock commented 1 year ago

If you do end up using that gem, please share your success.