Details
-
Type:
Sub-Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.0
-
Fix Version/s: 6.2.0
-
Component/s: maxgui
-
Labels:None
-
Sprint:MXS-SPRINT-136
Description
The query pane components needs to be refactored to support multi-tab query editor. `QueryEditor`, `QueryResult`, `VisualizeSideBar` and `ChartContainer` should be composed into a `Worksheet` component.
There will a wrapper component of `Worksheet` to control navigating, creating, and deleting `Worksheet`.
Query vuex module state also needs to be refactored as all states used in
`Worksheet` and its child components should have it standalone states.