rohan843 / dnncase

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

Fully abstract the `GraphCanvas` component #20

Closed rohan843 closed 1 year ago

rohan843 commented 1 year ago

We may have multiple tabs in the frontend, each showing a separate graph, via the GraphCanvas component. React-flow has some specific requirements when dealing with multiple canvasses. We will have to implement those accordingly.

We will also have to decide the Redux store design based on the fact that multiple graphs may have to be managed.