Closed
Description
- Make the reasoning behind the first file selector more obvious. Consolidate our "Create Custom Plot" and "Create Plot" commands, having a single "Create Plot" command with an extra quick pick. (Add "Add Top-level Plot" command to plots webview #4664 (review))
- Add an action into the plots webview (
add a "placeholder" plot that is button for adding plots(breaks drag and drop) add a plus button to the Data Series inputs) - Look into using
WorkspaceEdit
API (Correctly parse dvc.yaml on plot creation #4628 (comment)). Could be used but wouldn't simplify anything. - Look into allowing multiple files being selected for a plot (https://dvc.org/doc/command-reference/plots/show#sourcing-data-from-different-files)
- Add option for choosing the plot title
- Allow multiple metrics to be selected for y
- Allow multiple metrics to be selected for x (Add Multiple Y Field Selection to Plot Wizard #4787 (comment))
-
Group tests in(decided on leaving file as is)/pipeline/quickPick.test.ts
.
Followup to #4628