JMMC-OpenDev / oiexplorer

GNU General Public License v3.0
2 stars 1 forks source link

[feature] Handle multiple selection in the bottom left tree #3

Closed gmella closed 2 years ago

gmella commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to export a subset of data located under several branches or leafs.

Describe the solution you'd like Support of multiple selection would allow to merge/export data in a much better way.

Describe alternatives you've considered If I need to merge 2 branches over 3, I can export both of interest, then reset the collection, load last 2 exported and export/merge the whole collection.

Additional context please consider ctrl / shift click to facilitate selection :)

buthanoid commented 2 years ago

My current notes:

bourgesl commented 2 years ago

Let's start supporting multiple selection of table items (same target, same insmode)

buthanoid commented 2 years ago

Brief

Detailed

GenericJTree

The class that wraps a JTree

DataTreePanel

The Panel that display and features the selection. It uses GenericJTree.

SubsetFilter

GranuleTreePanel

gmella commented 2 years ago

Starting supporting multiple selection of table items (same target, same insmode), we decide to keep compatible table only from the user selection. After analysis, the software refines a valid selection and sync the tree.

bourgesl commented 2 years ago

Change proposal: