mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

Paste-in 'Bulk Add' for scViz dittoDotPlot marker selection #1294

Closed dtm2451 closed 4 months ago

dtm2451 commented 4 months ago

Adds a "Bulk Add" button, and associated modal, to the UI component used for "Primary Data" selection for dittoDotPlots. With the modal, users can paste in text which then gets parsed and matched against all of this field's Option Sets. Top matches are shown in a table format where the user can select/deselect individual matches before clicking the "Add Selected Matches" button. Finally, selected matches are merged in to the array of already picked markers (and the original input elements handle parsing of which Option Set each marker belongs to for the visual display).

Also:

ToDo:

dtm2451 commented 4 months ago

Demo: bulk-add-pr