graphbookai / graphbook

The interactive and extensible editor for ML workflows
https://docs.graphbook.ai/
MIT License
1 stars 0 forks source link

Workflow Files #13

Open rsamf opened 1 week ago

rsamf commented 1 week ago

Workflows should be serialized as json files and stored and updated in the workflows directory (where the server specified it). Clicking on a workflow in the filesystem should switch the Flow view to the clicked workflow.

rsamf commented 1 week ago

Additionally, we should maintain a tabs object containing an active tab and a list of tabs. The active tab is also located in the tabs list. The list of tabs should appear at the top. Clicking one of the tabs at the top will make it active. Tabs from the tabs list should also be deletable.