DISSINET / InkVisitor

An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Batch move of Ts under a parent T #2238

Open davidzbiral opened 1 month ago

davidzbiral commented 1 month ago

@adammertel If I need to move 350 Ts under a different parent, how do I do? Is there a batch operation for this somewhere?

adammertel commented 1 month ago

@davidzbiral At this moment we have a functionality to move any T with all its sub T to another T. If needed, we can add a switcher that would prevent moving the origin T (where the action is initiated from), and affect only the sub T. So if you have

A1 with children A1.1, A1.2...A1.196 you can now move the A1 with all the structure under A2 but if you want to move only A1.1 - A1.196 to A2 (without the A1 T) - we would need to add a new function.

moving-T-with-children