Bio-OS / bioos

Apache License 2.0
58 stars 16 forks source link

feat: Change workflow import method #34

Open yuanminhui opened 11 months ago

yuanminhui commented 11 months ago

Problem description

The current way of introducing workflows is rather unintuitive and I wonder what caused this design? In a normal user's perspective, uploading a workflow file or referencing some web link would be the simple and logical way. Any discussions?

Suggested solution

Change the method to import workflow by URL, which is clean and unified.

Alternative solutions

None.

Additional context

None.

yifanchen90 commented 11 months ago

Actually we have already provided 3 ways to import workflow(local file ,git ,TRS) in our commercial version bio-os , we will try to provide more method in open source version. If you want to learn about the commercial version , please check this doc:https://www.volcengine.com/docs/6971/152959

yuanminhui commented 11 months ago

Actually we have already provided 3 ways to import workflow(local file ,git ,TRS) in our commercial version bio-os , we will try to provide more method in open source version. If you want to learn about the commercial version , please check this doc:https://www.volcengine.com/docs/6971/152959

However these can be unified into the common URL way...Since the majority of bio analyst don't have a repo or learned about TRS, uploading would be the most practice. And with the unified URL interface, validation could be simple and united.