Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
161 stars 68 forks source link

Add publish buttons to the dataset and workflow #2835

Open GspikeHalo opened 4 days ago

GspikeHalo commented 4 days ago

Purpose:

The current hub site does not distinguish between private and public workflows. This pr aims to introduce this concept and add methods for hub users to publish and clone workflows from texera hub site. Description:

Added a toggle button to the workflow list item to help switching between public and private workflow Changed the database schema to add is_public boolean attribute to the workflow table Fix https://github.com/Texera/texera/issues/2741